TaiwaneseNFT
Verified contract
Active on
Ethereum with 2,127 txns
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 "TaiwaneseNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004465 | a month ago | | | 0 | 0.00017608695 | |
| 19752495 | 7 months ago | | | 0 | 0.00028921663 | |
| 19729542 | 7 months ago | | | 0 | 0.00014583185 | |
| 19729530 | 7 months ago | | | 0 | 0.00015670267 | |
| 16912027 | 2 years ago | | | 0 | 0.00089939010 | |
| 16897907 | 2 years ago | | | 0 | 0.0015069806 | |
| 16263167 | 2 years ago | | | 0 | 0.00075583811 | |
| 16247617 | 2 years ago | | | 0 | 0.00080727360 | |
| 16003246 | 2 years ago | | | 0 | 0.00031798709 | |
| 15744592 | 2 years ago | | | 0 | 0.00074336146 |
ABI
ABI objects
Getter at block 21215047
MAX_NFT_PER_TRAN() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
100
MINT_PRICE() view returns (uint256)
2000000000000000
_baseURL() view returns (string)
ipfs://QmPvmDQSq8LXAyTCecsqzhvVjsAo32fsNN8289bJCVshwb/
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
true
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
3999
name() view returns (string)
TaiwaneseNFT
owner() view returns (address)
0x45d7dabe5cc263d80eaf3d830803998864bc4475
prerevealURL() view returns (string)
symbol() view returns (string)
TWNFT
totalSupply() view returns (uint256)
3999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
finalizeMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setPause(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()