AxiomV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 39 additional slots
-
variable spans 32 additional slots
-
variable spans 7 additional slots
-
variable spans 39 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AxiomV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AxiomV1"
ABI
ABI objects
Getter at block 20792364
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GUARDIAN_ROLE() view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
PROVER_ROLE() view returns (bytes32)
0x60044782a422109ac08a415e44260ad5d3bad63d96ebe1fac0363399642ee3f2
TIMELOCK_ROLE() view returns (bytes32)
0xf66846415d2bf9eabda9e84793ff9c0ea96d87f50fc41e66aa16469c6a442f05
frozen() view returns (bool)
false
historicalMMR() view returns (uint32 numPeaks, uint32 len, uint32 index)
(numPeaks=0, len=0, index=0)
historicalVerifierAddress() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
verifierAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
historicalMMRPeaks(uint32 i) view returns (bytes32)
historicalRoots(uint32) view returns (bytes32)
isBlockHashValid(struct IAxiomV1VerifierBlockHashWitness witness) view returns (bool)
isRecentBlockHashValid(uint32 blockNumber, bytes32 claimedBlockHash) view returns (bool)
mmrRingBuffer(uint256) view returns (bytes32)
mmrVerifyBlockHash(bytes32[] mmr, uint8 bufferId, uint32 blockNumber, bytes32 claimedBlockHash, bytes32[] merkleProof) view
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events appendHistoricalMMR(uint32 startBlockNumber, bytes32[] roots, bytes32[] prevHashes)
freezeAll()
grantRole(bytes32 role, address account)
initialize(address _verifierAddress, address _historicalVerifierAddress, address timelock, address guardian)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unfreezeAll()
updateHistorical(bytes32 nextRoot, uint32 nextNumFinal, bytes32[128] roots, bytes32[11][127] endHashProofs, bytes proofData)
updateOld(bytes32 nextRoot, uint32 nextNumFinal, bytes proofData)
updateRecent(bytes proofData)
upgradeHistoricalSnarkVerifier(address _historicalVerifierAddress)
upgradeSnarkVerifier(address _verifierAddress)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
FreezeAll()
Initialized(uint8 version)
MerkleMountainRangeEvent(uint32 len, uint32 index)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
UnfreezeAll()
UpdateEvent(uint32 startBlockNumber, bytes32 prevHash, bytes32 root, uint32 numFinal)
UpgradeHistoricalSnarkVerifier(address newAddress)
UpgradeSnarkVerifier(address newAddress)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AxiomBlockVerificationFailed()
BlockHashIncorrect()
ContractIsFrozen()
MerkleProofFailed()
NotProverRole()
NotRecentEndBlock()
SNARKVerificationFailed()
StartingBlockNotMultipleOfBatchSize()
UpdatingIncorrectNumberOfBlocks()