UniswapV3Staker
Verified contract
Active on
Base with 5,307 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAME | ERC-20 | 24.15627B | $0.00 |
$5,435.16 | |
JSP | ERC-20 | 47.04975M | $0.000091 |
$4,293.76 | |
FARTHER | ERC-20 | 13.889795M | $0.000066 |
$915.75 | |
RDAT | ERC-20 | 10 | $0.012551 |
$0.13 | |
USA | ERC-20 | 1 | $0.001906 |
$0 | |
FTEST | ERC-20 | 2.5B | -- | -- | |
FARTHER_STG | ERC-20 | 99.803697M | -- | -- | |
TEST | ERC-20 | 9.971637M | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21726970 | 21 hours ago | | | 0 | 8.9593225e-7 | |
| 21726731 | 21 hours ago | | | 0 | 9.5177199e-7 | |
| 21726727 | 21 hours ago | | | 0 | 4.1625163e-7 | |
| 21726696 | 21 hours ago | | | 0 | 6.9489459e-7 | |
| 21661558 | 2 days ago | | | 0 | 8.9593225e-7 | |
| 21661339 | 2 days ago | | | 0 | 0.0000015947445 | |
| 21661259 | 2 days ago | | | 0 | 0.0000015267874 | |
| 21452530 | 7 days ago | | | 0 | 0.0000015273158 | |
| 21231637 | 12 days ago | | | 0 | 0.0000013130486 | |
| 21196690 | 13 days ago | | | 0 | 0.0000011837143 |
ABI
ABI objects
Getter at block 21765110
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
maxIncentiveDuration() view returns (uint256)
63072000
maxIncentiveStartLeadTime() view returns (uint256)
2592000
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
Read-only
deposits(uint256) view returns (address owner, uint48 numberOfStakes, int24 tickLower, int24 tickUpper)
getRewardInfo(struct IUniswapV3StakerIncentiveKey key, uint256 tokenId) view returns (uint256 reward, uint160 secondsInsideX128)
incentives(bytes32) view returns (uint256 totalRewardUnclaimed, uint160 totalSecondsClaimedX128, uint96 numberOfStakes)
rewards(address, address) view returns (uint256)
stakes(uint256 tokenId, bytes32 incentiveId) view returns (uint160 secondsPerLiquidityInsideInitialX128, uint128 liquidity)
State-modifying
Events claimReward(address rewardToken, address to, uint256 amountRequested) returns (uint256 reward)
createIncentive(struct IUniswapV3StakerIncentiveKey key, uint256 reward)
endIncentive(struct IUniswapV3StakerIncentiveKey key) returns (uint256 refund)
multicall(bytes[] data) payable returns (bytes[] results)
onERC721Received(address, address from, uint256 tokenId, bytes data) returns (bytes4)
stakeToken(struct IUniswapV3StakerIncentiveKey key, uint256 tokenId)
transferDeposit(uint256 tokenId, address to)
unstakeToken(struct IUniswapV3StakerIncentiveKey key, uint256 tokenId)
withdrawToken(uint256 tokenId, address to, bytes data)
DepositTransferred(uint256 indexed tokenId, address indexed oldOwner, address indexed newOwner)
IncentiveCreated(address indexed rewardToken, address indexed pool, uint256 startTime, uint256 endTime, address refundee, uint256 reward)
IncentiveEnded(bytes32 indexed incentiveId, uint256 refund)
RewardClaimed(address indexed to, uint256 reward)
TokenStaked(uint256 indexed tokenId, bytes32 indexed incentiveId, uint128 liquidity)
TokenUnstaked(uint256 indexed tokenId, bytes32 indexed incentiveId)
constructor(address _factory, address _nonfungiblePositionManager, uint256 _maxIncentiveStartLeadTime, uint256 _maxIncentiveDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.