AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 227 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 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14874425 | 2 years ago | | | 0 | 0.026754536 | |
| 14738962 | 3 years ago | | | 0 | 0.018207314 | |
| 14734451 | 3 years ago | | | 0 | 0.033626077 | |
| 14659442 | 3 years ago | | | 0 | 0.029052676 | |
| 14659432 | 3 years ago | | | 0 | 0.025110223 | |
| 14659373 | 3 years ago | | | 0 | 0.031788503 | |
| 14654411 | 3 years ago | | | 0 | 0.087326082 | |
| 14644237 | 3 years ago | | | 0 | 0.021432601 | |
| 14635668 | 3 years ago | | | 0 | 0.11850055 | |
| 14619649 | 3 years ago | | | 0 | 0.044510573 |
ABI
ABI objects
Getter at block 21164107 getAllPools() view returns (struct FusePoolDirectoryFusePool[]) getPublicPools() view returns (uint256[], struct FusePoolDirectoryFusePool[])
enforceDeployerWhitelist() view returns (bool)
false
owner() view returns (address)
0x5ea4a9a7592683bf0bc187d6da706c6c4770976f
Read-only
adminWhitelist(address) view returns (bool)
deployerWhitelist(address) view returns (bool)
getBookmarks(address account) view returns (address[])
getPoolsByAccount(address account) view returns (uint256[], struct FusePoolDirectoryFusePool[])
getPublicPoolsByVerification(bool whitelistedAdmin) view returns (uint256[], struct FusePoolDirectoryFusePool[])
poolExists(address) view returns (bool)
pools(uint256) view returns (string name, address creator, address comptroller, uint256 blockPosted, uint256 timestampPosted)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_editAdminWhitelist(address[] admins, bool status)
_editDeployerWhitelist(address[] deployers, bool status)
_setDeployerWhitelistEnforcement(bool enforce)
bookmarkPool(address comptroller)
deployPool(string name, address implementation, bool enforceWhitelist, uint256 closeFactor, uint256 liquidationIncentive, address priceOracle) returns (uint256, address)
initialize(bool _enforceDeployerWhitelist, address[] _deployerWhitelist)
renounceOwnership()
setPoolName(uint256 index, string name)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminWhitelistUpdated(address[] admins, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolRegistered(uint256 index, struct FusePoolDirectoryFusePool pool)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.