EACAggregatorProxy
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)
No balances found for "EACAggregatorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2406959 | a year ago | | | 0 | 0.0014267400 |
ABI
ABI objects
Getter at block 21873536 proposedLatestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
accessController() view returns (address)
0x0000000000000000000000000000000000000000
aggregator() view returns (address)
0x606c6ecbd272e2174f6710b5974f23fe9899602e
decimals() view returns (uint8)
0
description() view returns (string)
L2 Sequencer Uptime Status Feed
latestAnswer() view returns (int256)
0
latestRound() view returns (uint256)
18446744073709551626
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=18446744073709551626, answer=0, startedAt=1727286839, updatedAt=1730138863, answeredInRound=18446744073709551626)
latestTimestamp() view returns (uint256)
1727286839
owner() view returns (address)
0xf0db7318a51a21c413cadd4abdc1e8a500fe5b1b
phaseId() view returns (uint16)
1
proposedAggregator() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint256)
1
Read-only
getAnswer(uint256 _roundId) view returns (int256)
getRoundData(uint80 _roundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
getTimestamp(uint256 _roundId) view returns (uint256)
phaseAggregators(uint16) view returns (address)
proposedGetRoundData(uint80 _roundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
State-modifying
Events acceptOwnership()
confirmAggregator(address _aggregator)
proposeAggregator(address _aggregator)
setController(address _accessController)
transferOwnership(address _to)
AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 updatedAt)
NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
constructor(address _aggregator, address _accessController)
This contract contains no fallback and receive objects.
This contract contains no error objects.