SP1Vector
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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
4 additional
variables
Balances ($0.00)
No balances found for "SP1Vector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SP1Vector"
ABI
ABI objects
Getter at block 20794599
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)
false
frozen() view returns (bool)
false
gateway_deprecated() view returns (address)
0x0000000000000000000000000000000000000000
headerRangeCommitmentTreeSize() view returns (uint32)
0
headerRangeFunctionId_deprecated() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
latestAuthoritySetId() view returns (uint64)
0
latestBlock() view returns (uint32)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rotateFunctionId_deprecated() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
vectorXProgramVkey() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
verifier() view returns (address)
0x0000000000000000000000000000000000000000
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
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AuthoritySetMismatch()
AuthoritySetNotFound()
BlockHeightMismatch()
ContractFrozen()
InvalidMerkleTreeSize()
InvalidProofType()
InvalidTargetBlock()
NextAuthoritySetExists()
OldAuthoritySetId()
OnlyGuardian(address sender)
OnlyTimelock(address sender)
RelayerNotApproved()
TrustedHeaderMismatch()
TrustedHeaderNotFound()