zink::ffi

Module evm

Source
Expand description

EVM FFI.

Functions§

  • Get the current blob base fee
  • Get the current blob hash at index
  • Get the current message sender
  • 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
  • Copy memory to memory
  • Load word from memory
  • Save word to memory
  • Save byte to memory
  • Push 1 byte to the stack.
  • Push 1 byte to the stack.
  • Push 2 bytes to the stack.
  • Push 3 bytes to the stack.
  • Push 4 bytes to the stack.
  • Push 5 bytes to the stack.
  • Push 6 bytes to the stack.
  • Push 7 bytes to the stack.
  • Push 8 bytes to the stack.
  • Push 9 bytes to the stack.
  • Push 10 bytes to the stack.
  • Push 11 bytes to the stack.
  • Push 12 bytes to the stack.
  • Push 13 bytes to the stack.
  • Push 14 bytes to the stack.
  • Push 15 bytes to the stack.
  • Push 16 bytes to the stack.
  • Push 17 bytes to the stack.
  • Push 18 bytes to the stack.
  • Push 19 bytes to the stack.
  • Push 20 bytes to the stack.
  • Push 21 bytes to the stack.
  • Push 22 bytes to the stack.
  • Push 23 bytes to the stack.
  • Push 24 bytes to the stack.
  • Push 25 bytes to the stack.
  • Push 26 bytes to the stack.
  • Push 27 bytes to the stack.
  • Push 28 bytes to the stack.
  • Push 29 bytes to the stack.
  • Push 30 bytes to the stack.
  • Push 31 bytes to the stack.
  • Push 32 bytes to the stack.
  • Load a value from the storage
  • Store a value in the storage
  • Load a value from the transient storage
  • Store a value in the transient storage