NFTStaking
Verified contract
Active on
Ethereum with 2,429 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 312 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIN | ERC-20 | 169.870843M | -- | -- | |
SHIN | ERC-20 | 483.061818K | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- | |
SSK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18613203 | a year ago | | | 0 | 0.012076710 | |
| 18157657 | a year ago | | | 0 | 0.0055879105 | |
| 18141254 | a year ago | | | 0 | 0.00029206849 | |
| 17797314 | a year ago | | | 0 | 0.0040675596 | |
| 17797239 | a year ago | | | 0 | 0.0063089100 | |
| 16945434 | 2 years ago | | | 0 | 0.015322499 | |
| 16938571 | 2 years ago | | | 0 | 0.00066392251 | |
| 16938568 | 2 years ago | | | 0 | 0.00065559298 | |
| 16937400 | 2 years ago | | | 0 | 0.020613169 | |
| 16936336 | 2 years ago | | | 0 | 0.010710316 |
ABI
ABI objects
Getter at block 21210985
claimedAmount() view returns (uint256)
12910146095356481481481480437
endTimestamp() view returns (uint256)
1900448340
expDecimals() view returns (uint256)
5
expRate() view returns (uint256)
100
getAllLocks() view returns (struct NFTStakingLock[])
[(864000, 0), (2592000, 10), (5184000, 15), (7776000, 30), (10368000, 50)]
getMetadata() view returns (address, address)
(0x98b82d9efc577b1c3aa6578342121231db2b47b9, 0xccf83674f75bfe04fd3ec66487bdda4533e4969d)
getRemainingLeft() view returns (uint256)
0
kinCount() view returns (uint256)
7
legendaryMultiplier() view returns (uint256)
50
lockCount() view returns (uint256)
5
maxLevel() view returns (uint256)
100
nft() view returns (address)
0x98b82d9efc577b1c3aa6578342121231db2b47b9
owner() view returns (address)
0x1a195f0bc6021d52ebcbb7f0d786e84772e13e53
ratePerDay() view returns (uint256)
30800000000000000000000
token() view returns (address)
0xccf83674f75bfe04fd3ec66487bdda4533e4969d
tokenDecimals() view returns (uint256)
18
totalStaked() view returns (uint256)
1558
Read-only
earningInfo(address account) view returns (uint256 earned)
farmed(address account) view returns (uint256 amount)
getKin(uint8 value) pure returns (uint8)
getLevel(uint256 tokenId) view returns (uint256 level)
getLevels(address account) view returns (uint256[])
getLevels2(uint256[] tokenIds) view returns (uint256[])
getLockInfo(uint256 lockType_) view returns (struct NFTStakingLock l)
getMaxLevel(uint256[] tokenIds) view returns (uint256, uint256)
getProgress(uint256[] tokenIds) view returns (uint256[])
getRarityBonus(uint8 value) view returns (uint8)
getRarityTierMultiplier(uint256 t) view returns (uint256)
getStakedIds(address account) view returns (uint256[])
getUserStakeInfo(address account) view returns (struct NFTStakingStake[])
getXpEarned(uint256 tokenId_) view returns (uint256 experience)
ids(uint256) view returns (uint8)
isKinBonus(address account) view returns (bool)
isLegendary(uint256 tokenId) view returns (bool)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
stakeInfo(uint256 tokenId) view returns (struct NFTStakingStake)
stakedOrNot(address account) view returns (bool)
timeSpentStaking(address account) view returns (uint256 t)
State-modifying
Events addLegendary(uint256 tokenId)
addLock(uint256 lockTime_, uint256 rewardMultiplier_)
claim(uint256[] tokenIds)
editLock(uint256 lockNumber, uint256 lockTime_, uint256 rewardMultiplier_)
editRarityTierMultiplier(uint256 t, uint8 multiplier)
emergencyUnstake(address account, uint256[] tokenIds)
grantLevels(uint256[] tokenIds, uint256 level)
removeLegendary(uint256 tokenId)
renounceOwnership()
setEndTimestamp(uint256 newTimestamp)
setLegendaryMultiplier(uint256 newVal)
setMaxLevel(uint256 n)
setToken(address t)
stake(uint256[] tokenIds, uint256 lockType_)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
update(uint8[] data_, uint16 from)
withdrawTokens(address token_, uint256 amount)
Claimed(address owner, uint256 amount)
NFTStaked(address owner, uint256 tokenId, uint256 value)
NFTUnstaked(address owner, uint256 tokenId, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nft, address _token, uint256 duration, uint256 rate_, uint256 tokenDecimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.