This contract is being backfilled. You may encounter incomplete storage history.

ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 207 txns
Deployed by via 0xf1568a86 at 20027685
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 "ERC1967Proxy"

0xf8899278a6db552bff3a1c4bac5fc2011afa0524071506bfcf6b616802baa01f
0x1f03c03efb13beaaff8afeaa65435545ad76dc0939299fb5694c97cab3ac54e8
0x16db45fd5a7b3fc899b8322ed04f82903436b03b61c0723a6929d11c5431a594
0x1a1310054a9b3c78bf35f16ef65df9b0eb94e1bed9cc084c07e6b9ba3d90cfd5
0x5023fd7a5bc8395cccb0b4898de7e63d4c63545e2cd734167319ccd887f89d3d
0xda8ea74b695a0c92c96bd9965cea0b8d1bd5d89958a0b88f1547201903797d90
0xacf1eb94557d8cd11d2edb8ca1f97a7ad09b8d3f13712aa5c8cac9f81cef3cb2
0x6eebafec163740adec8319ac8edf5fcf0dc5cd246df13ff5ba3864549100cdc8
0x67b39d229653a0fb13157548e63cfdf34be8f0abfd73399434ea043f6855f494
0x29463c01f958b343a55adda9e21c6cde219c82f50b3e68c9e30a8a8153a6d1be

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)
0x0038c5c5568fe5e1ae267efb1298a7792d1cda00bccc2d1d4bfa4c1511e06380
checkRelayer(view returns (bool)
true
frozen(view returns (bool)
false
gateway_deprecated(view returns (address)
0x6c7a05e0ae641c6559fd76ac56641778b6ecd776
headerRangeFunctionId_deprecated(view returns (bytes32)
0xdb3232748ba9f2906d9d2ce97d2fac3963d4346de23c30521f346e10ddad82f7
latestBlock(view returns (uint64)
2386800
nextHeaderFunctionId_depcrecated(view returns (bytes32)
0xf7ab2ac6f5ccf2da79050efcc0dbdb06d5ae05a332f58076aeac7fc8c73811fe
 
proxiableUUID(view returns (bytes32)
state_proofNonce(view returns (uint256)
872
verifier(view returns (address)
0x3b6041173b80e77f038f3f2c0f9744f04837185e
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
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ContractFrozen(
OnlyGuardian(address sender
OnlyTimelock(address sender
RelayerNotApproved(
TargetBlockNotInRange(
TrustedHeaderMismatch(
TrustedHeaderNotFound(