Skip to main content

Module oracle

Module oracle 

Source
Expand description

Oracle contract bytecode and interface.

Bytecode constants are pre-generated from the versioned artifacts in the artifacts/ directory. Interface bindings are generated from the Solidity source.

Modules§

IOracle
@title IOracle @notice Interface for the Oracle system contract. @dev The Oracle contract provides key-value storage and logging capabilities for MegaETH. It allows contracts to read and write arbitrary data indexed by slot numbers.

Constants§

LATEST_CODE
Latest Oracle contract bytecode
LATEST_CODE_HASH
Latest Oracle contract code hash
V1_0_0_CODE
Oracle contract bytecode v1.0.0
V1_0_0_CODE_HASH
Oracle contract code hash v1.0.0
V1_1_0_CODE
Oracle contract bytecode v1.1.0
V1_1_0_CODE_HASH
Oracle contract code hash v1.1.0
V2_0_0_CODE
Oracle contract bytecode v2.0.0
V2_0_0_CODE_HASH
Oracle contract code hash v2.0.0