solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
8
9
10
{
    function a() { pop(call(100, 0x010, 10, 0x00, 32, 0x0100, 32))}
    function f() { a() }
    function g() { sstore(0, 1) }
}
// ----
// : movable, movable apart from effects, can be removed, can be removed if no msize
// a: writes other state, writes storage, writes memory
// f: writes other state, writes storage, writes memory
// g: writes storage