FeedPriceOracle
Verified contract
Active on
Ethereum with 2,669 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) |
---|---|---|---|---|---|---|---|
| 11960217 | 4 years ago | | | 0 | 0.011846400 | |
| 11960216 | 4 years ago | | | 0 | 0.0070860000 | |
| 11960216 | 4 years ago | | | 0 | 0.010593600 | |
| 11960215 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960215 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960215 | 4 years ago | | | 0 | 0.010593600 | |
| 11960214 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960214 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960214 | 4 years ago | | | 0 | 0.0070932000 | |
| 11960214 | 4 years ago | | | 0 | 0.010593600 |
ABI
ABI objects
Getter at block 21161411
isOwner() view returns (bool)
false
lastBlockNumber() view returns (uint256)
11960217
maxChangeRate() view returns (uint256)
50000000000000000
maxPrice() view returns (uint256)
5000000000000000000000
minPrice() view returns (uint256)
100000000000000000000
owner() view returns (address)
0xd7518704c86dea22a0ab2f146435e3e1ccbc16ea
price() view returns (uint256)
1383000000000000000000
validBlockNumber() view returns (uint256)
5000
Read-only
assets(uint256) view returns (address)
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[] _assets, uint256 _validBlockNumber, uint256 _maxChangeRate, uint256 _minPrice, uint256 _maxPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.