ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15346946 | 2 years ago | | | 0 | 0.0036584800 | |
| 15346889 | 2 years ago | | | 0 | 0.0038450300 |
ABI
ABI objects
Getter at block 21211364 getSortedStrategiesWithApy() view returns (struct AssetManagementStrategyData[] sortedStrategies) proxiableUUID() view returns (bytes32) totalBalance() view returns (uint256)
ammTreasury() view returns (address)
0xed7d74aa7eb1f12f83da36dfac1de2257b4e7523
asset() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
getImplementation() view returns (address)
0x160daea1e07e50c184e6d6778e943212dfcdace3
getVersion() view returns (uint256)
2000
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
paused() view returns (bool)
false
strategyAave() view returns (address)
0x526d0047725d48bbc6e24c7b82a3e47c1af1f62f
strategyCompound() view returns (address)
0x87cef19aca214d12082e201e6130432df39fc774
strategyDsr() view returns (address)
0xc26be51e50a358ec6d366147d78ab94e9597239c
Read-only
isPauseGuardian(address account) view returns (bool)
State-modifying
Events addPauseGuardians(address[] guardians)
confirmTransferOwnership()
deposit(uint256 amount) returns (uint256 vaultBalance, uint256 depositedAmount)
grantMaxAllowanceForSpender(address assetInput, address spender)
initialize()
pause()
removePauseGuardians(address[] guardians)
renounceOwnership()
revokeAllowanceForSpender(address assetInput, address spender)
transferOwnership(address appointedOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount) returns (uint256 withdrawnAmount, uint256 vaultBalance)
withdrawAll() returns (uint256 withdrawnAmount, uint256 vaultBalance)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AppointedToTransferOwnership(address indexed appointedOwner)
BeaconUpgraded(address indexed beacon)
Deposit(address from, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseGuardiansAdded(address[] indexed guardians)
PauseGuardiansRemoved(address[] indexed guardians)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address to, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.