GlobalVariables
Classes that describe Solidity global variables
These classes describe global variables, such as msg.sender
and block.timestamp
, in the glider.
MsgData
| Base:GlobalVariabe
| object that representsmsg.data
MsgGas
| Base:GlobalVariable
| object that representsmsg.gas
MsgSender
| Base:GlobalVariable
| object that representsmsg.sender
MsgSig
| Base:GlobalVariable
| object that representsmsg.sig
MsgValue
| Base:GlobalVariable
| object that representsmsg.value
Now
| Base:GlobalVariable
| object that representsnow
TxGasprice
| Base:GlobalVariable
| object that representstx.gasprice
TxOrigin
| Base:GlobalVariable
| object that representstx.origin
GlobalVariable
| Base: Object
Last updated