FixedPriceAggregator
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FixedPriceAggregator"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FixedPriceAggregator"
ABI
ABI objects
Getter at block 21331689
decimals() view returns (uint8)
6
description() view returns (string)
Fixed price oracle
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=0, answer=1000000, startedAt=0, updatedAt=1733346095, answeredInRound=0)
version() view returns (uint256)
0
Read-only
getRoundData(uint80 _roundId) view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
State-modifying
Events This contract contains no state-modifying function objects.
This contract contains no event objects.
constructor(uint8 _decimals, int256 _price)
This contract contains no fallback and receive objects.
This contract contains no error objects.