SP1Blobstream
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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
Balances ($0.00)
No balances found for "SP1Blobstream"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SP1Blobstream"
ABI
ABI objects
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(address) view returns (bool)
blockHeightToHeaderHash(uint64) view returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
state_dataCommitments(uint256) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyAttestation(uint256 _proofNonce, struct DataRootTuple _tuple, struct BinaryMerkleProof _proof) view returns (bool)
State-modifying
Events commitHeaderRange(bytes proof, bytes publicValues)
grantRole(bytes32 role, address account)
initialize(struct SP1BlobstreamInitParameters _params)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCheckRelayer(bool _checkRelayer)
setRelayerApproval(address _relayer, bool _approved)
updateFreeze(bool _freeze)
updateGenesisState(uint32 _height, bytes32 _header)
updateProgramVkey(bytes32 _programVkey)
updateVerifier(address _verifier)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DataCommitmentStored(uint256 proofNonce, uint64 indexed startBlock, uint64 indexed endBlock, bytes32 indexed dataCommitment)
HeadUpdate(uint64 blockNumber, bytes32 headerHash)
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)
Upgraded(address indexed implementation)
ValidatorBitmapEquivocation(uint64 trustedBlock, uint64 targetBlock, uint256 validatorBitmap)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ContractFrozen()
OnlyGuardian(address sender)
OnlyTimelock(address sender)
RelayerNotApproved()
TargetBlockNotInRange()
TrustedHeaderMismatch()
TrustedHeaderNotFound()