PoolFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "PoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PoolFactory"
ABI
ABI objects
Getter at block 21217425
ONE_INCH_ADDRESS() view returns (address)
0x11111112542d85b3ef69ae05771c2dccff4faa26
allowAll() view returns (bool)
false
isInitialized() view returns (bool)
false
liquidationToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolImplementationReference() view returns (address)
0x0000000000000000000000000000000000000000
trueLender2() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isAllowed(address) view returns (bool)
isPool(address) view returns (bool)
pool(address) view returns (address)
State-modifying
Events addLegacyPool(address legacyPool)
claimOwnership()
createPool(address token)
initialize(address _poolImplementationReference, address _liquidationToken, address _trueLender2)
setAllowAll(bool status)
setTrueLender(address _trueLender2)
transferOwnership(address newOwner)
whitelist(address token, bool status)
AllowAllStatusChanged(bool status)
AllowedStatusChanged(address token, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address token, address pool)
TrueLenderChanged(address trueLender2)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.