AxiomV1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x369c8c0e at 17597887
Slot
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

No balances found for "AxiomV1"

No transactions found for "AxiomV1"


Functions
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 numPeaksuint32 lenuint32 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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
historicalMMRPeaks(uint32 iview returns (bytes32)
historicalRoots(uint32view returns (bytes32)
isBlockHashValid(struct IAxiomV1VerifierBlockHashWitness witnessview returns (bool)
isRecentBlockHashValid(uint32 blockNumberbytes32 claimedBlockHashview returns (bool)
mmrRingBuffer(uint256view returns (bytes32)
mmrVerifyBlockHash(bytes32[] mmruint8 bufferIduint32 blockNumberbytes32 claimedBlockHashbytes32[] merkleProofview 
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
appendHistoricalMMR(uint32 startBlockNumberbytes32[] rootsbytes32[] prevHashes
freezeAll(
grantRole(bytes32 roleaddress account
initialize(address _verifierAddressaddress _historicalVerifierAddressaddress timelockaddress guardian
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
unfreezeAll(
updateHistorical(bytes32 nextRootuint32 nextNumFinalbytes32[128] rootsbytes32[11][127] endHashProofsbytes proofData
updateOld(bytes32 nextRootuint32 nextNumFinalbytes proofData
updateRecent(bytes proofData
upgradeHistoricalSnarkVerifier(address _historicalVerifierAddress
upgradeSnarkVerifier(address _verifierAddress
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
FreezeAll(
Initialized(uint8 version
MerkleMountainRangeEvent(uint32 lenuint32 index
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
UnfreezeAll(
UpdateEvent(uint32 startBlockNumberbytes32 prevHashbytes32 rootuint32 numFinal
UpgradeHistoricalSnarkVerifier(address newAddress
UpgradeSnarkVerifier(address newAddress
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AxiomBlockVerificationFailed(
BlockHashIncorrect(
ContractIsFrozen(
MerkleProofFailed(
NotProverRole(
NotRecentEndBlock(
SNARKVerificationFailed(
StartingBlockNotMultipleOfBatchSize(
UpdatingIncorrectNumberOfBlocks(