UNCX_LiquidityLocker_UniV3
Verified contract
Active on
Base with 3,870 txns
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
0xb7fe…96e9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000758 |
$0 | |
OHNO | ERC-20 | 16.105309K | -- | -- | |
LZPZ | ERC-20 | 2.901K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
HOPE | ERC-20 | 704.4 | -- | -- | |
JASON | ERC-20 | 75.9 | -- | -- | |
O | ERC-20 | 21 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- | |
(#1205626) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1198472) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747820 | 3 hours ago | | | 0 | 0.000028194005 | |
| 22742962 | 5 hours ago | | | 0 | 0.0000039764815 | |
| 22739079 | 7 hours ago | | | 0 | 0.000026590241 | |
| 22731701 | 12 hours ago | | | 0 | 0.000026985317 | |
| 22729123 | 13 hours ago | | | 0 | 0.000025293212 | |
| 22720699 | 18 hours ago | | | 0 | 0.000025684518 | |
| 22720358 | 18 hours ago | | | 0 | 0.00026106000 | |
| 22720279 | 18 hours ago | | | 0 | 0.0011900200 | |
| 22720248 | 18 hours ago | | | 0.03 | 0.0038305000 | |
| 22716845 | 20 hours ago | | | 0 | 0.000026650041 |
ABI
ABI objects
Getter at block 22752487
AUTO_COLLECT_ACCOUNT() view returns (address)
0x12a51944e8349b8e70ed8e2d9bfbc88adb4a8f4e
COUNTRY_LIST() view returns (address)
0xfa104eb3925a27e6263e05acc88f2e983a890637
ETERNAL_LOCK() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
FEE_ADDR_COLLECT() view returns (address)
0x12a51944e8349b8e70ed8e2d9bfbc88adb4a8f4e
FEE_ADDR_LP() view returns (address)
0x04bda42de3bc32abb00df46004204424d4cf8287
FEE_DENOMINATOR() view returns (uint256)
10000
FEE_RESOLVER() view returns (address)
0xb7fe116a146d712c04edc35a5d557369720d96e9
MIGRATE_IN() view returns (address)
0x0000000000000000000000000000000000000000
MIGRATOR() view returns (address)
0x0000000000000000000000000000000000000000
NONCE() view returns (uint256)
823
getFeeOptionLength() view returns (uint256)
3
getLocksLength() view returns (uint256)
823
owner() view returns (address)
0xaa3d85ad9d128dfecb55424085754f6dfa643eb1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
LOCKS(uint256 lockId) view returns (uint256 lock_id, address nftPositionManager, address pool, uint256 nft_id, address owner, address pendingOwner, address additionalCollector, address collectAddress, uint256 unlockDate, uint16 countryCode, uint256 ucf)
getAmountsForLiquidity(int24 currentTick, int24 tickLower, int24 tickHigher, uint128 liquidity) pure returns (uint256, uint256)
getFee(string _name) view returns (struct IUNCX_LiquidityLocker_UniV3FeeStruct)
getFeeOptionAtIndex(uint256 _index) view returns (struct IUNCX_LiquidityLocker_UniV3FeeStruct)
getLock(uint256 _lockId) view returns (struct IUNCX_LiquidityLocker_UniV3Lock _lock)
getNumUserLocks(address _user) view returns (uint256)
getUserLockAtIndex(address _user, uint256 _index) view returns (struct IUNCX_LiquidityLocker_UniV3Lock)
nftPositionManagerIsAllowed(address _nftPositionManager) view returns (bool)
State-modifying
Events acceptLockOwnership(uint256 _lockId, address _collectAddress)
acceptOwnership()
addOrEditFee(string _name, uint256 _lpFee, uint256 _collectFee, uint256 _flatFee, address _flatFeeToken)
adminRefundERC20(address _token, address _receiver, uint256 _amount)
adminRefundEth(uint256 _amount, address _receiver)
allowNftPositionManager(address _nftPositionManager)
collect(uint256 _lockId, address _recipient, uint128 _amount0Max, uint128 _amount1Max) returns (uint256 amount0, uint256 amount1, uint256 fee0, uint256 fee1)
decreaseLiquidity(uint256 _lockId, struct INonfungiblePositionManagerDecreaseLiquidityParams params) payable returns (uint256 amount0, uint256 amount1)
increaseLiquidity(uint256 _lockId, struct INonfungiblePositionManagerIncreaseLiquidityParams params) payable returns (uint128 liquidity, uint256 amount0, uint256 amount1)
lock(struct IUNCX_LiquidityLocker_UniV3LockParams params) payable returns (uint256)
migrate(uint256 _lockId)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
relock(uint256 _lockId, uint256 _unlockDate)
removeFee(string _name)
renounceOwnership()
setAdditionalCollector(uint256 _lockId, address _additionalCollector)
setCollectAddress(uint256 _lockId, address _collectAddress)
setFeeParams(address _autoCollectAccount, address _lpFeeReceiver, address _collectFeeReceiver)
setFeeResolver(address _resolver)
setMigrateInContract(address _migrateIn)
setMigrator(address _migrator)
setUCF(uint256 _lockId, uint256 _ucf)
transferLockOwnership(uint256 _lockId, address _newOwner)
transferOwnership(address newOwner)
withdraw(uint256 _lockId, address _receiver)
OnAllowNftPositionManager(address nftPositionManager)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
onAddFee(bytes32 nameHash, string name, uint256 lpFee, uint256 collectFee, uint256 flatFee, address flatFeeToken)
onDecreaseLiquidity(uint256 lockId)
onEditFee(bytes32 nameHash, string name, uint256 lpFee, uint256 collectFee, uint256 flatFee, address flatFeeToken)
onIncreaseLiquidity(uint256 lockId)
onLock(uint256 lock_id, address nftPositionManager, uint256 nft_id, address owner, address additionalCollector, address collectAddress, uint256 unlockDate, uint16 countryCode, uint256 collectFee, address poolAddress, struct INonfungiblePositionManagerPosition position)
onLockOwnershipTransferStarted(uint256 lockId, address currentOwner, address pendingOwner)
onMigrate(uint256 lockId)
onRelock(uint256 lockId, uint256 unlockDate)
onRemoveFee(bytes32 nameHash)
onSetAdditionalCollector(uint256 lockId, address additionalCollector)
onSetCollectAddress(uint256 lockId, address collectAddress)
onSetMigrator(address migrator)
onSetUCF(uint256 lockId, uint256 ucf)
onTransferLockOwnership(uint256 lockId, address oldOwner, address newOwner, address newCollectAddress)
onWithdraw(uint256 lock_id, address owner, address receiver)
constructor(address _countryList, address _autoCollectAddress, address _lpFeeReceiver, address _collectFeeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.