EACAggregatorProxy
Verified contract
Active on
Ethereum with 10 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) |
---|---|---|---|---|---|---|---|
| 18122102 | a year ago | | | 0 | 0.00060061634 | |
| 18122096 | a year ago | | | 0 | 0.00061334236 | |
| 18122092 | a year ago | | | 0 | 0.00059475689 | |
| 18122083 | a year ago | | | 0 | 0.00062617011 | |
| 18122071 | a year ago | | | 0 | 0.00057310941 | |
| 18122065 | a year ago | | | 0 | 0.00057443976 | |
| 18122060 | a year ago | | | 0 | 0.00055295675 | |
| 10607256 | 4 years ago | | | 0 | 0.0041103000 | |
| 10607120 | 4 years ago | | | 0 | 0.0036924300 | |
| 10607120 | 4 years ago | | | 0 | 0.0039024000 |
ABI
ABI objects
Getter at block 21157698 proposedLatestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
accessController() view returns (address)
0x0000000000000000000000000000000000000000
aggregator() view returns (address)
0x7d4e742018fb52e48b08be73d041c18b21de6fb5
decimals() view returns (uint8)
8
description() view returns (string)
ETH / USD
latestAnswer() view returns (int256)
320043883495
latestRound() view returns (uint256)
129127208515966863217
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=129127208515966863217, answer=320043883495, startedAt=1731244493, updatedAt=1731244511, answeredInRound=129127208515966863217)
latestTimestamp() view returns (uint256)
1731244511
owner() view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
phaseId() view returns (uint16)
7
proposedAggregator() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint256)
6
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.