NCW NFT Token
Verified contract
Active on
Ethereum with 2,199 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 |
---|---|---|---|---|---|
Bone | ERC-20 | 100 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- | |
NCW | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21368311 | 4 days ago | | | 0 | 0.0012872626 | |
| 21350132 | 6 days ago | | | 0 | 0.00057531295 | |
| 21350131 | 6 days ago | | | 0 | 0.00050989526 | |
| 21350130 | 6 days ago | | | 0 | 0.00056903546 | |
| 21312507 | 11 days ago | | | 0 | 0.00031613662 | |
| 21290959 | 14 days ago | | | 0 | 0.0017406033 | |
| 21290958 | 14 days ago | | | 0 | 0.0010963697 | |
| 21253008 | 20 days ago | | | 0 | 0.0026599888 | |
| 21252912 | 20 days ago | | | 0 | 0.0011335414 | |
| 21241332 | 21 days ago | | | 0 | 0.00085551282 |
ABI
ABI objects
Getter at block 21393473
currentTokenId() view returns (uint256)
1619
maxSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
mintFee() view returns (uint256)
0
name() view returns (string)
NCW NFT Token
owner() view returns (address)
0xd318dd5f1c38a5d1967f44766cbb22af3ff75db2
symbol() view returns (string)
NCW
totalSupply() view returns (uint256)
1619
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 tokenAmount, string[] tokenURIList, uint96 royaltyFee) payable
renounceOwnership()
safeMint(address to, string _tokenURI, uint96 royaltyFee) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintFee(uint256 _mint_fee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawPayments(uint256 _amount)
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)
SetMintFee(uint256 oldMintFee, uint256 newMinFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawPayments(uint256 _amount)
constructor(string _name, string _symbol, uint256 _mint_fee, uint256 _maxSupply, address _owner, address _royaltyReceiver, uint96 _royaltyFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.