ChainlinkPriceFeed
Verified contract
Active on
Base with 1 txns
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 |
---|---|---|---|---|---|
CUBBY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17551259 | 5 months ago | | | 0 | 0.0000021515595 |
ABI
ABI objects
Getter at block 23892324
getNativeToken() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
getChainlinkDataFeedLatestAnswer(address token) view returns (uint256 amt, uint8 decimals)
getNativeTokenVolume(uint256 amount) view returns (uint256)
getPriceFeed(address token) view returns (address)
getTransactionVolume(address[] contractAddresses, uint256[] amounts) view returns (uint256)
isControlCenter(address controlCenter) view returns (bool)
State-modifying
Events batchSetPriceFeed(address[] tokens, address[] priceFeeds, uint256[] heartbeatTimes)
setPriceFeed(address token, address priceFeed, uint256 heartbeatTime)
This contract contains no event objects.
constructor(address owner, address controlCenter, address wrappedNativeTokenAddress, address nativeTokenPriceFeed, address sequencerUptimeFeed, uint256 heartbeatTime)
This contract contains no fallback and receive objects.
GracePeriodNotOver()
InvalidLength()
IsNullValue()
PriceTooOld()
SequencerDown()
Unauthorized(address msgSender, string role)