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
Oraclecontract bytecode - LATEST_
CODE_ HASH - Latest
Oraclecontract code hash - V1_
0_ 0_ CODE Oraclecontract bytecode v1.0.0- V1_
0_ 0_ CODE_ HASH Oraclecontract code hash v1.0.0- V1_
1_ 0_ CODE Oraclecontract bytecode v1.1.0- V1_
1_ 0_ CODE_ HASH Oraclecontract code hash v1.1.0- V2_
0_ 0_ CODE Oraclecontract bytecode v2.0.0- V2_
0_ 0_ CODE_ HASH Oraclecontract code hash v2.0.0