IdleDAI v3 [Max yield]
Verified contract
Active on
Ethereum with 508 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($717.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 6.687635 | $107.26 |
$717.32 | |
cDAI | ERC-20 | 0 | $0.024039 |
$0 | |
yxDAI | ERC-20 | 977.970551 | -- | -- | |
iDAI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19227840 | 10 months ago | | | 0 | 0.00084194574 | |
| 17063203 | 2 years ago | | | 0 | 0.00056343745 | |
| 16420230 | 2 years ago | | | 0 | 0.00077881235 | |
| 13099918 | 3 years ago | | | 0 | 0.022348874 | |
| 12618822 | 4 years ago | | | 0 | 0.0028730600 | |
| 11494123 | 4 years ago | | | 0 | 0.0039540030 | |
| 11452158 | 4 years ago | | | 0 | 0.024131692 | |
| 11439557 | 4 years ago | | | 0 | 0.00095393100 | |
| 11439518 | 4 years ago | | | 0 | 0.0016256900 | |
| 11423018 | 4 years ago | | | 0 | 0.0010662480 |
ABI
ABI objects
Getter at block 21413711 getAPRs() view returns (address[] addresses, uint256[] aprs) getAvgAPR() view returns (uint256 avgApr) getCurrentAllocations() view returns (address[] tokenAddresses, uint256[] amounts, uint256 total) tokenPrice() view returns (uint256 price)
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
feeAddress() view returns (address)
0x4215606a720477178adfcd5a59775c63138711e8
gst2() view returns (address)
0x0000000000b3f879cb30fe243b4dfee438691c04
iToken() view returns (address)
0x493c57c4763932315a328269e1adad09653b9081
isNewProtocolDelayed() view returns (bool)
false
isOwner() view returns (bool)
false
isRiskAdjusted() view returns (bool)
false
lastITokenPrice() view returns (uint256)
1032804872246721500
manualPlay() view returns (bool)
false
name() view returns (string)
IdleDAI v3 [Max yield]
owner() view returns (address)
0xe5dab8208c1f4cce15883348b72086dbace3e64b
paused() view returns (bool)
true
priceCalculator() view returns (address)
0xaefb1325a2c1756bc3fcc516d6c2cf947d225358
rebalancer() view returns (address)
0x99d053a0f4b4100e739c6b42829c7cb59c031d08
symbol() view returns (string)
idleDAIYield
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
tokenDecimals() view returns (uint256)
18
totalSupply() view returns (uint256)
994478024552747332822
Read-only
allAvailableTokens(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
lastAllocations(uint256) view returns (uint256)
protocolWrappers(address) view returns (address)
releaseTimes(address) view returns (uint256)
userAvgPrices(address) view returns (uint256)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delayNewProtocols()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintIdleToken(uint256 _amount, bool _skipWholeRebalance) returns (uint256 mintedTokens)
mintIdleToken(uint256 _amount, uint256[]) returns (uint256 mintedTokens)
openRebalance(uint256[] _newAllocations) returns (bool, uint256 avgApr)
pause()
rebalance() returns (bool)
rebalance(uint256, uint256[]) returns (bool)
rebalanceWithGST() returns (bool)
redeemIdleToken(uint256 _amount, bool _skipRebalance, uint256[]) returns (uint256 redeemedTokens)
redeemInterestBearingTokens(uint256 _amount)
renounceOwnership()
renouncePauser()
setFee(uint256 _fee)
setFeeAddress(address _feeAddress)
setGasParams(uint256[] _amounts)
setIsRiskAdjusted(bool _isRiskAdjusted)
setManualPlay(bool _manualPlay)
setPriceCalculator(address _priceCalculator)
setProtocolWrapper(address _token, address _wrapper)
setRebalancer(address _rebalancer)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals, address _token, address _cToken, address _iToken, address _rebalancer, address _priceCalculator, address _idleCompound, address _idleFulcrum)
This contract contains no fallback and receive objects.
This contract contains no error objects.