0xb93087acb2b4dff8854c01dc661710d6f5fb7a94
Verified contract
Proxy
Active on
Base with 49,766 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 34 additional slots
-
variable spans 39 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 327.047281 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21500178 | a month ago | | | 0 | 0.0000069348351 | |
| 21500008 | a month ago | | | 0 | 0.0000063545312 | |
| 21499867 | a month ago | | | 0 | 0.0000064573960 | |
| 21499672 | a month ago | | | 0 | 0.0000064502247 | |
| 21499545 | a month ago | | | 0 | 0.0000064456598 | |
| 21499365 | a month ago | | | 0 | 0.0000064525353 | |
| 21499154 | a month ago | | | 0 | 0.0000069348351 | |
| 21498985 | a month ago | | | 0 | 0.0000063947134 | |
| 21498842 | a month ago | | | 0 | 0.0000064560435 | |
| 21498648 | a month ago | | | 0 | 0.0000064509009 |
ABI
ABI objects
Getter at block 22747179 blockhashPmmr() view returns (struct MerkleMountainRangeMMR completeLeaves, bytes32 paddedLeaf, uint32 size) blockhashPmmrPeaks() view returns (struct MerkleMountainRangeMMR) fullBlockhashPmmr() view returns (struct PaddedMerkleMountainRangePMMR) proxiableUUID() view returns (bytes32)
AXIOM_ROLE() view returns (bytes32)
0x542178611b653a605b79640db9b52a7afa591d6ace75cd36686e0ee264f4f572
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
UNFREEZE_ROLE() view returns (bytes32)
0xf4e710c64967f31ba1090db2a7dd9e704155d00947ce853da47446cb68ee65da
blockhashPmmrLeaf() view returns (bytes32)
0x0e1763cfd8ffdae2d0f34c0ad7224813415604602757eae84adb17cd466dd453
blockhashPmmrSize() view returns (uint32 pmmrSize)
21500076
frozen() view returns (bool)
false
historicalVerifierAddress() view returns (address)
0x4cf3665f4d922c1c873dc7807cbe1f410f74d178
verifierAddress() view returns (address)
0x685adaa081bf6e21d848b1fcf1d491fe4bc7cfde
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
historicalRoots(uint32) view returns (bytes32)
isBlockHashValid(struct IAxiomV2VerifierBlockHashWitness witness) view returns (bool)
isRecentBlockHashValid(uint32 blockNumber, bytes32 claimedBlockHash) view returns (bool)
pmmrSnapshots(uint32) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events appendHistoricalPMMR(uint32 startBlockNumber, bytes32[] roots, bytes32[] prevHashes, uint32 lastNumFinal)
freezeAll()
grantRole(bytes32 role, address account)
initialize(address _verifierAddress, address _historicalVerifierAddress, address timelock, address guardian, address unfreeze, address prover)
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()
HistoricalRootUpdated(uint32 indexed startBlockNumber, bytes32 prevHash, bytes32 root, uint32 numFinal)
Initialized(uint8 version)
PaddedMerkleMountainRangeUpdated(bytes32 indexed commitment, uint32 pmmrSize)
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()
UpgradeHistoricalSnarkVerifier(address newAddress)
UpgradeSnarkVerifier(address newAddress)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AxiomBlockVerificationFailed()
BlockHashIncorrect()
ContractIsFrozen()
GuardianAddressIsZero()
HistoricalVerifierAddressIsZero()
IncorrectNumberOfBlocks()
InvalidEmptyHashDepth()
MerkleProofFailed()
NotAxiomRole()
NotProverRole()
NotRecentEndBlock()
PmmrLeafIsNotEmpty()
PmmrLeafIsTooBig()
ProverAddressIsZero()
SNARKVerificationFailed()
StartingBlockNotValid()
TimelockAddressIsZero()
UnfreezeAddressIsZero()
VerifierAddressIsZero()