PoolFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x1710eaa7 at 20643205
Slot
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

No balances found for "PoolFactory"

No transactions found for "PoolFactory"


Functions
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 indexview returns (address)
isPool(address poolview returns (bool)
State-modifying
addPoolImplementation(address poolImplementation
create(address poolImplementationbytes paramsreturns (address)
createProxied(address poolBeaconbytes paramsreturns (address)
initialize(
removePoolImplementation(address poolImplementation
renounceOwnership(
setAdminFee(address pooluint32 rateaddress feeShareRecipientuint16 feeShareSplit
setRates(address pooluint64[] rates
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes data
withdrawAdminFees(address pooladdress recipient
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolCreated(address indexed pooladdress indexed implementation
PoolImplementationAdded(address indexed implementation
PoolImplementationRemoved(address indexed implementation
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidPool(
UnsupportedImplementation(