AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 50 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($12,670.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
idleDAIYield | ERC-20 | 10.385564K | $1.22 |
$12,670.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11288863 | 4 years ago | | | 0 | 0.0030759750 | |
| 10990577 | 4 years ago | | | 0 | 0.010255995 | |
| 10934457 | 4 years ago | | | 0 | 0.0041020440 | |
| 10924597 | 4 years ago | | | 0 | 0.0082519500 | |
| 10919089 | 4 years ago | | | 0 | 0.012377925 | |
| 10875739 | 4 years ago | | | 0 | 0.0091950302 | |
| 10872459 | 4 years ago | | | 0 | 0.0089592600 | |
| 10869183 | 4 years ago | | | 0 | 0.012377925 | |
| 10867745 | 4 years ago | | | 0 | 0.011788500 | |
| 10862167 | 4 years ago | | | 0 | 0.064083800 |
ABI
ABI objects
Getter at block 21382538
currBatch() view returns (uint256)
3
idleToken() view returns (address)
0x78751b12da02728f467a44eac40f5cbc16bd7934
isOwner() view returns (bool)
false
newIdleToken() view returns (address)
0x3fe7940616e5bc47b0775a0dccf6237893353bb4
owner() view returns (address)
0xe5dab8208c1f4cce15883348b72086dbace3e64b
paused() view returns (bool)
false
underlying() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
batchDeposits(address, uint256) view returns (uint256)
batchRedeemedTotals(uint256) view returns (uint256)
batchTotals(uint256) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPauser(address account)
deposit()
emergencyWithdrawToken(address _token, address _to)
initialize(address _idleToken, address _newIdleToken)
initialize(address sender)
migrateFromToIdle(bool _skipRebalance) returns (uint256)
pause()
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
withdraw(uint256 batchId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.