APRWithPoolOracle
Verified contract
Active on
Ethereum with 24 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 "APRWithPoolOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9656015 | 5 years ago | | | 0 | 0.0010223470 | |
| 9630759 | 5 years ago | | | 0 | 0.00022123200 | |
| 9630741 | 5 years ago | | | 0 | 0.00022104000 | |
| 9629958 | 5 years ago | | | 0 | 0.00016592400 | |
| 9629951 | 5 years ago | | | 0 | 0.00022104000 | |
| 9610341 | 5 years ago | | | 0 | 0.00022123200 | |
| 9610328 | 5 years ago | | | 0 | 0.00022104000 | |
| 9605240 | 5 years ago | | | 0 | 0.00022123200 | |
| 9605221 | 5 years ago | | | 0 | 0.00022104800 | |
| 9605211 | 5 years ago | | | 0 | 0.00022123200 |
ABI
ABI objects
Getter at block 21276330
AAVE() view returns (address)
0x24a42fd28c976a61df5d00d0599c34c4f90748c8
CURVEFI() view returns (address)
0x2e60cf74d81ac34eb21eeff58db4d385920ef419
DDEX() view returns (address)
0x241e82c79452f51fbfc89fac6d912e021db1a3b7
DYDX() view returns (address)
0x1e0447b19bb6ecfdae1e4ae1694b0c3659614e4e
LENDF() view returns (address)
0x0eee3e3828a45f7601d5f54bf49bb01d1a9df5ea
blocksPerYear() view returns (uint256)
2425846
dydxModifier() view returns (uint256)
20
getAaveCore() view returns (address)
0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3
isOwner() view returns (bool)
false
liquidationRatio() view returns (uint256)
50000000000000000
owner() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
Read-only
getAaveAPR(address token) view returns (uint256)
getAaveAPRAdjusted(address token, uint256 _supply) view returns (uint256)
getCompoundAPR(address token) view returns (uint256)
getCompoundAPRAdjusted(address token, uint256 _supply) view returns (uint256)
getCurveAPR(address curve) view returns (uint256)
getDDEXAPR(address token) view returns (uint256)
getDDEXAPRAdjusted(address token, uint256 _supply) view returns (uint256)
getDyDxAPR(uint256 marketId) view returns (uint256)
getDyDxAPRAdjusted(uint256 marketId, uint256 _supply) view returns (uint256)
getFulcrumAPR(address token) view returns (uint256)
getFulcrumAPRAdjusted(address token, uint256 _supply) view returns (uint256)
getLENDFAPR(address token) view returns (uint256)
getLENDFAPRAdjusted(address token, uint256 supply) view returns (uint256)
State-modifying
Events inCaseETHGetsStuck()
inCaseTokenGetsStuck(address _TokenAddress)
renounceOwnership()
set_new_AAVE(address _new_AAVE)
set_new_CURVEFI(address _new_CURVEFI)
set_new_DDEX(address _new_DDEX)
set_new_DYDX(address _new_DYDX)
set_new_LENDF(address _new_LENDF)
set_new_Modifier(uint256 _new_Modifier)
set_new_Ratio(uint256 _new_Ratio)
set_new_blocksPerYear(uint256 _new_blocksPerYear)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.