@mantleio/contracts
Version:
[Mantle] L1 and L2 smart contracts for Mantle
38 lines (37 loc) • 837 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IBeaconChainOracle",
"sourceName": "contracts/libraries/eigenda/interfaces/IBeaconChainOracle.sol",
"abi": [
{
"inputs": [],
"name": "getBeaconChainStateRoot",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "beaconChainStateRoot",
"type": "bytes32"
}
],
"name": "setBeaconChainStateRoot",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}