BondRedemtionOracle
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x35b6…806f
Balances ($0.00)
No balances found for "BondRedemtionOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11824383 | 4 years ago | | | 0 | 0.013728440 | |
| 11823547 | 4 years ago | | | 0 | 0.037745600 | |
| 11822984 | 4 years ago | | | 0 | 0.020090400 | |
| 11822734 | 4 years ago | | | 0 | 0.016759446 | |
| 11822437 | 4 years ago | | | 0 | 0.014306800 | |
| 11822151 | 4 years ago | | | 0 | 0.012632600 | |
| 11821897 | 4 years ago | | | 0 | 0.016285400 | |
| 11821626 | 4 years ago | | | 0 | 0.018380053 | |
| 11821348 | 4 years ago | | | 0 | 0.017198600 | |
| 11821075 | 4 years ago | | | 0 | 0.014108940 |
ABI
ABI objects
Getter at block 21383742
blockTimestampLast() view returns (uint32)
1613107352
callable() view returns (bool)
true
getCurrentEpoch() view returns (uint256)
34068
getLastEpoch() view returns (uint256)
494
getNextEpoch() view returns (uint256)
495
getPeriod() view returns (uint256)
3600
getStartTime() view returns (uint256)
1611327600
isOperator() view returns (bool)
false
nextEpochPoint() view returns (uint256)
1613109600
operator() view returns (address)
0xf6bd7298c54b56b6a10d7639e062bf4c39a7e2b9
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
pair() view returns (address)
0x35b6f9e6300aa6c722ea189e096b0b073025806f
price0Average() view returns (uint224 _x)
3406746466491180997423271761134515
price0CumulativeLast() view returns (uint256)
42371831469911341375058011365658579299012
price1Average() view returns (uint224 _x)
7933700485019934266945621431867033
price1CumulativeLast() view returns (uint256)
11831943333774015511067222589983622928614
token0() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
token1() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
consult(address token, uint256 amountIn) view returns (uint144 amountOut)
expectedPrice(address token, uint256 amountIn) view returns (uint224 amountOut)
pairFor(address factory, address tokenA, address tokenB) pure returns (address lpt)
State-modifying
Events renounceOwnership()
setPeriod(uint256 _period)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
update()
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Updated(uint256 price0CumulativeLast, uint256 price1CumulativeLast)
constructor(address _factory, address _cash, address _dai, uint256 _period, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.