AaveOracle
Verified contract
Active on
Ethereum with 1,054 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AaveOracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9681583 | 5 years ago | | | 0 | 0.0012844070 | |
| 9681195 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680903 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680851 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680777 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680765 | 5 years ago | | | 0 | 0.00031351000 | |
| 9680758 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680658 | 5 years ago | | | 0 | 0.00031327000 | |
| 9680602 | 5 years ago | | | 0 | 0.00031303000 | |
| 9680482 | 5 years ago | | | 0 | 0.00031315000 |
ABI
ABI objects
Getter at block 21409439
This contract contains no getter function objects.
Read-only
getAssetPrice(address _asset) view returns (uint256)
getProphecy(address _asset) view returns (uint64, uint96, uint96)
isSybilWhitelisted(address _sybil) view returns (bool)
prophecies(address) view returns (uint64 timestamp, uint96 sybilProphecy, uint96 oracleProphecy)
State-modifying
Events submitProphecy(address _asset, uint96 _sybilProphecy, uint96 _oracleProphecy)
ProphecySubmitted(address indexed _sybil, address indexed _asset, uint96 _sybilProphecy, uint96 _oracleProphecy)
SybilWhitelisted(address sybil)
constructor(address[] _sybils)
This contract contains no fallback and receive objects.
This contract contains no error objects.