SushiswapV1Oracle
Verified contract
Active on
Ethereum with 7,055 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 "SushiswapV1Oracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12574151 | 3 years ago | | | 0 | 0.051185780 | |
| 12573807 | 3 years ago | | | 0 | 0.060838827 | |
| 12155441 | 4 years ago | | | 0 | 0.049539336 | |
| 12153137 | 4 years ago | | | 0 | 0.42478680 | |
| 12150747 | 4 years ago | | | 0 | 0.053885609 | |
| 12149954 | 4 years ago | | | 0 | 0.053885609 | |
| 12147953 | 4 years ago | | | 0 | 0.72137626 | |
| 12147807 | 4 years ago | | | 0 | 0.060856904 | |
| 12142301 | 4 years ago | | | 0 | 0.55651737 | |
| 12139544 | 4 years ago | | | 0 | 0.032926310 |
ABI
ABI objects
Getter at block 21248274 pairs() view returns (address[])
KP3R() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
UNI() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
governance() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
minKeep() view returns (uint256)
200000000000000000000
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
periodSize() view returns (uint256)
1800
workable() view returns (bool)
true
Read-only
blackScholesEstimate(uint256 _vol, uint256 _underlying, uint256 _time) pure returns (uint256 estimate)
current(address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256 amountOut)
daily(address tokenIn, uint256 amountIn, address tokenOut, uint256 points) view returns (uint256[])
hourly(address tokenIn, uint256 amountIn, address tokenOut, uint256 points) view returns (uint256[])
lastObservation(address pair) view returns (struct SushiswapV1OracleObservation)
observationLength(address pair) view returns (uint256)
observations(address, uint256) view returns (uint256 timestamp, uint256 price0Cumulative, uint256 price1Cumulative)
pairFor(address tokenA, address tokenB) pure returns (address)
pairForWETH(address tokenA) pure returns (address)
prices(address tokenIn, uint256 amountIn, address tokenOut, uint256 points) view returns (uint256[])
quote(address tokenIn, uint256 amountIn, address tokenOut, uint256 granularity) view returns (uint256 amountOut)
realizedVolatility(address tokenIn, uint256 amountIn, address tokenOut, uint256 points, uint256 window) view returns (uint256)
realizedVolatilityDaily(address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256)
realizedVolatilityHourly(address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256)
realizedVolatilityWeekly(address tokenIn, uint256 amountIn, address tokenOut) view returns (uint256)
retBasedBlackScholesEstimate(uint256[] _numbers, uint256 _underlying, uint256 _time) pure
sample(address tokenIn, uint256 amountIn, address tokenOut, uint256 points, uint256 window) view returns (uint256[])
sqrt(uint256 x) pure returns (uint256)
stddev(uint256[] numbers) pure returns (uint256 sd)
weekly(address tokenIn, uint256 amountIn, address tokenOut, uint256 points) view returns (uint256[])
workable(address pair) view returns (bool)
State-modifying
Events acceptGovernance()
add(address tokenA, address tokenB)
setGovernance(address _governance)
setMinKeep(uint256 _keep)
update(address tokenA, address tokenB) returns (bool)
updateFor(uint256 i, uint256 length) returns (bool updated)
updatePair(address pair) returns (bool)
work()
workForFree()
This contract contains no event objects.
constructor()
receive()
This contract contains no error objects.