Expand description
EVM FFI.
Functions§
- blobbasefee⚠
- Get the current blob base fee
- blobhash⚠
- Get the current blob hash at index
- caller⚠
- Get the current message sender
- keccak256⚠
- Compute Keccak-256 hash
- log0⚠
- Append log record with no topics
- log1⚠
- Append log record with one topic
- log2⚠
- Append log record with two topics
- log3⚠
- Append log record with three topics
- log4⚠
- Append log record with four topics
- mcopy⚠
- Copy memory to memory
- mload⚠
- Load word from memory
- mstore⚠
- Save word to memory
- mstore8⚠
- Save byte to memory
- push0⚠
- Push 1 byte to the stack.
- push1⚠
- Push 1 byte to the stack.
- push2⚠
- Push 2 bytes to the stack.
- push3⚠
- Push 3 bytes to the stack.
- push4⚠
- Push 4 bytes to the stack.
- push5⚠
- Push 5 bytes to the stack.
- push6⚠
- Push 6 bytes to the stack.
- push7⚠
- Push 7 bytes to the stack.
- push8⚠
- Push 8 bytes to the stack.
- push9⚠
- Push 9 bytes to the stack.
- push10⚠
- Push 10 bytes to the stack.
- push11⚠
- Push 11 bytes to the stack.
- push12⚠
- Push 12 bytes to the stack.
- push13⚠
- Push 13 bytes to the stack.
- push14⚠
- Push 14 bytes to the stack.
- push15⚠
- Push 15 bytes to the stack.
- push16⚠
- Push 16 bytes to the stack.
- push17⚠
- Push 17 bytes to the stack.
- push18⚠
- Push 18 bytes to the stack.
- push19⚠
- Push 19 bytes to the stack.
- push20⚠
- Push 20 bytes to the stack.
- push21⚠
- Push 21 bytes to the stack.
- push22⚠
- Push 22 bytes to the stack.
- push23⚠
- Push 23 bytes to the stack.
- push24⚠
- Push 24 bytes to the stack.
- push25⚠
- Push 25 bytes to the stack.
- push26⚠
- Push 26 bytes to the stack.
- push27⚠
- Push 27 bytes to the stack.
- push28⚠
- Push 28 bytes to the stack.
- push29⚠
- Push 29 bytes to the stack.
- push30⚠
- Push 30 bytes to the stack.
- push31⚠
- Push 31 bytes to the stack.
- push32⚠
- Push 32 bytes to the stack.
- sload⚠
- Load a value from the storage
- sstore⚠
- Store a value in the storage
- tload⚠
- Load a value from the transient storage
- tstore⚠
- Store a value in the transient storage