ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,352 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x3b60…185e
7 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269448 | an hour ago | | | 0 | 0.0031452984 | |
| 21269078 | 2 hours ago | | | 0 | 0.0041908653 | |
| 21268657 | 4 hours ago | | | 0 | 0.0037344166 | |
| 21268242 | 5 hours ago | | | 0 | 0.0051983386 | |
| 21267878 | 6 hours ago | | | 0 | 0.0083841834 | |
| 21267461 | 8 hours ago | | | 0 | 0.0042501014 | |
| 21267095 | 9 hours ago | | | 0 | 0.0083154641 | |
| 21266679 | 10 hours ago | | | 0 | 0.0096243029 | |
| 21266263 | 12 hours ago | | | 0 | 0.0088337318 | |
| 21265897 | 13 hours ago | | | 0 | 0.014435987 |
ABI
ABI objects
Getter at block 21269781 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GUARDIAN_ROLE() view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
TIMELOCK_ROLE() view returns (bytes32)
0xf66846415d2bf9eabda9e84793ff9c0ea96d87f50fc41e66aa16469c6a442f05
VERSION() pure returns (string)
2.0.0
checkRelayer() view returns (bool)
true
frozen() view returns (bool)
false
gateway_deprecated() view returns (address)
0x0000000000000000000000000000000000000000
headerRangeCommitmentTreeSize() view returns (uint32)
2048
headerRangeFunctionId_deprecated() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
latestAuthoritySetId() view returns (uint64)
152
latestBlock() view returns (uint32)
625440
rotateFunctionId_deprecated() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
vectorXProgramVkey() view returns (bytes32)
0x00285180a989ed2d6aa8194220690d0d45f2907535d3d3c09e4cb29f6dbe3d4d
verifier() view returns (address)
0x3b6041173b80e77f038f3f2c0f9744f04837185e
Read-only
approvedRelayers(address) view returns (bool)
authoritySetIdToHash(uint64) view returns (bytes32)
blockHeightToHeaderHash(uint32) view returns (bytes32)
dataRootCommitments(bytes32) view returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
rangeStartBlocks(bytes32) view returns (uint32)
stateRootCommitments(bytes32) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events commitHeaderRange(bytes proof, bytes publicValues)
grantRole(bytes32 role, address account)
initialize(struct SP1VectorInitParameters _params)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rotate(bytes proof, bytes publicValues)
setCheckRelayer(bool _checkRelayer)
setRelayerApproval(address _relayer, bool _approved)
updateBlockRangeData(uint32[] _startBlocks, uint32[] _endBlocks, bytes32[] _headerHashes, bytes32[] _dataRootCommitments, bytes32[] _stateRootCommitments, uint64 _endAuthoritySetId, bytes32 _endAuthoritySetHash)
updateCommitmentTreeSize(uint32 _headerRangeCommitmentTreeSize)
updateFreeze(bool _freeze)
updateGenesisState(uint32 _height, bytes32 _header, uint64 _authoritySetId, bytes32 _authoritySetHash)
updateVectorXProgramVkey(bytes32 _vectorXProgramVkey)
updateVerifier(address _verifier)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AuthoritySetStored(uint64 authoritySetId, bytes32 authoritySetHash)
BeaconUpgraded(address indexed beacon)
HeadUpdate(uint32 blockNumber, bytes32 headerHash)
HeaderRangeCommitmentStored(uint32 startBlock, uint32 endBlock, bytes32 dataCommitment, bytes32 stateCommitment, uint32 headerRangeCommitmentTreeSize)
HeaderRangeRequested(uint32 trustedBlock, bytes32 trustedHeader, uint64 authoritySetId, bytes32 authoritySetHash, uint32 targetBlock)
Initialized(uint8 version)
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)
RotateRequested(uint64 currentAuthoritySetId, bytes32 currentAuthoritySetHash)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
AuthoritySetMismatch()
AuthoritySetNotFound()
BlockHeightMismatch()
ContractFrozen()
InvalidMerkleTreeSize()
InvalidProofType()
InvalidTargetBlock()
NextAuthoritySetExists()
OldAuthoritySetId()
OnlyGuardian(address sender)
OnlyTimelock(address sender)
RelayerNotApproved()
TrustedHeaderMismatch()
TrustedHeaderNotFound()