SP1Vector

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf25d010d at 20344467
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
4 additional variables

No balances found for "SP1Vector"

No transactions found for "SP1Vector"


Functions
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(addressview returns (bool)
authoritySetIdToHash(uint64view returns (bytes32)
blockHeightToHeaderHash(uint32view returns (bytes32)
dataRootCommitments(bytes32view returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
rangeStartBlocks(bytes32view returns (uint32)
stateRootCommitments(bytes32view returns (bytes32)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
commitHeaderRange(bytes proofbytes publicValues
grantRole(bytes32 roleaddress account
initialize(struct SP1VectorInitParameters _params
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rotate(bytes proofbytes publicValues
setCheckRelayer(bool _checkRelayer
setRelayerApproval(address _relayerbool _approved
updateBlockRangeData(uint32[] _startBlocksuint32[] _endBlocksbytes32[] _headerHashesbytes32[] _dataRootCommitmentsbytes32[] _stateRootCommitmentsuint64 _endAuthoritySetIdbytes32 _endAuthoritySetHash
updateCommitmentTreeSize(uint32 _headerRangeCommitmentTreeSize
updateFreeze(bool _freeze
updateGenesisState(uint32 _heightbytes32 _headeruint64 _authoritySetIdbytes32 _authoritySetHash
updateVectorXProgramVkey(bytes32 _vectorXProgramVkey
updateVerifier(address _verifier
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
AuthoritySetStored(uint64 authoritySetIdbytes32 authoritySetHash
BeaconUpgraded(address indexed beacon
HeadUpdate(uint32 blockNumberbytes32 headerHash
HeaderRangeCommitmentStored(uint32 startBlockuint32 endBlockbytes32 dataCommitmentbytes32 stateCommitmentuint32 headerRangeCommitmentTreeSize
HeaderRangeRequested(uint32 trustedBlockbytes32 trustedHeaderuint64 authoritySetIdbytes32 authoritySetHashuint32 targetBlock
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RotateRequested(uint64 currentAuthoritySetIdbytes32 currentAuthoritySetHash
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AuthoritySetMismatch(
AuthoritySetNotFound(
BlockHeightMismatch(
ContractFrozen(
InvalidMerkleTreeSize(
InvalidProofType(
InvalidTargetBlock(
NextAuthoritySetExists(
OldAuthoritySetId(
OnlyGuardian(address sender
OnlyTimelock(address sender
RelayerNotApproved(
TrustedHeaderMismatch(
TrustedHeaderNotFound(