Skip to main content
Version: 1.4.0

Operators

Available Michelson Operators

This list is non-exhaustive. More operators will be added in upcoming LIGO releases.

MichelsonLIGODescription
SENDERTezos.get_senderAddress that initiated the current transaction
SOURCETezos.get_sourceAddress that initiated the transaction, which triggered the current transaction. (useful e.g. when there's a transaction sent by another contract)
AMOUNTTezos.get_amountAmount of tez sent by the transaction that invoked the contract
NOWTezos.get_nowTimestamp of the block whose validation triggered execution of the contract, i.e. current time when the contract is run.