IntegralOracleV3

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0xf4c05d54 at 12779868
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "IntegralOracleV3"

0x46a3c0155508698e2cc881e1575c46d6a8009ff3eda4dc71ecd9996672b9485e
0x82c2f5a2ca8ed3979ec2d476abaebcd2f5b71ba6decc6c496bcd40bc2ce7229a
0xacc81f297b1ebd596d7e296276dca4dad7c4dd299580132e5711f354e3919651
0xa57b64c66f0cf5aedbf4cd9bca4f8e7d6aaf2f41532035ac04b45728bef08fc3

Functions
Getter at block 21030122
blockTimestampLast(view returns (uint32)
1658396383
epoch(view returns (uint32)
201
 
getParameters(view returns (int256[] _bidExponentsint256[] _bidQsint256[] _askExponentsint256[] _askQs)
maxPrice(view returns (int256)
1005000000000000000
minPrice(view returns (int256)
995000000000000000
owner(view returns (address)
0xab066655a991550debaec0aa1cdd4f3bd7bb5483
price(view returns (int256)
1000300000000000000
priceUpdateInterval(view returns (uint32)
120
token0(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
uniswapPair(view returns (address)
0x7858e59e0c01ea06df3af3d20ac7b0003275d4bf
xDecimals(view returns (uint8)
6
yDecimals(view returns (uint8)
6
Read-only
derivative(int256 tview returns (int256)
derivativeAsk(int256 tview returns (int256)
derivativeBid(int256 tview returns (int256)
getSpotPrice(uint256 xCurrentuint256 xBeforeview returns (uint256 spotPrice)
tradeX(uint256 xAfteruint256 xBeforeuint256 yBeforeview returns (uint256 yAfter)
tradeY(uint256 yAfteruint256 xBeforeuint256 yBeforeview returns (uint256 xAfter)
State-modifying
setOwner(address _owner
setParameters(int256[] _bidExponentsint256[] _bidQsint256[] _askExponentsint256[] _askQs
setPriceBounds(int256 _minPriceint256 _maxPrice
setPriceUpdateInterval(uint32 interval
setUniswapPair(address _uniswapPair
updatePrice(returns (uint32 _epoch)
Events
OwnerSet(address owner
ParametersSet(uint32 epochint256[] bidExponentsint256[] bidQsint256[] askExponentsint256[] askQs
PriceBoundsSet(int256 minPriceint256 maxPrice
PriceUpdateIntervalSet(uint32 interval
UniswapPairSet(address uniswapPair
Constructor
constructor(uint8 _xDecimalsuint8 _yDecimals
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.