StakeNFT
Verified contract
Active on
Ethereum with 4,157 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 |
---|---|---|---|---|---|
0x0de9…5356 | ERC-1555 | 1 | -- | -- | |
0x3c5f…5044 | ERC-1555 | 1 | -- | -- | |
PLUTO2 | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- | |
PLUTO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118928 | 12 days ago | | | 0 | 0.00092885910 | |
| 20967944 | a month ago | | | 0 | 0.0044740574 | |
| 20760375 | 2 months ago | | | 0 | 0.00029816958 | |
| 20760130 | 2 months ago | | | 0 | 0.00064675394 | |
| 20751401 | 2 months ago | | | 0 | 0.00058440173 | |
| 20734982 | 2 months ago | | | 0 | 0.0018704473 | |
| 20721575 | 2 months ago | | | 0 | 0.00090786607 | |
| 20616854 | 3 months ago | | | 0 | 0.000096584303 | |
| 20616803 | 3 months ago | | | 0 | 0.00010971391 | |
| 20616800 | 3 months ago | | | 0 | 0.00012330502 |
ABI
ABI objects
Getter at block 21201382
This contract contains no getter function objects.
Read-only
getStakedTokens(address _wallet) view returns (uint256[])
viewStake(uint256 tokenId) view returns (struct StakeNFTStaking)
State-modifying
Events callStakeToken(address token, uint256 _tokenID)
cancelMultiStakes(uint256[] tokenIds)
checkStake(uint256 tokenId, address staker) returns (struct StakeNFTStaking)
multiStakeToken(address token, uint256[] _tokenIds)
tokenCancelComplete(address indexed token, uint256 indexed token_id, uint8 indexed status)
tokenClaimStatus(address indexed token, uint256 indexed token_id, uint8 indexed status)
tokenStaked(address indexed staker, address indexed token, uint256 token_id, uint8 status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.