NftStakingFarm
Verified contract
Active on
Ethereum with 1,248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOOPI | ERC-20 | 20 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- | |
JTC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15062538 | 2 years ago | | | 0 | 0.00063801262 | |
| 15062538 | 2 years ago | | | 0 | 0.0014387240 | |
| 14700357 | 3 years ago | | | 0 | 0.0024606170 | |
| 14657895 | 3 years ago | | | 0 | 0.0014439730 | |
| 14657895 | 3 years ago | | | 0 | 0.0014439730 | |
| 14657895 | 3 years ago | | | 0 | 0.0014439730 | |
| 14657895 | 3 years ago | | | 0 | 0.0014439730 | |
| 14657895 | 3 years ago | | | 0 | 0.0014400947 | |
| 14657895 | 3 years ago | | | 0 | 0.0014400947 | |
| 14657895 | 3 years ago | | | 0 | 0.0068686888 |
ABI
ABI objects
Getter at block 21430231
getStakingBalance() view returns (uint256)
20000000000000000000
nftContract() view returns (address)
0xbca44d867c707080c504f286c35b237d2802b7e5
owner() view returns (address)
0xa82f5f34956f3e618c161d0dbd5b3323b18f0733
paused() view returns (bool)
false
rewardToken() view returns (address)
0xf99fd242b551e9cee272320a0448b98444353e31
totalNftStaked() view returns (uint256)
775
Read-only
APYS(uint256) view returns (uint256)
getNftBalance(address user) view returns (uint256)
getTokenBalance(address addr) view returns (uint256)
getUserNftIds(address user) view returns (uint256[], uint256[], uint256[])
getUserNftIdsLength(address user) view returns (uint256)
isNftIdExist(address user, uint256 nftId) view returns (bool)
nftdailyrewards(uint256) view returns (uint8)
periods(uint256) view returns (uint256)
tokenReceived(address) view returns (uint256)
State-modifying
Events claimRewardById(uint256 _id)
fundingContract(uint256 _amount)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setAPYS(uint256 _ApyId, uint256 _newValue)
setNftReward(uint256 id, uint8 reward)
setPeriod(uint256 _PeriodId, uint256 _newValue)
stakeNft(uint256 id, uint256 periodStaking)
transferOwnership(address newOwner)
unstakeNft(uint256 id)
Claimed(address indexed sender, uint256 interest, uint256 claimTimestamp)
ContractFunded(address indexed sender, uint256 amount, uint256 timestamp)
NftApySet(uint256 tokenId, uint8 reward, uint256 time)
NftStaked(address indexed sender, uint256 nftId, uint256 timestamp)
NftUnstaked(address indexed sender, uint256 nftId, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed sender, uint256 balance, uint256 timestamp)
Unpaused(address account)
constructor(address _tokenAddress, address _nftContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.