ERC1967Proxy
Verified contract
Proxy
Active on
Base with 404 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc35d…74c4
0x80c7…14de
0x96ca…e68b
Balances ($95.35)
Native
Value
$95.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.037866 | $2,518.16 |
$95.35 | |
RELIEF | ERC-20 | 193.992274K | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- | |
SUSHI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21541097 | 7 days ago | | | 0.0029 | 0.0000021852822 | |
| 21537848 | 7 days ago | | | 0 | 8.6195561e-7 | |
| 21537557 | 7 days ago | | | 0 | 0.0000017729587 | |
| 21506584 | 8 days ago | | | 0 | 0.0000010403449 | |
| 21381688 | 11 days ago | | | 0 | 0.0000022241933 | |
| 21284911 | 13 days ago | | | 0 | 6.4888507e-7 | |
| 21166487 | 16 days ago | | | 0 | 0.0000015703997 | |
| 21146171 | 17 days ago | | | 0.046 | 0.0000016900944 | |
| 21142891 | 17 days ago | | | 0.03 | 0.0000018767186 | |
| 21110823 | 17 days ago | | | 0 | 6.8781107e-7 |
ABI
ABI objects
Getter at block 21858989 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
factory() view returns (address)
0xc35dadb65012ec5796536bd9864ed8773abc74c4
owner() view returns (address)
0x47898746b627b73eb781d834e0f2ac98d62763a6
positionManager() view returns (address)
0x80c7dd17b01855a6d2347444a0fcc36136a314de
swapRouter() view returns (address)
0x96cad68444c1dc8ae728b4708db8f49f3a7be68b
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
approvedTokens(address) view returns (bool)
getOrder(address user, uint256 nftId) view returns (struct LimitOrderOrder)
positionPartiallyFilled(uint256 nftId) view returns (bool)
State-modifying
Events cancelOrder(address user, uint256 nftId)
createOrder(struct INonfungiblePositionManagerMintParams params) returns (uint256 nftId)
fulfillOrders(address[] _users, uint256[] _nftIds)
initialize(address positionManager_, address swapRouter_)
renounceOwnership()
swapAndCreateOrder(struct IUniswapSwapRouterExactInputSingleParams swapParams, struct INonfungiblePositionManagerMintParams orderParams, uint256 orderSlippage) payable returns (uint256 nftId)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withDrawFees(address[] tokens)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OrderCompleted(address indexed user, uint256 indexed nftId, address pool)
OrderCreated(address indexed user, uint256 indexed nftId, address pool, int24 tickLower, int24 tickUpper, uint256 orderAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InsufficientInputAmount()
InsufficientOutputAmount()
InvalidInitialization()
InvalidPair()
InvalidParams()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TokenMismatch()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)