MethodProp.HAS_STATE_VARIABLES_READ
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 values are stored on the blockchain, for instance account balances and admin addresses.
An example of a query which will select functions that read STATE variables from within the code of the function is: