TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,037 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)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205096 | 32 minutes ago | | | 0 | 0.0011265924 | |
| 21204879 | an hour ago | | | 0 | 0.0010816089 | |
| 21204341 | 3 hours ago | | | 0 | 0.0020782292 | |
| 21204272 | 3 hours ago | | | 0 | 0.0013606719 | |
| 21204173 | 4 hours ago | | | 0 | 0.0013383352 | |
| 21202642 | 9 hours ago | | | 0 | 0.0015313239 | |
| 21202094 | 11 hours ago | | | 0 | 0.0014514594 | |
| 21201052 | 14 hours ago | | | 0 | 0.0017118360 | |
| 21200192 | 17 hours ago | | | 0 | 0.0014989030 | |
| 21200140 | 17 hours ago | | | 0 | 0.0016355760 |
ABI
ABI objects
Getter at block 21205251 extractTimestampsAndAssertAllAreEqual() pure returns (uint256 extractedTimestamp) getDataServiceId() view returns (string)
aggregator() view returns (address)
0xddb6f90ffb4d3257dd666b69178e5b3c5bf41136
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)
1731820259
getBlockTimestampFromLatestUpdate() view returns (uint256 blockTimestamp)
1731818387
getDataFeedId() pure returns (bytes32)
0x7765455448000000000000000000000000000000000000000000000000000000
getDataFeedIds() view returns (bytes32[] dataFeedIds)
[0x7765455448000000000000000000000000000000000000000000000000000000]
getDataTimestampFromLatestUpdate() view returns (uint256 lastDataTimestamp)
1731818360000
getLatestRoundId() view returns (uint256 latestRoundId)
3976
getLatestRoundParams() view returns (uint256 latestRoundId, uint128 latestRoundDataTimestamp, uint128 latestRoundBlockTimestamp)
(latestRoundId=3976, latestRoundDataTimestamp=1731818360000, latestRoundBlockTimestamp=1731818387)
getMinIntervalBetweenUpdates() view returns (uint256)
3
getPackedTimestampsFromLatestUpdate() view returns (uint256 packedTimestamps)
589307250617937899456061332708128635863864863978387
getPriceFeedAdapter() view returns (address)
0xddb6f90ffb4d3257dd666b69178e5b3c5bf41136
getPriceFeedAdapterWithRounds() view returns (address)
0xddb6f90ffb4d3257dd666b69178e5b3c5bf41136
getTimestampsFromLatestUpdate() view returns (uint128 dataTimestamp, uint128 blockTimestamp)
(dataTimestamp=1731818360000, blockTimestamp=1731818387)
getUniqueSignersThreshold() view returns (uint8)
2
latestAnswer() view returns (int256)
327720714606
latestRound() view returns (uint80)
3976
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=3976, answer=327720714606, startedAt=1731818387, updatedAt=1731818387, answeredInRound=3976)
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)
getPackedTimestampsForRound(uint256 roundId) view returns (uint256 roundTimestamps)
getRoundData(uint80 requestedRoundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
getRoundDataFromAdapter(bytes32 dataFeedId, uint256 roundId) view returns (uint256 dataFeedValue, uint128 roundDataTimestamp, uint128 roundBlockTimestamp)
getValueForDataFeed(bytes32 dataFeedId) view returns (uint256)
getValueForDataFeedAndRound(bytes32 dataFeedId, uint256 roundId) view returns (uint256 dataFeedValue)
getValueForDataFeedUnsafe(bytes32 dataFeedId) view returns (uint256 dataFeedValue)
getValuesForDataFeeds(bytes32[] dataFeedIds) view returns (uint256[])
getValuesForDataFeedsUnsafe(bytes32[] requestedDataFeedIds) view returns (uint256[] values)
requireAuthorisedUpdater(address updater) view
validateDataFeedValue(bytes32 dataFeedId, uint256 valueForDataFeed) pure
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()
IncorrectUnsignedMetadataSize()
InsufficientNumberOfUniqueSigners(uint256 receivedSignersCount, uint256 requiredSignersCount)
InvalidCalldataPointer()
MinIntervalBetweenUpdatesHasNotPassedYet(uint256 currentBlockTimestamp, uint256 lastUpdateTimestamp, uint256 minIntervalBetweenUpdates)
RedstonePayloadMustHaveAtLeastOneDataPackage()
RoundNotFound(uint256 roundId)
SignerNotAuthorised(address receivedSigner)
TimestampFromTooLongFuture(uint256 receivedTimestampSeconds, uint256 blockTimestamp)
TimestampIsTooOld(uint256 receivedTimestampSeconds, uint256 blockTimestamp)
UnsafeUint256ToUint80Conversion(uint256 value)
UnsafeUintToIntConversion(uint256 value)
UpdaterNotAuthorised(address signer)