NFY Staking NFT v2
Verified contract
Active on
Ethereum with 69 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "NFY Staking NFT v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20885632 | 2 months ago | | | 0 | 0.0013193050 | |
| 17980665 | a year ago | | | 0 | 0.0016742498 | |
| 16506556 | 2 years ago | | | 0 | 0.00039858907 | |
| 15556425 | 2 years ago | | | 0 | 0.00055649799 | |
| 15189454 | 2 years ago | | | 0 | 0.0011396904 | |
| 15189374 | 2 years ago | | | 0 | 0.00027162767 | |
| 15189346 | 2 years ago | | | 0 | 0.00024743324 | |
| 14823892 | 2 years ago | | | 0 | 0.00089747661 | |
| 14823368 | 2 years ago | | | 0 | 0.00042580602 | |
| 14823360 | 2 years ago | | | 0 | 0.00031293138 |
ABI
ABI objects
Getter at block 21222440
baseURI() view returns (string)
name() view returns (string)
NFY Staking NFT v2
owner() view returns (address)
0xfeedc450742ac0d9bb38341d9939449e3270f76f
symbol() view returns (string)
NFYNFTv2
tokenID() view returns (uint256)
1059
totalSupply() view returns (uint256)
359
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftTokenId(address _stakeholder) view returns (uint256 id)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPlatformAddress(address _platformAddress)
approve(address to, uint256 tokenId)
burn(uint256 _token)
mint(address _minter)
removePlatformAddress(address _platformAddress)
revertNftTokenId(address _stakeholder, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _owner)
AddedPlatformAddress(address _platformAddress, uint256 _time)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintedToken(address _staker, uint256 _tokenId, uint256 _time)
RemovedPlatformAddress(address _platformAddress, uint256 _time)
RevertCompleted(address _stakeholder, uint256 _tokenId, uint256 _revertNum, uint256 _time)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferredOwnership(address _previous, address _next, uint256 _time)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.