ERC1967Proxy
Verified contract
Proxy
Active on
Base with 39,745 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
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22112562 | 14 days ago | | | 0 | 0.0000032774895 | |
| 22112552 | 14 days ago | | | 0 | 0.0000028821268 | |
| 22112547 | 14 days ago | | | 0 | 0.0000029163954 | |
| 22112543 | 14 days ago | | | 0 | 0.0000032576065 | |
| 22112539 | 14 days ago | | | 0 | 0.0000028935752 | |
| 22112537 | 14 days ago | | | 0 | 0.0000028313014 | |
| 22112535 | 14 days ago | | | 0 | 0.0000028819607 | |
| 22112530 | 14 days ago | | | 0 | 0.0000028680453 | |
| 22112525 | 14 days ago | | | 0 | 0.0000029548351 | |
| 22112520 | 14 days ago | | | 0 | 0.0000028931236 |
ABI
ABI objects
Getter at block 22730425 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x872251f2c0cc5699c9e0c226371c4d747fda247f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rebalancer() view returns (address)
0x13f2ff6cc952f4181d6c316426e9cbda957c6482
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
initialize(address initialOwner)
pause(bytes32 key)
renounceOwnership()
transferOwnership(address newOwner)
updatePosition(bytes32 key, uint256 oraclePrice, int24 tickA, int24 tickB, uint24 rate)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)