NftStaking
Verified contract
Active on
Ethereum with 684 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 |
---|---|---|---|---|---|
SHOP | ERC-20 | 1.508719M | $0.000234 |
$352.65 | |
(#2800) | SHOP | ERC-721 | 1 | -- | -- |
(#2785) | SHOP | ERC-721 | 1 | -- | -- |
(#2780) | SHOP | ERC-721 | 1 | -- | -- |
(#2779) | SHOP | ERC-721 | 1 | -- | -- |
(#2771) | SHOP | ERC-721 | 1 | -- | -- |
(#2770) | SHOP | ERC-721 | 1 | -- | -- |
(#2763) | SHOP | ERC-721 | 1 | -- | -- |
(#2755) | SHOP | ERC-721 | 1 | -- | -- |
(#2754) | SHOP | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20357529 | 4 months ago | | | 0 | 0.0028558795 | |
| 20195072 | 4 months ago | | | 0 | 0.00028026700 | |
| 19891705 | 6 months ago | | | 0 | 0.0013042905 | |
| 19809338 | 6 months ago | | | 0 | 0.00044672359 | |
| 19706110 | 7 months ago | | | 0 | 0.0019329242 | |
| 19546479 | 7 months ago | | | 0 | 0.0027020631 | |
| 19502201 | 8 months ago | | | 0 | 0.0021084958 | |
| 19066206 | 10 months ago | | | 0 | 0.0037388720 | |
| 18956685 | 10 months ago | | | 0 | 0.0031576016 | |
| 18907573 | 10 months ago | | | 0 | 0.0026803182 |
ABI
ABI objects
Getter at block 21177250
nftCollection() view returns (address)
0x1720d3a3984c75e6514316c5aec903651e4abe28
rewardsToken() view returns (address)
0x64b78325d7495d6d4be92f234fa3f3b8d8964b8b
totalPaid() view returns (uint256)
1991281120750293408147730
totalStaked() view returns (uint256)
1059
Read-only
incomes(uint256) view returns (uint256 amount, uint256 remainingAmount, uint256 totalStaked)
stakerAddress(uint256) view returns (address)
stakers(address) view returns (uint256 amountStaked, uint256 rewards, uint256 incomeIndex, uint256 paid, uint256 timeOfLastUpdate)
userStakeInfo(address _user) view returns (uint256 _tokensStaked, uint256 _availableRewards)
State-modifying
Events addIncome(uint256 _amount)
claimRewards()
stake(uint256[] _tokenIds)
withdraw(uint256[] _tokenIds)
IncomeAdded(address indexed user, uint256 amount)
RewardsClaimed(address indexed user, uint256 amount)
Staked(address indexed user, uint256[] _tokenIds)
Unstaked(address indexed user, uint256[] _tokenIds)
constructor(address _nftCollection, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.