NFTXStaking
Verified contract
Active on
Ethereum with 644 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 |
---|---|---|---|---|---|
BOOT | ERC-20 | 6.336713M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12295732 | 4 years ago | | | 0 | 0.0076465681 | |
| 12272250 | 4 years ago | | | 0 | 0.013700760 | |
| 12269719 | 4 years ago | | | 0 | 0.0090071520 | |
| 12266696 | 4 years ago | | | 0 | 0.0092920320 | |
| 12254240 | 4 years ago | | | 0 | 0.015286500 | |
| 12231166 | 4 years ago | | | 0 | 0.0098646750 | |
| 12219536 | 4 years ago | | | 0 | 0.011924913 | |
| 12207628 | 4 years ago | | | 0 | 0.016023375 | |
| 12177359 | 4 years ago | | | 0 | 0.011024085 | |
| 12151289 | 4 years ago | | | 0 | 0.020766294 |
ABI
ABI objects
Getter at block 21224976 getNumberOfBlocksLeft() view returns (uint256 numberOfBlocksLeft)
BOOT() view returns (address)
0xb2426a4aa00f4fd9c7ae12dd5393ef1e4106daa3
NFTX() view returns (address)
0x87d73e916d7057945c9bcd8cdd94e42a6f47f776
STAKING_END_TIME_BLOCK_NUMBER() view returns (uint256)
12231239
accumulativeAmountPerShare() view returns (uint256 accAmountPerShare)
132870905571791191619135
getBootMintedPerBlock() view returns (uint256 bootMined)
100000000000000000000
getTotalStakedAmount() view returns (uint256 totalStakedAmount)
66378265026543061966057
lastRewardBlock() view returns (uint256 _lastRewardBlck)
12231239
totalProductivity() view returns (uint256 _totalProd)
66378265026543061966057
Read-only
getBootEarned(address _user) view returns (uint256 bootEarned)
getStakedAmount(address _user) view returns (uint256 stakedAmount)
getUnclaimedRewards(address _user) view returns (uint256 _unclaimedRewards)
State-modifying
Events stakeNFTX(uint256 _amount) returns (bool _success)
unstakeNFTX(uint256 _amount) returns (bool _success)
NFTXStaked(address indexed user, uint256 amount)
NFTXUnstaked(address indexed user, uint256 amount)
constructor(address NFTX_TOKEN, address BOOT_TOKEN, uint256 mintingBlocks)
This contract contains no fallback and receive objects.
This contract contains no error objects.