UNCX_ProofOfReservesV2_UniV3
Verified contract
Active on
Ethereum with 1,289 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
0x04bd…8287
0x9720…9b94
0x4bd7…3435
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FCBI | ERC-20 | 47.730773B | -- | -- | |
BURGER | ERC-20 | 536.047404 | -- | -- | |
0x4a8d…c4e0 | ERC-1555 | 1 | -- | -- | |
(#671566) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#671529) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#671168) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#670665) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#669535) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#669323) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#668954) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288302 | 4 days ago | | | 0 | 0.0025984399 | |
| 21283199 | 5 days ago | | | 0 | 0.0039956465 | |
| 21276385 | 6 days ago | | | 0 | 0.0018473183 | |
| 21272103 | 6 days ago | | | 0 | 0.0032973572 | |
| 21271322 | 6 days ago | | | 0 | 0.0021057778 | |
| 21271319 | 6 days ago | | | 0 | 0.0021939613 | |
| 21235241 | 11 days ago | | | 0 | 0.0029862038 | |
| 21218892 | 14 days ago | | | 0 | 0.0023170259 | |
| 21215733 | 14 days ago | | | 0 | 0.0095104835 | |
| 21181553 | 19 days ago | | | 0 | 0.017858588 |
ABI
ABI objects
Getter at block 21316360
AUTO_COLLECT_ACCOUNT() view returns (address)
0x12a51944e8349b8e70ed8e2d9bfbc88adb4a8f4e
COUNTRY_LIST() view returns (address)
0x9720526c803aeee9c7558dbd19a4d6b512a49b94
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)
0x0000000000000000000000000000000000000000
MIGRATE_IN() view returns (address)
0xcb8b00d4018ad6031e28a44bf74616014bfb62ec
MIGRATOR() view returns (address)
0x4bd7ab5721208db79917c540ff0b51a631cc3435
NONCE() view returns (uint256)
249
getFeeOptionLength() view returns (uint256)
3
getLocksLength() view returns (uint256)
249
owner() view returns (address)
0xaa3d85ad9d128dfecb55424085754f6dfa643eb1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
LOCKS(uint256) 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 amount0, uint256 amount1)
getFee(string _name) view returns (struct IUNCX_ProofOfReservesV2_UniV3FeeStruct)
getFeeOptionAtIndex(uint256 _index) view returns (struct IUNCX_ProofOfReservesV2_UniV3FeeStruct)
getLock(uint256 _lockId) view returns (struct IUNCX_ProofOfReservesV2_UniV3Lock _lock)
getNumUserLocks(address _user) view returns (uint256)
getUserLockAtIndex(address _user, uint256 _index) view returns (struct IUNCX_ProofOfReservesV2_UniV3Lock)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
tickSpacingToMaxTick(int24 tickSpacing) pure returns (int24 maxTick)
State-modifying
Events acceptLockOwnership(uint256 _lockId)
acceptOwnership()
addOrEditFee(string _name, uint256 _lpFee, uint256 _collectFee, uint256 _flatFee, address _flatFeeToken)
adminRefundERC20(address _token, address _receiver, uint256 _amount)
adminRefundEth(uint256 _amount, address _receiver)
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_ProofOfReservesV2_UniV3LockParams params) payable returns (uint256)
migrate(uint256 _lockId)
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)
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)
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.