IEarnAPRWithPool
Verified contract
Active on
Ethereum with 20 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 "IEarnAPRWithPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10493339 | 4 years ago | | | 0 | 0.00051832800 | |
| 10493328 | 4 years ago | | | 0 | 0.00051832800 | |
| 10493294 | 4 years ago | | | 0 | 0.00088542000 | |
| 10486804 | 4 years ago | | | 0 | 0.00046073600 | |
| 10050805 | 4 years ago | | | 0 | 0.00059604000 | |
| 10050749 | 4 years ago | | | 0 | 0.0010172085 | |
| 9917154 | 5 years ago | | | 0 | 0.00033499280 | |
| 9747772 | 5 years ago | | | 0 | 0.00035261600 | |
| 9642157 | 5 years ago | | | 0 | 0.00035228000 | |
| 9642155 | 5 years ago | | | 0 | 0.00035228000 |
ABI
ABI objects
Getter at block 21157494
APR() view returns (address)
0xae8f37f0e8ad690486bfa2495113d7e94b7a7ba6
UNI() view returns (address)
0xc0a47dfe034b400b47bdad5fecda2621de6c4d95
UNIAPR() view returns (address)
0x4c70d89a4681b2151f56dc2c3fd751abb9ce3d95
UNIROI() view returns (address)
0xd04ca0ae1cd8085438fdd8c22a76246f315c2687
isOwner() view returns (bool)
false
owner() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
Read-only
aave(address) view returns (address)
aaveUni(address) view returns (address)
compound(address) view returns (address)
dydx(address) view returns (uint256)
fulcrum(address) view returns (address)
getAPROptions(address _token) view returns (uint256 _uniswap, uint256 _compound, uint256 _unicompound, uint256 _fulcrum, uint256 _unifulcrum, uint256 _aave, uint256 _uniaave, uint256 _dydx, uint256 _ddex, uint256 _lendf)
getAPROptionsAdjusted(address _token, uint256 _supply) view returns (uint256 _uniswap, uint256 _compound, uint256 _unicompound, uint256 _fulcrum, uint256 _unifulcrum, uint256 _aave, uint256 _uniaave, uint256 _dydx, uint256 _ddex, uint256 _lendf)
getAPROptionsInc(address _token) view returns (uint256 _uniswap, uint256 _compound, uint256 _unicompound, uint256 _fulcrum, uint256 _unifulcrum, uint256 _aave, uint256 _uniaave, uint256 _dydx, uint256 _ddex, uint256 _lendf)
pools(address) view returns (uint256)
recommend(address _token) view returns (string choice, uint256 capr, uint256 iapr, uint256 aapr, uint256 dapr)
viewPool(address _token) view returns (address token, address unipool, uint256 created, string name, string symbol)
yTokens(address) view returns (address)
State-modifying
Events addAToken(address token, address aToken)
addAUniToken(address token, address aToken)
addCToken(address token, address cToken)
addDToken(address token, uint256 dToken)
addIToken(address token, address iToken)
addPool(address token, uint256 created)
addYToken(address token, address yToken)
inCaseETHGetsStuck()
inCaseTokenGetsStuck(address _TokenAddress)
renounceOwnership()
set_new_APR(address _new_APR)
set_new_UNI(address _new_UNI)
set_new_UNIAPR(address _new_UNIAPR)
set_new_UNIROI(address _new_UNIROI)
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.