Instruction.is_storage_write()
Returns True if the instruction is a storage write instruction, else returns False. A storage write instruction writes to the state variable of a contract
Last updated
Returns True if the instruction is a storage write instruction, else returns False. A storage write instruction writes to the state variable of a contract
Last updated
is_storage_write()
-> bool
With the Glider 1.0 update, calling the exec
function returns an APIList
[
Instruction
]
. You can then use Instruction
functions, which are applied to each element of the APIList
[
Instruction
]