MethodProp.HAS_STATE_VARIABLES_WRITTEN
Last updated
Last updated
If a variable is declared outside of a function within a smart contract it is considered a STATE variable. Such variable's value are stored permanently on the blockchain, for instance account balances and admin addresses.
An example of a query which will select functions that modify STATE variables from within the code of the function is: