TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 493 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23864215 | 2 hours ago | | | 0 | 0.0000015369971 | |
| 23864032 | 2 hours ago | | | 0 | 9.3370371e-7 | |
| 23828285 | a day ago | | | 0 | 0.0000018078258 | |
| 23828133 | a day ago | | | 0 | 0.0000010818370 | |
| 23827431 | a day ago | | | 0 | 0.0000012252309 | |
| 23784229 | 2 days ago | | | 0 | 0.0000010557434 | |
| 23741027 | 3 days ago | | | 0 | 4.7915040e-7 | |
| 23697824 | 4 days ago | | | 0 | 7.4274790e-7 | |
| 23654622 | 5 days ago | | | 0 | 0.0000011869241 | |
| 23611420 | 6 days ago | | | 0 | 0.0000011314765 |
ABI
ABI objects
Getter at block 23867284 extractTimestampsAndAssertAllAreEqual() pure returns (uint256 extractedTimestamp) getDataServiceId() view returns (string)
aggregator() view returns (address)
0xd9a66ff1d660ad943f48e9c606d09ea672f312e8
decimals() pure returns (uint8)
8
description() view returns (string)
Redstone Price Feed
getAllowedTimestampDiffsInSeconds() view returns (uint256 maxDataAheadSeconds, uint256 maxDataDelaySeconds)
(maxDataAheadSeconds=60, maxDataDelaySeconds=180)
getBlockTimestamp() view returns (uint256)
1734523915
getBlockTimestampFromLatestUpdate() view returns (uint256 blockTimestamp)
1734517777
getDataFeedId() pure returns (bytes32)
0x5553442b00000000000000000000000000000000000000000000000000000000
getDataFeedIds() view returns (bytes32[] dataFeedIds)
[0x5553442b00000000000000000000000000000000000000000000000000000000]
getDataTimestampFromLatestUpdate() view returns (uint256 lastDataTimestamp)
1734517770000
getMinIntervalBetweenUpdates() view returns (uint256)
3
getPackedTimestampsFromLatestUpdate() view returns (uint256 packedTimestamps)
590225812242027949953719000757176025291551307637777
getPriceFeedAdapter() view returns (address)
0xd9a66ff1d660ad943f48e9c606d09ea672f312e8
getTimestampsFromLatestUpdate() view returns (uint128 dataTimestamp, uint128 blockTimestamp)
(dataTimestamp=1734517770000, blockTimestamp=1734517777)
getUniqueSignersThreshold() view returns (uint8)
2
latestAnswer() view returns (int256)
99988738
latestRound() pure returns (uint80)
1
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=1, answer=99988738, startedAt=1734517777, updatedAt=1734517777, answeredInRound=1)
version() pure returns (uint256)
1
Read-only
aggregateValues(uint256[] values) view returns (uint256)
getAuthorisedSignerIndex(address signerAddress) view returns (uint8)
getDataFeedIndex(bytes32 dataFeedId) view returns (uint256)
getRoundData(uint80 requestedRoundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
getValueForDataFeed(bytes32 dataFeedId) view returns (uint256)
getValueForDataFeedUnsafe(bytes32 dataFeedId) view returns (uint256 dataFeedValue)
getValuesForDataFeeds(bytes32[] dataFeedIds) view returns (uint256[])
getValuesForDataFeedsUnsafe(bytes32[] requestedDataFeedIds) view returns (uint256[] values)
requireAuthorisedUpdater(address updater) view
validateDataFeedValueOnRead(bytes32 dataFeedId, uint256 valueForDataFeed) view
validateDataFeedValueOnWrite(bytes32 dataFeedId, uint256 valueForDataFeed) view
validateDataPackagesTimestampOnce(uint256 dataPackagesTimestamp) view
validateProposedDataPackagesTimestamp(uint256 dataPackagesTimestamp) view
validateTimestamp(uint256 receivedTimestampMilliseconds) view
State-modifying
Events initialize()
updateDataFeedsValues(uint256 dataPackagesTimestamp)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 updatedAt)
Initialized(uint8 version)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
BlockTimestampIsTooBig(uint256 blockTimestamp)
CalldataMustHaveValidPayload()
CalldataOverOrUnderFlow()
CanNotPickMedianOfEmptyArray()
CannotUpdateMoreThanOneDataFeed()
DataFeedIdNotFound(bytes32 dataFeedId)
DataFeedValueCannotBeZero(bytes32 dataFeedId)
DataPackageTimestampMismatch(uint256 expectedDataTimestamp, uint256 dataPackageTimestamp)
DataPackageTimestampMustNotBeZero()
DataPackageTimestampsMustBeEqual()
DataTimestampIsTooBig(uint256 dataTimestamp)
DataTimestampShouldBeNewerThanBefore(uint256 receivedDataTimestampMilliseconds, uint256 lastDataTimestampMilliseconds)
EachSignerMustProvideTheSameValue()
EmptyCalldataPointersArr()
GetDataServiceIdNotImplemented()
GetRoundDataCanBeOnlyCalledWithLatestRound(uint80 requestedRoundId)
IncorrectUnsignedMetadataSize()
InsufficientNumberOfUniqueSigners(uint256 receivedSignersCount, uint256 requiredSignersCount)
InvalidCalldataPointer()
MinIntervalBetweenUpdatesHasNotPassedYet(uint256 currentBlockTimestamp, uint256 lastUpdateTimestamp, uint256 minIntervalBetweenUpdates)
RedstonePayloadMustHaveAtLeastOneDataPackage()
SignerNotAuthorised(address receivedSigner)
TimestampFromTooLongFuture(uint256 receivedTimestampSeconds, uint256 blockTimestamp)
TimestampIsTooOld(uint256 receivedTimestampSeconds, uint256 blockTimestamp)
UnsafeUintToIntConversion(uint256 value)
UpdaterNotAuthorised(address signer)