NFTStaking
Verified contract
Active on
Ethereum with 265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3ace…2dd5
0x6f27…d1ba
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- | |
SAPES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20457369 | 3 months ago | | | 0 | 0.0048771989 | |
| 19563643 | 8 months ago | | | 0 | 0.0045541277 | |
| 19436754 | 8 months ago | | | 0 | 0.0077239549 | |
| 19125429 | 10 months ago | | | 0 | 0.0042051110 | |
| 19043638 | 10 months ago | | | 0 | 0.0023184272 | |
| 18923477 | 10 months ago | | | 0 | 0.0050814396 | |
| 18923448 | 10 months ago | | | 0 | 0.0037970663 | |
| 18923448 | 10 months ago | | | 0 | 0.0033374326 | |
| 18874129 | a year ago | | | 0 | 0.0023883767 | |
| 18745301 | a year ago | | | 0 | 0.0088293775 |
ABI
ABI objects
Getter at block 21206904
commonRewardsTimer() view returns (uint256)
43200
owner() view returns (address)
0x7e594a708bc0865defc5475bc52ff4a1e092fc31
rareRewardsTimer() view returns (uint256)
43200
stakeEnabled() view returns (bool)
true
totalStaked() view returns (uint256)
339
Read-only
balanceOf(address account) view returns (uint256)
earningInfo(address account, uint256[] tokenIds) view returns (uint256[1] info)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
rareTokens(uint256) view returns (bool)
stakingPeriod(uint256) view returns (uint256)
tokensOfOwner(address account) view returns (uint256[] ownerTokens)
vault(uint256) view returns (uint24 tokenId, uint48 timestamp, address owner)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events claim(uint256[] tokenIds)
claimForAddress(address account, uint256[] tokenIds)
renounceOwnership()
setCommonRewardsTimer(uint256 _rewardsTimer)
setRareRewardsTimer(uint256 _rewardsTimer)
setTokensCommon(uint256[] _tokenID)
setTokensRare(uint256[] _tokenID)
stake(uint256[] tokenIds)
toggleStakeState()
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.