Properties
name
string
Name of the method.
parameters
Parameters of the method.
offset
number
Used to set the instruction pointer before executing the method.
safe
boolean
true if the function is "safe" to be called by any other contract
constant
boolean
true if the function is constant or read-only.
receive
boolean
true if the function is marked for receiving tokens.