wtftown
Verified contract
Active on
Ethereum with 1,251 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 "wtftown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17428589 | a year ago | | | 0 | 0.0010141234 | |
| 16631589 | 2 years ago | | | 0 | 0.0021441018 | |
| 16598754 | 2 years ago | | | 0 | 0.00098642165 | |
| 16588226 | 2 years ago | | | 0 | 0.0011157486 | |
| 15806055 | 2 years ago | | | 0 | 0.00079453249 | |
| 15806038 | 2 years ago | | | 0 | 0.00096570830 | |
| 15773344 | 2 years ago | | | 0 | 0.00068095289 | |
| 15253773 | 2 years ago | | | 0 | 0.00013288665 | |
| 15084448 | 2 years ago | | | 0 | 0.00086521373 | |
| 14914212 | 2 years ago | | | 0 | 0.0015947538 |
ABI
ABI objects
Getter at block 21318329
isMetadataLocked() view returns (bool)
false
maxPerAddress() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
name() view returns (string)
wtftown
owner() view returns (address)
0x383d020b64102d23ecac9d48b9b6ebb08e7f5b42
revealed() view returns (bool)
false
symbol() view returns (string)
wtftown
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) 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)
burnSupply(uint256 _amount)
lockMetadata()
mint(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()