Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NWOC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14963977 | 2 years ago | | | 0 | 0.0040767494 | |
| 14963976 | 2 years ago | | | 0 | 0.0042019917 | |
| 14963975 | 2 years ago | | | 0 | 0.0042137493 | |
| 14963968 | 2 years ago | | | 0 | 0.0037875584 | |
| 14963931 | 2 years ago | | | 0 | 0.0043747672 | |
| 14963930 | 2 years ago | | | 0 | 0.0042791276 | |
| 14963924 | 2 years ago | | | 0 | 0.0053752136 | |
| 14963923 | 2 years ago | | | 0 | 0.0054475771 | |
| 14963922 | 2 years ago | | | 0 | 0.0052024938 | |
| 14963922 | 2 years ago | | | 0 | 0.0052024938 |
ABI
ABI objects
Getter at block 21159744
name() view returns (string)
NWOC
owner() view returns (address)
0xbc0dbe586c565efee2d3cfb48004a99cf1851376
symbol() view returns (string)
NWO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintNFT(address recipient, string tokenURI) returns (uint256)
renounceOwnership()
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 newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.