ERC721Staking
Verified contract
Active on
Ethereum with 2,144 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 |
---|---|---|---|---|---|
UFO | ERC-20 | 6.881516M | -- | -- | |
(#4210) | UFO | ERC-721 | 1 | -- | -- |
(#4209) | UFO | ERC-721 | 1 | -- | -- |
(#4208) | UFO | ERC-721 | 1 | -- | -- |
(#4206) | UFO | ERC-721 | 1 | -- | -- |
(#4201) | UFO | ERC-721 | 1 | -- | -- |
(#4197) | UFO | ERC-721 | 1 | -- | -- |
(#4196) | UFO | ERC-721 | 1 | -- | -- |
(#4195) | UFO | ERC-721 | 1 | -- | -- |
(#4194) | UFO | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20144869 | 5 months ago | | | 0 | 0.00045778400 | |
| 18134028 | a year ago | | | 0 | 0.0012513459 | |
| 18134026 | a year ago | | | 0 | 0.0015208707 | |
| 18008200 | a year ago | | | 0 | 0.00033256200 | |
| 18006818 | a year ago | | | 0 | 0.00097635647 | |
| 18006816 | a year ago | | | 0 | 0.0017812778 | |
| 18006814 | a year ago | | | 0 | 0.0024511184 | |
| 18004355 | a year ago | | | 0 | 0.00071517028 | |
| 18004341 | a year ago | | | 0 | 0.00080384202 | |
| 18004337 | a year ago | | | 0 | 0.0011519595 |
ABI
ABI objects
Getter at block 21173213
nftCollection() view returns (address)
0x0bcfb79da38918d0d495ff2dbb682146e19fed08
rewardsToken() view returns (address)
0x0683f1cc5f72d088d73da5558c1927dd648576e0
Read-only
availableRewards(address _staker) view returns (uint256)
getStakedTokens(address _user) view returns (struct ERC721StakingStakedToken[])
stakerAddress(uint256) view returns (address)
stakers(address) view returns (uint256 amountStaked, uint256 timeOfLastUpdate, uint256 unclaimedRewards)
State-modifying
Events claimRewards()
stake(uint256 _tokenId)
withdraw(uint256 _tokenId)
This contract contains no event objects.
constructor(address _nftCollection, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.