ERC1967Proxy

Verified contract

Proxy

Active on Base with 9 txns
Deployed by via 0x738710e5 at 14769808
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 "ERC1967Proxy"

0x2ff63200424a3e0eeb27152ee2123a54cc07de355b39199441f1c7021fe32277
0xab624b2b9be58e5fc31818483c6df23c5be19f0e46f5f165599c5eb07afc640a
0x76d66e1414d936576c7b66ea2506bc824781c5ac634443a5d0b983350d71de04
0x5301812f06e425f614eacee4d9b8f869213f0d1e94ac522e4f19a1e695b68036
0xad799ed93aebdd540e20fdc0e2ddd6d5195acd2f5bf0b0d90d09a62aaa978104
0x3c94a3f01adf753dbd81f1fb9e9f2dc61e591aa4c75c5db0f6127bda97cc85a3
0x29256229c4d7a4e074443460f7a4cbce01bd426f036696a2e99fcd4fa4be6e8d
0x0fddbc026122a217819b4e0ed0649b9532cf561dafe91431ecce0ee299bad763
0x032334e7aa9ef6c739c6db3b37e809478c1484f7f6cc490942427d4212775b31

Functions
Getter at block 22739603
IMPLEMENTATION_VERSION(view returns (string)
1.4
getImplementation(view returns (address)
0x377b4397397d9c4319aacce2cb1f4d9068e2b140
getPoolCount(view returns (uint256)
7
getPoolImplementations(view returns (address[])
[0x34F753B7A1A9CE68d276dc4F6Ec6E5061a22C022]
getPools(view returns (address[])
[0xC285fb2090F80c1c405BAAbE9602D69d75517539, 0xA6a75789ffd0282907Bf600B1Cfe3f83bfaC07DD, 0x5d81413d935427048d34292a349B6489beAf9B31, 0xc109B88adFD6A28e846D76dad4588fEFB8afEf17, 0x25E1904F8884C2bD5eEd08A7a9B472e45e5B39D1, 0xe69350153876082b4C325b75A30d48F06Ae46Faa, 0xcd9d510C4E2Fe45e6ED4fe8a3A30EEEF3830Cc14]
owner(view returns (address)
0x3a4a03c79f6536ea8c59c5bb023d7a2842a193cd
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
Upgraded(address indexed implementation
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(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
InvalidPool(
UnsupportedImplementation(