IntegralOracle
Verified contract
Active on
Ethereum with 6 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 "IntegralOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12824691 | 3 years ago | | | 0 | 0.00067116000 | |
| 12824643 | 3 years ago | | | 0 | 0.021658429 | |
| 12456174 | 4 years ago | | | 0 | 0.0023210950 | |
| 12372420 | 4 years ago | | | 0 | 0.0065410400 | |
| 12372412 | 4 years ago | | | 0 | 0.022297440 | |
| 12372406 | 4 years ago | | | 0 | 0.60241148 |
ABI
ABI objects
Getter at block 21396038 getParameters() view returns (int256[] _bidExponents, int256[] _bidQs, int256[] _askExponents, int256[] _askQs)
blockTimestampLast() view returns (uint32)
1704813971
epoch() view returns (uint32)
1174
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
price() view returns (int256)
2258165349269127873144
price0CumulativeLast() view returns (uint256)
1120804852873429145454255365937852
priceUpdateInterval() view returns (uint32)
120
uniswapPair() view returns (address)
0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852
xDecimals() view returns (uint8)
18
yDecimals() view returns (uint8)
6
Read-only
derivative(int256 t) view returns (int256)
derivativeAsk(int256 t) view returns (int256)
derivativeBid(int256 t) view returns (int256)
getSpotPrice(uint256 xCurrent, uint256 xBefore) view returns (uint256 spotPrice)
tradeX(uint256 xAfter, uint256 xBefore, uint256 yBefore) view returns (uint256 yAfter)
tradeY(uint256 yAfter, uint256 xBefore, uint256 yBefore) view returns (uint256 xAfter)
State-modifying
Events setOwner(address _owner)
setParameters(int256[] _bidExponents, int256[] _bidQs, int256[] _askExponents, int256[] _askQs)
setPriceUpdateInterval(uint32 interval)
setUniswapPair(address _uniswapPair)
updatePrice() returns (uint32 _epoch)
OwnerSet(address owner)
ParametersSet(uint32 epoch, int256[] bidExponents, int256[] bidQs, int256[] askExponents, int256[] askQs)
PriceUpdateIntervalSet(uint32 interval)
UniswapPairSet(address uniswapPair)
constructor(uint8 _xDecimals, uint8 _yDecimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.