PoolFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x2dc71d29 at 17767885
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
ERC-20
--

No transactions found for "PoolFactory"


Functions
Getter at block 22761007
IMPLEMENTATION_VERSION(view returns (string)
1.3
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
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(