FusePoolDirectory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "FusePoolDirectory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FusePoolDirectory"
ABI
ABI objects
Getter at block 21288486
enforceDeployerWhitelist() view returns (bool)
false
getAllPools() view returns (struct FusePoolDirectoryFusePool[])
[]
getPublicPools() view returns (uint256[], struct FusePoolDirectoryFusePool[])
([], [])
owner() view returns (address)
0x0000000000000000000000000000000000000000
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 _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)
AdminWhitelistUpdated(address[] admins, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolRegistered(uint256 index, struct FusePoolDirectoryFusePool pool)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.