FeedPriceOracle
Verified contract
Active on
Ethereum with 581 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 "FeedPriceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11962880 | 4 years ago | | | 0 | 0.011857200 | |
| 11960535 | 4 years ago | | | 0 | 0.011860200 | |
| 11960217 | 4 years ago | | | 0 | 0.0070968000 | |
| 11960217 | 4 years ago | | | 0 | 0.011857200 | |
| 11960215 | 4 years ago | | | 0 | 0.0070968000 | |
| 11960215 | 4 years ago | | | 0 | 0.0070968000 | |
| 11960215 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960215 | 4 years ago | | | 0 | 0.011853600 | |
| 11960214 | 4 years ago | | | 0 | 0.0070968000 | |
| 11960214 | 4 years ago | | | 0 | 0.0070968000 |
ABI
ABI objects
Getter at block 21307692
asset() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
isOwner() view returns (bool)
false
lastBlockNumber() view returns (uint256)
11962880
maxChangeRate() view returns (uint256)
100000000000000000
maxPrice() view returns (uint256)
1100000000000000000000000000000
minPrice() view returns (uint256)
900000000000000000000000000000
owner() view returns (address)
0xd7518704c86dea22a0ab2f146435e3e1ccbc16ea
price() view returns (uint256)
1000600000000000000000000000000
validBlockNumber() view returns (uint256)
30000
Read-only
getPrice(address _asset) view returns (uint256)
State-modifying
Events feed(uint256 newPrice)
renounceOwnership()
setParams(uint256 _validBlockNumber, uint256 _maxChangeRate, uint256 _minPrice, uint256 _maxPrice)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceFeed(uint256 price, uint256 blockNumber)
constructor(address _asset, uint256 _validBlockNumber, uint256 _maxChangeRate, uint256 _minPrice, uint256 _maxPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.