ERC1967Proxy
Verified contract
Proxy
Active on
Base with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17703719 | 4 months ago | | | 0 | 0.0000015385225 | |
| 17606098 | 4 months ago | | | 0 | 0.0000015686669 | |
| 17186361 | 4 months ago | | | 0 | 0.0000013308578 | |
| 15867789 | 5 months ago | | | 0 | 0.0000037195286 | |
| 15426389 | 6 months ago | | | 0 | 0.0000013794696 | |
| 15354026 | 6 months ago | | | 0 | 0.0000011560108 | |
| 14848631 | 6 months ago | | | 0 | 0.0000016667672 | |
| 14827117 | 6 months ago | | | 0 | 0.000050475746 | |
| 14769944 | 6 months ago | | | 0 | 0.00014573137 |
ABI
ABI objects
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 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)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data)
withdrawAdminFees(address pool, address recipient)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, bytes _data)
fallback()
receive()
InvalidPool()
UnsupportedImplementation()