AxiomProxy
Verified contract
Proxy
Active on
Ethereum with 13,538 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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)
No balances found for "AxiomProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246324 | 12 minutes ago | | | 0 | 0.0071912802 | |
| 21246149 | an hour ago | | | 0 | 0.0091268009 | |
| 21245976 | an hour ago | | | 0 | 0.0090158504 | |
| 21245816 | 2 hours ago | | | 0 | 0.0075515421 | |
| 21245640 | 2 hours ago | | | 0 | 0.0053707830 | |
| 21245475 | 3 hours ago | | | 0 | 0.0050398935 | |
| 21245300 | 4 hours ago | | | 0 | 0.0061834541 | |
| 21245124 | 4 hours ago | | | 0 | 0.0078813848 | |
| 21244952 | 5 hours ago | | | 0 | 0.0057936542 | |
| 21244791 | 5 hours ago | | | 0 | 0.0073410374 |
ABI
ABI objects
Getter at block 21246382 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)
0x60d1694dd94672dd98ab571566039638335eda9f578089a96904a508e98d4ab7
blockhashPmmrSize() view returns (uint32 pmmrSize)
21246296
frozen() view returns (bool)
false
historicalVerifierAddress() view returns (address)
0x93b7410130ebecb500af16f378bd00cc0ce9a994
verifierAddress() view returns (address)
0xfe3df6613bc21d74c1139218619d9094ef4d7049
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)
Upgraded(address indexed implementation)
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)
constructor(address implementation, bytes _data)
fallback()
receive()
AxiomBlockVerificationFailed()
BlockHashIncorrect()
ContractIsFrozen()
GuardianAddressIsZero()
HistoricalVerifierAddressIsZero()
IncorrectNumberOfBlocks()
InvalidEmptyHashDepth()
MerkleProofFailed()
NotAxiomRole()
NotProverRole()
NotRecentEndBlock()
PmmrLeafIsNotEmpty()
PmmrLeafIsTooBig()
ProverAddressIsZero()
SNARKVerificationFailed()
StartingBlockNotValid()
TimelockAddressIsZero()
UnfreezeAddressIsZero()
VerifierAddressIsZero()