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) |
---|---|---|---|---|---|---|---|
| 12824688 | 3 years ago | | | 0 | 0.00067116000 | |
| 12824637 | 3 years ago | | | 0 | 0.021652251 | |
| 12456172 | 4 years ago | | | 0 | 0.0023210950 | |
| 12372351 | 4 years ago | | | 0 | 0.0065410400 | |
| 12372349 | 4 years ago | | | 0 | 0.022297440 | |
| 12372342 | 4 years ago | | | 0 | 0.60235604 |
ABI
ABI objects
Getter at block 21217821 getParameters() view returns (int256[] _bidExponents, int256[] _bidQs, int256[] _askExponents, int256[] _askQs)
blockTimestampLast() view returns (uint32)
1702309007
epoch() view returns (uint32)
877
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
price() view returns (int256)
18797773712170644287
price0CumulativeLast() view returns (uint256)
114421134369212057541359995613333414044379504572018334
priceUpdateInterval() view returns (uint32)
120
uniswapPair() view returns (address)
0xbb2b8038a1640196fbe3e38816f3e67cba72d940
xDecimals() view returns (uint8)
8
yDecimals() view returns (uint8)
18
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.