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) |
---|---|---|---|---|---|---|---|
| 15346944 | 2 years ago | | | 0 | 0.0036584800 | |
| 15346888 | 2 years ago | | | 0 | 0.0038441900 |
ABI
ABI objects
Getter at block 21157482 getSortedStrategiesWithApy() view returns (struct AssetManagementStrategyData[] sortedStrategies) proxiableUUID() view returns (bytes32) totalBalance() view returns (uint256)
ammTreasury() view returns (address)
0x137000352b4ed784e8fa8815d225c713ab2e7dc9
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
getImplementation() view returns (address)
0xd9f0c6ff3f1fef05f483ee0255640c4f200d2a7b
getVersion() view returns (uint256)
2000
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
paused() view returns (bool)
false
strategyAave() view returns (address)
0x77fcae921e3df22810c5a1ac1d33f2586bba028f
strategyCompound() view returns (address)
0xe5257cf3bd0efd397227981fe7bbd55c7582f526
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.