NFTStaking
Verified contract
Active on
Ethereum with 853 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7397…be53
0x89ee…c26a
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NDR | ERC-20 | 102.219908 | -- | -- | |
0x89ee…c26a | ERC-1555 | 33 | -- | -- | |
0x89ee…c26a | ERC-1555 | 33 | -- | -- | |
0x89ee…c26a | ERC-1555 | 32 | -- | -- | |
0x89ee…c26a | ERC-1555 | 14 | -- | -- | |
0x89ee…c26a | ERC-1555 | 11 | -- | -- | |
0x89ee…c26a | ERC-1555 | 6 | -- | -- | |
0x89ee…c26a | ERC-1555 | 6 | -- | -- | |
0x89ee…c26a | ERC-1555 | 5 | -- | -- | |
0x89ee…c26a | ERC-1555 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17883410 | a year ago | | | 0 | 0.00060235926 | |
| 15284695 | 2 years ago | | | 0 | 0.0062779800 | |
| 14599930 | 3 years ago | | | 0 | 0.017579790 | |
| 14485311 | 3 years ago | | | 0 | 0.017226510 | |
| 14485311 | 3 years ago | | | 0 | 0.030602460 | |
| 14317011 | 3 years ago | | | 0 | 0.012749360 | |
| 14278310 | 3 years ago | | | 0.0047 | 0.0048741555 | |
| 13918717 | 3 years ago | | | 0 | 0.016029087 | |
| 13909419 | 3 years ago | | | 0 | 0.042728888 | |
| 13656264 | 3 years ago | | | 0.0047 | 0.0038434500 |
ABI
ABI objects
Getter at block 21424803 getNftTokens() view returns (uint256[])
NDR() view returns (address)
0x739763a258640919981f9ba610ae65492455be53
NFT() view returns (address)
0x89ee76cc25fcbf1714ed575faa6a10202b71c26a
_totalStrength() view returns (uint256)
239069
fee() view returns (uint256)
4700000000000000
getRewardForDuration() view returns (uint256)
2343409999999995600000
lastTimeRewardApplicable() view returns (uint256)
1621353866
lastUpdateTime() view returns (uint256)
1621353866
owner() view returns (address)
0x548c690f898bee888240bd217302d60bcdf2b4d7
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1621353866
rewardPerToken() view returns (uint256)
3312630660852542631162543647592641
rewardPerTokenStored() view returns (uint256)
3312630660852542631162543647592641
rewardRate() view returns (uint256)
216982407407407
rewardsDuration() view returns (uint256)
10800000
tokenMaxAmount() view returns (uint256)
1000
totalSupply() view returns (uint256)
171
Read-only
balanceByTokenIdOf(uint256 tokenId, address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
nftTokenMap(uint256) view returns (bool hasValue)
nftTokens(uint256) view returns (uint256)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
percentMultiplier(uint256) view returns (uint256)
percentMultiplierTokenId(address) view returns (uint256)
pureStrengthWeight(address) view returns (uint256)
rewards(address) view returns (uint256)
strengthWeight(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events changeAddresses(address _NDR, address _NFT)
exit() payable
getReward() payable
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setPercentMultiplier(uint256 _tokenId, uint256 _percentMultiplier)
setRewardsDuration(uint256 _rewardsDuration)
setSupportedSeries(uint256 _series, bool supported)
setTokenMaxAmount(uint256 _tokenMaxAmount)
setWithdrawRewardFee(uint256 _withdrawRewardFee)
stake(uint256[] tokenIds, uint256[] amounts)
transferOwnership(address newOwner)
withdraw()
withdrawNFT(uint256[] tokenIds, uint256[] amounts)
withdrawRewardFee()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 tokenId, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 tokenId, uint256 amount)
constructor(address _NFT, address _NDR)
receive()
This contract contains no error objects.