ISystemContextDeprecated

Git Source

Author: Matter Labs

The interface with deprecated functions of the SystemContext contract. It is aimed for backward compatibility.

Note: security-contact: security@matterlabs.dev

Functions

currentBlockInfo

function currentBlockInfo() external view returns (uint256);

getBlockNumberAndTimestamp

function getBlockNumberAndTimestamp()
  external
  view
  returns (uint256 blockNumber, uint256 blockTimestamp);

blockHash

function blockHash(uint256 _blockNumber) external view returns (bytes32 hash);