SP1Blobstream

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4b5c0a8e at 20565491
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

No balances found for "SP1Blobstream"

No transactions found for "SP1Blobstream"


Functions
Getter at block 20793042
DATA_COMMITMENT_MAX(view returns (uint64)
1000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GUARDIAN_ROLE(view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
TIMELOCK_ROLE(view returns (bytes32)
0xf66846415d2bf9eabda9e84793ff9c0ea96d87f50fc41e66aa16469c6a442f05
VERSION(pure returns (string)
1.1.0
blobstreamProgramVkey(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
checkRelayer(view returns (bool)
false
frozen(view returns (bool)
false
gateway_deprecated(view returns (address)
0x0000000000000000000000000000000000000000
headerRangeFunctionId_deprecated(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
latestBlock(view returns (uint64)
0
nextHeaderFunctionId_depcrecated(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
state_proofNonce(view returns (uint256)
0
verifier(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
approvedRelayers(addressview returns (bool)
blockHeightToHeaderHash(uint64view returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
state_dataCommitments(uint256view returns (bytes32)
supportsInterface(bytes4 interfaceIdview returns (bool)
verifyAttestation(uint256 _proofNoncestruct DataRootTuple _tuplestruct BinaryMerkleProof _proofview returns (bool)
State-modifying
commitHeaderRange(bytes proofbytes publicValues
grantRole(bytes32 roleaddress account
initialize(struct SP1BlobstreamInitParameters _params
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCheckRelayer(bool _checkRelayer
setRelayerApproval(address _relayerbool _approved
updateFreeze(bool _freeze
updateGenesisState(uint32 _heightbytes32 _header
updateProgramVkey(bytes32 _programVkey
updateVerifier(address _verifier
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
DataCommitmentStored(uint256 proofNonceuint64 indexed startBlockuint64 indexed endBlockbytes32 indexed dataCommitment
HeadUpdate(uint64 blockNumberbytes32 headerHash
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
Upgraded(address indexed implementation
ValidatorBitmapEquivocation(uint64 trustedBlockuint64 targetBlockuint256 validatorBitmap
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractFrozen(
OnlyGuardian(address sender
OnlyTimelock(address sender
RelayerNotApproved(
TargetBlockNotInRange(
TrustedHeaderMismatch(
TrustedHeaderNotFound(