DaiPriceOracle
Verified contract
Active on
Ethereum with 1,274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc02a…6cc2
0x89d2…0359
0x729d…197b
0x3975…e24e
Balances ($0.00)
No balances found for "DaiPriceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9093414 | 5 years ago | | | 0 | 0.00071064000 | |
| 9093413 | 5 years ago | | | 0 | 0.00080290116 | |
| 9091956 | 5 years ago | | | 0 | 0.00071029800 | |
| 9091791 | 5 years ago | | | 0 | 0.00071830850 | |
| 9089472 | 5 years ago | | | 0 | 0.00080263674 | |
| 9085325 | 5 years ago | | | 0 | 0.00071029800 | |
| 9083841 | 5 years ago | | | 0 | 0.00078947000 | |
| 9074150 | 5 years ago | | | 0 | 0.00086785600 | |
| 9070618 | 5 years ago | | | 0 | 0.00086785600 | |
| 9067035 | 5 years ago | | | 0 | 0.00069062400 |
ABI
ABI objects
Getter at block 21248856 getBoundedTargetPrice() view returns (struct (uint256)) getTargetPrice() view returns (struct (uint256))
DAI() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
DEVIATION_PARAMS() view returns (uint64 denominator, uint64 maximumPerSecond, uint64 maximumAbsolute)
(denominator=1000000000000000000, maximumPerSecond=100000000000000, maximumAbsolute=10000000000000000)
MEDIANIZER() view returns (address)
0x729d19f657bd0614b4985cf1d82531c67569197b
OASIS() view returns (address)
0x39755357759ce0d7f32dc8dc45414cca409ae24e
OASIS_ETH_AMOUNT() view returns (uint256)
10000000000000000
ONE_DOLLAR() view returns (uint256)
1000000000000000000000000000000000000
UNISWAP() view returns (address)
0x09cabec1ead1c0ba254b09efb3ee13841712be14
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
g_poker() view returns (address)
0x500dd93a74dbfa65a4eeda44da489adcef530cb9
g_priceInfo() view returns (uint128 price, uint32 lastUpdate)
(price=1000259646956462031, lastUpdate=1576139199)
getMedianizerPrice() view returns (struct (uint256))
(2636000000000000000000)
isOwner() view returns (bool)
false
owner() view returns (address)
0xba2906b18b069b40c6d2cafd392e76ad479b1b53
Read-only
getOasisPrice(struct (uint256) ethUsd) view returns (struct (uint256))
getPrice(address) view returns (struct (uint256))
getUniswapPrice(struct (uint256) ethUsd) view returns (struct (uint256))
State-modifying
Events ownerSetPokerAddress(address newPoker)
renounceOwnership()
transferOwnership(address newOwner)
updatePrice(struct (uint256) minimum, struct (uint256) maximum) returns (struct (uint128, uint32))
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceSet(struct (uint128, uint32) newPriceInfo)
constructor(address poker, address weth, address dai, address medianizer, address oasis, address uniswap, uint256 oasisEthAmount, struct (uint64, uint64, uint64) deviationParams)
This contract contains no fallback and receive objects.
This contract contains no error objects.