UniswapV3Staker
Verified contract
Active on
Ethereum with 9,852 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 |
---|---|---|---|---|---|
INST | ERC-20 | 7.102924K | $4.04 |
$28,695.81 | |
RBN | ERC-20 | 58.817952K | $0.373442 |
$21,965.09 | |
BETA | ERC-20 | 265.491587K | $0.047107 |
$12,506.62 | |
TON | ERC-20 | 9.194262K | $1.24 |
$11,400.88 | |
BRIGHT | ERC-20 | 258.774703K | $0.015909 |
$4,116.79 | |
INDEX | ERC-20 | 909.382602 | $3.36 |
$3,055.53 | |
WETH | ERC-20 | 0.740029 | $3,215.54 |
$2,379.59 | |
FWB | ERC-20 | 1.085353K | $1.54 |
$1,671.44 | |
MFG | ERC-20 | 1.298685M | $0.001128 |
$1,464.45 | |
CRPT | ERC-20 | 48.323659K | $0.017737 |
$857.1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20972473 | a month ago | | | 0 | 0.0035153945 | |
| 20395011 | 3 months ago | | | 0 | 0.000060776481 | |
| 19412698 | 8 months ago | | | 0 | 0.011299329 | |
| 19412682 | 8 months ago | | | 0 | 0.0079429536 | |
| 19380158 | 8 months ago | | | 0 | 0.0072814240 | |
| 18599800 | a year ago | | | 0 | 0.0048908274 | |
| 18575124 | a year ago | | | 0 | 0.0043203743 | |
| 18200071 | a year ago | | | 0 | 0.00039446400 | |
| 18200070 | a year ago | | | 0 | 0.00039342698 | |
| 18195890 | a year ago | | | 0 | 0.00080490419 |
ABI
ABI objects
Getter at block 21158793
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
maxIncentiveDuration() view returns (uint256)
63072000
maxIncentiveStartLeadTime() view returns (uint256)
2592000
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
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.