TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 46,505 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 31 additional slots
0x4ca7…92d0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274223 | 2 minutes ago | | | 0 | 0.0024126526 | |
| 21274221 | 2 minutes ago | | | 0 | 0.0012199612 | |
| 21274143 | 18 minutes ago | | | 0 | 0.0020398247 | |
| 21274141 | 18 minutes ago | | | 0 | 0.0011120046 | |
| 21274063 | 34 minutes ago | | | 0 | 0.0021038356 | |
| 21274061 | 34 minutes ago | | | 0 | 0.0010964166 | |
| 21273984 | an hour ago | | | 0 | 0.0024749659 | |
| 21273982 | an hour ago | | | 0 | 0.0010647469 | |
| 21273904 | an hour ago | | | 0 | 0.0025215802 | |
| 21273902 | an hour ago | | | 0 | 0.0012455768 |
ABI
ABI objects
Getter at block 21274231
BIP_MULTIPLIER() view returns (uint256)
10000
BLOCK_STALE_MEASURE() view returns (uint32)
150
DURATION_SCALE() view returns (uint256)
3600
MAX_DATASTORE_DURATION() view returns (uint8)
7
MIN_DATASTORE_DURATION() view returns (uint8)
1
NUM_DS_PER_BLOCK_PER_DURATION() view returns (uint256)
20
adversaryThresholdBasisPoints() view returns (uint16)
4000
collateralToken() view returns (address)
0x3c3a81e81dc49a522a592e7622a7e711c06bf354
confirmDataStoreTimeout() view returns (uint32)
1800
dataLayrBombVerifier() view returns (address)
0x0000000000000000000000000000000000000000
dataLayrChallenge() view returns (address)
0xc9c24f1aad2614e81f033746292f5dc5d7ccad94
dataPermissionManager() view returns (address)
0xbcf6d8273daf842b6fc288b08e48c438fa911d01
dataStoresForDuration() view returns (uint32 one_duration, uint32 two_duration, uint32 three_duration, uint32 four_duration, uint32 five_duration, uint32 six_duration, uint32 seven_duration, uint32 dataStoreId, uint32 latestTime)
(one_duration=45085, two_duration=0, three_duration=0, four_duration=0, five_duration=0, six_duration=0, seven_duration=0, dataStoreId=45086, latestTime=1732655387)
eigenLayrDelegation() view returns (address)
0xea4f1fe4928f1f83a450899c068bcd455baf4798
feePerBytePerTime() view returns (uint256)
1
feeSetter() view returns (address)
0x207e804758e28f2b3fd6e4219671b327100b82f8
investmentManager() view returns (address)
0x23754725a49c0f003c349a6c7869ff8609a7cefd
latestTime() view returns (uint32)
1732655387
log2NumPowersOfTau() view returns (uint48)
0
numPowersOfTau() view returns (uint48)
0
owner() view returns (address)
0x2f44bd2a54ac3fb20cd7783cf94334069641dac9
paused() view returns (uint256)
0
pauserRegistry() view returns (address)
0x4ca725d446ece6e3ffd3e072a6f2a6a16ca492d0
quorumThresholdBasisPoints() view returns (uint16)
9000
registry() view returns (address)
0x1ed35b793d887e028493dac4a11aa5feb811dd67
taskNumber() view returns (uint32)
45086
Read-only
calculateFee(uint256 totalBytes, uint256 _feePerBytePerTime, uint32 storePeriodLength) pure returns (uint256)
dataStoreHashesForDurationAtTimestamp(uint8, uint256, uint256) view returns (bytes32)
dataStoreIdToSignatureHash(uint32) view returns (bytes32)
getDataStoreHashesForDurationAtTimestamp(uint8 duration, uint256 timestamp, uint32 index) view returns (bytes32)
getNumDataStoresForDuration(uint8 duration) view returns (uint32)
paused(uint8 index) view returns (bool)
verifyDataStoreMetadata(uint8 duration, uint256 timestamp, uint32 index, struct IDataLayrServiceManagerDataStoreMetadata metadata) view returns (bool)
zeroPolynomialCommitmentMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
checkSignatures(bytes data) returns (uint32 taskNumberToConfirm, uint32 referenceBlockNumber, bytes32 msgHash, struct BLSSignatureCheckerSignatoryTotals signedTotals, bytes32 compressedSignatoryRecord)
confirmDataStore(bytes data, struct IDataLayrServiceManagerDataStoreSearchData searchData)
freezeOperator(address operator)
initDataStore(address feePayer, address confirmer, uint8 duration, uint32 referenceBlockNumber, uint32 totalOperatorsIndex, bytes header) returns (uint32 index)
initialize(address _pauserRegistry, address initialOwner, uint16 _quorumThresholdBasisPoints, uint16 _adversaryThresholdBasisPoints, uint256 _feePerBytePerTime, address _feeSetter)
pause(uint256 newPausedStatus)
renounceOwnership()
setAdversaryThresholdBasisPoints(uint16 _adversaryThresholdBasisPoints)
setFeePerBytePerTime(uint256 _feePerBytePerTime)
setFeeSetter(address _feeSetter)
setQuorumThresholdBasisPoints(uint16 _quorumThresholdBasisPoints)
transferOwnership(address newOwner)
unpause(uint256 newPausedStatus)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdversaryThresholdBasisPointsUpdated(uint16 adversaryThresholdBasisPoints)
BombVerifierSet(address previousAddress, address newAddress)
ConfirmDataStore(uint32 dataStoreId, bytes32 headerHash)
FeePerBytePerTimeSet(uint256 previousValue, uint256 newValue)
FeeSetterChanged(address previousAddress, address newAddress)
InitDataStore(address feePayer, struct IDataLayrServiceManagerDataStoreSearchData searchData, bytes header)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address indexed account, uint256 newPausedStatus)
PaymentManagerSet(address previousAddress, address newAddress)
QuorumThresholdBasisPointsUpdated(uint16 quorumTHresholdBasisPoints)
SignatoryRecord(bytes32 msgHash, uint32 taskNumber, uint256 signedStakeFirstQuorum, uint256 signedStakeSecondQuorum, bytes32[] pubkeyHashes)
Unpaused(address indexed account, uint256 newPausedStatus)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.