ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 81 txns
Deployed by via 0xf4b61e12 at 17497132
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"

0xbc8b230639ca2626360d9c8feaf9ae03d1c0dedc35acf2cf6d52f97c0b363a1f
0xcb63fdec03ce8e4f2c5358ba93e21b76bae6ecf66aea1bf5fef01bdfc51ee129
0x15add6b54e67a5d7fa8911e0ebcfe28d58e8eaf13fd9d620c36627890b2f6504
0x7c001f615c3abab09f6967e444e4bc1e24d38efc3ef82fff67ee16776f887991
0x1b8465f82155b07fcb5741d7cedf50965752ba45f226c2c2c0a42c0be3dd12ac
0xfb9fd5a5d0be67997dc534675d394c75ce768296615a51302130b0c7957b3b46
0x761375421542e1193e7e8a4673b87ebcdbdd476fc706ce5bd52151c005c82f67
0xa6909ae90c57911ae8028f0066104d47ba3cd224a58b598486722d4f52def3c7
0x3e0c90d1eaed9db17544d5247bfcc36328478683472901a750fc65beaebb9226
0xb14b4665b8403f128eb852a64194a477b5fd2dfdf600f7ce50f98ade26abc19d

Functions
Getter at block 21299659
IMPLEMENTATION_VERSION(view returns (string)
1.4
getImplementation(view returns (address)
0x3983b89ad4d2bc14f03ba703f448a664d22a5be4
getPoolCount(view returns (uint256)
73
getPoolImplementations(view returns (address[])
[0x200927A3FDf2A1F67749385230dc7769e00308aA, 0x9E8e0Be39AD43a8f4625fb5866a157f009a7D01D, 0x599F3b4973881f8170fA71444c4BE3fa72A6086a, 0x283580b84f2690E5F0D9f9E8312b441d215b91EA, 0x950060b34fE78FeEE8b0a785F347CE92E88f33C8, 0xBE3Dbcb3d22a113580a0919849ADb65B794fF8a0, 0x008Eb502F752eC45464C13DD97B91cCB93e05652, 0x87F7617786E403020D7371dd52b113ED83C5e9e7]
 
getPools(view returns (address[])
owner(view returns (address)
0xc1b6ba2bdea9625ced0d876a9a4431a43996569d
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
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(