ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 81 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) |
---|---|---|---|---|---|---|---|
| 20995760 | a month ago | | | 0 | 0.0049589003 | |
| 20972474 | a month ago | | | 0 | 0.010335573 | |
| 20972468 | a month ago | | | 0 | 0.010631521 | |
| 20419912 | 4 months ago | | | 0 | 0.0066644336 | |
| 20217921 | 5 months ago | | | 0 | 0.0025204908 | |
| 20217755 | 5 months ago | | | 0 | 0.0020848240 | |
| 20217014 | 5 months ago | | | 0 | 0.0019852436 | |
| 19408907 | 9 months ago | | | 0 | 0.022981458 | |
| 19184723 | 10 months ago | | | 0 | 0.030145832 | |
| 19184694 | 10 months ago | | | 0 | 0.032060445 |
ABI
ABI objects
Getter at block 21299659 getPools() view returns (address[])
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]
owner() view returns (address)
0xc1b6ba2bdea9625ced0d876a9a4431a43996569d
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)
setRates(address pool, uint64[] rates)
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()