DataLayrServiceManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
52
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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DataLayrServiceManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DataLayrServiceManager"
ABI
ABI objects
Getter at block 21177126
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)
0
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=0, two_duration=0, three_duration=0, four_duration=0, five_duration=0, six_duration=0, seven_duration=0, dataStoreId=0, latestTime=0)
eigenLayrDelegation() view returns (address)
0xea4f1fe4928f1f83a450899c068bcd455baf4798
feePerBytePerTime() view returns (uint256)
0
feeSetter() view returns (address)
0x0000000000000000000000000000000000000000
investmentManager() view returns (address)
0x23754725a49c0f003c349a6c7869ff8609a7cefd
latestTime() view returns (uint32)
0
log2NumPowersOfTau() view returns (uint48)
0
numPowersOfTau() view returns (uint48)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (uint256)
0
pauserRegistry() view returns (address)
0x0000000000000000000000000000000000000000
quorumThresholdBasisPoints() view returns (uint16)
0
registry() view returns (address)
0x1ed35b793d887e028493dac4a11aa5feb811dd67
taskNumber() view returns (uint32)
0
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 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)
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 _registry, address _investmentManager, address _eigenLayrDelegation, address _collateralToken, address _dataLayrChallenge, address _dataLayrBombVerifier, address _dataPermissionManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.