Operator
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "Operator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Operator"
ABI
ABI objects
Getter at block 22740953
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x4587dd6356d7293e5f10db4d853332bd5b218c0b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address rebalancer_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)