Wizz WTF

Verified contract

Active on Ethereum with 10 txns
Deployed by via 0xf38a00d6 at 16234751
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wizz WTF"

0x30a98e1a0ec8acaf45789c7db73a02663b024f04212ba0670eb1fb4a68ecf928
0x82b7adc4e674ea71a0b49f2b785e8f4bb0b1dec7633e1640ef4c05470ddd33b6
0x676617052c7f64153bae3de84983bf64e9351b0164fc41988bad4cf67ea91edd
0x33e9747a61a8522b5d3d4e6f8abae9b25fc01249267a41481a17db1153f99a1a
0xa2ad36a011556ee7c2c94e2003cd856461c8685b62dbc7c760405c5eaafc0205
0x27dfba627b9d0c4f31250c3ac93203f8bf6a9cd59618524e08746ae1ec74dad7
0x28d45fa66236b7a3cee82fc16f3b9248bd3eac117e3bbf6a3e399f9e3b4b8c72
0x9bae47701c2eab401ed936335dd4feb3d052b7ceecee877ca2116707bb93fc8c
0xbc8d42f10f5a9ebf2e04ec0ea57779b7a9f35c472fe5c57ee1377a6e76a5e3bd
0x4e9cf38ea45fcaf8f03ec42022cfefe2502d709dcc1b876d794fef99de7d61ef

Functions
Getter at block 20864394
name(view returns (string)
Wizz WTF
owner(view returns (address)
0x4bb4c1b0745ef7b4642feeccd0740dec417ca0a0
symbol(view returns (string)
WIZZ
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApprovedForAll(addressaddressview returns (bool)
minters(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenSupply(uint256view returns (uint256)
tokenURIs(uint256view returns (string)
uri(uint256 idview returns (string)
State-modifying
addMinter(address minter
mint(address initialOwneruint256 tokenIduint256 amountbytes data
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(uint256 tokenIdstring tokenUri
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed useraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidMintAmount(
MissingToken(
NotOwnerOrMinter(