Expand description
§Environment operations
Includes the following opcodes:
ADDRESSBALANCEORIGINGASPRICECALLERCALLVALUECALLDATALOADCALLDATASIZECALLDATACOPYCODESIZECODECOPYEXTCODESIZEEXTCODECOPYEXTCODEHASHRETURNDATASIZERETURNDATACOPY
Structs§
- OpAddress
Handler - Implementation for the
ADDRESSopcode. - OpBalance
Handler - Implementation for the
BALANCEopcode. - OpCall
Data Copy Handler - Implementation for the
CALLDATACOPYopcode. - OpCall
Data Load Handler - Implementation for the
CALLDATALOADopcode. - OpCall
Data Size Handler - Implementation for the
CALLDATASIZEopcode. - OpCall
Value Handler - Implementation for the
CALLVALUEopcode. - OpCaller
Handler - Implementation for the
CALLERopcode. - OpCode
Copy Handler - Implementation for the
CODECOPYopcode. - OpCode
Size Handler - Implementation for the
CODESIZEopcode. - OpExt
Code Copy Handler - Implementation for the
EXTCODECOPYopcode. - OpExt
Code Hash Handler - Implementation for the
EXTCODEHASHopcode. - OpExt
Code Size Handler - Implementation for the
EXTCODESIZEopcode. - OpGas
Price Handler - Implementation for the
GASPRICEopcode. - OpOrigin
Handler - Implementation for the
ORIGINopcode. - OpReturn
Data Copy Handler - Implementation for the
RETURNDATACOPYopcode. - OpReturn
Data Size Handler - Implementation for the
RETURNDATASIZEopcode.