ChainlinkL1
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ChainlinkL1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11873746 | 4 years ago | | | 0 | 0.012771360 |
ABI
ABI objects
Getter at block 21258411
candidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x998a30cc97703b862e32b16ec32dba9712a8117a
priceFeedL2Address() view returns (address)
0x998a30cc97703b862e32b16ec32dba9712a8117a
rootBridge() view returns (address)
0x998a30cc97703b862e32b16ec32dba9712a8117a
Read-only
getAggregator(bytes32 _priceFeedKey) view returns (address)
prevTimestampMap(bytes32) view returns (uint256)
priceFeedKeys(uint256) view returns (bytes32)
priceFeedMap(bytes32) view returns (address)
State-modifying
Events addAggregator(bytes32 _priceFeedKey, address _aggregator)
initialize(address _rootBridge, address _priceFeedL2)
removeAggregator(bytes32 _priceFeedKey)
renounceOwnership()
setOwner(address newOwner)
setPriceFeedL2(address _priceFeedL2)
setRootBridge(address _rootBridge)
updateLatestRoundData(bytes32 _priceFeedKey)
updateOwner()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceFeedL2Changed(address priceFeedL2)
PriceUpdateMessageIdSent(bytes32 messageId)
PriceUpdated(uint80 roundId, uint256 price, uint256 timestamp)
RootBridgeChanged(address rootBridge)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.