PoolFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
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 21162700
IMPLEMENTATION_VERSION() view returns (string)
1.4
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
getPoolCount() view returns (uint256)
0
getPoolImplementations() view returns (address[])
[]
getPools() view returns (address[])
[]
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getPoolAt(uint256 index) view returns (address)
isPool(address pool) view returns (bool)
State-modifying
Events addPoolImplementation(address poolImplementation)
create(address poolImplementation, bytes params) returns (address)
createProxied(address poolBeacon, bytes params) returns (address)
initialize()
removePoolImplementation(address poolImplementation)
renounceOwnership()
setAdminFee(address pool, uint32 rate, address feeShareRecipient, uint16 feeShareSplit)
setRates(address pool, uint64[] rates)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data)
withdrawAdminFees(address pool, address recipient)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed pool, address indexed implementation)
PoolImplementationAdded(address indexed implementation)
PoolImplementationRemoved(address indexed implementation)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
InvalidPool()
UnsupportedImplementation()