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