WtF iS tHaT

Verified contract

Active on Ethereum with 8,517 txns
Deployed by via 0xa4c30ea8 at 14907532
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $140.4
0xb157a6f28d9ea0548758e04a4a84a4b1e92c03383acce4fe0218e781e94d17c2
0x6dd3d7aee166b763a0e08eed56b7f166264db0424fac0ad836dbb0fda4c96b79
0x4668e96f66fabb6db49227c228cf303ecc939b4d2d5e75228bf7a4cc0d35e1ef
0xf79744908fd7a5d1dd63e2f7a02f7c433e7605c0c4fefc1e60cd120903d32d60
0x3ac016138dbeb7156282afbc5aa791e4262d3f69fd06cfc1ad782f9089e0c502
0x085057d8709c68c2a4dd4911ead358bb8439986ff9b5a320a9b925ee311c6ae2
From
0x6af9cca13d6545769c384b245ea7a1aee2c857e4ce18bc10f1cdb5321a7e682e
0x002bd9eb4f93e9ec8b9aa53ef2abc1c1c3367f3dd4a9ce9b13ffb065cd994d20
0x6aa17fb85fa236cfebb61737754f925c6e31e05e6a661e427677ba131fbc3e54
0xa2d07ea147e658b1752c240d22d97815808339ac2d7323eb5d85c6f18b6d11fe

Functions
Getter at block 20928321
baseApiURI(view returns (string)
https://us-central1-mofos-69a62.cloudfunctions.net/app/wtf/token/
cost(view returns (uint256)
0
maxMintAmountPerTransaction(view returns (uint256)
1
maxMintPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
6969
name(view returns (string)
WtF iS tHaT
owner(view returns (address)
0x4f33a1a7eb7b255cbc42fb77a3499c1ded7204c5
paused(view returns (bool)
false
symbol(view returns (string)
WtFiStHaT
totalSupply(view returns (uint256)
6969
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddresses
approve(address touint256 tokenId
gift(address _touint256 _mintAmount
mint(uint256 _mintAmountpayable 
mintExternal(address _addressuint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBreedingContractAddress(address _bAddress
setCost(uint256 _newCost
setMaxMintPerWallet(uint256 val
setMaxSupply(uint256 _supply
setmaxMintAmountPerTransaction(uint16 _amount
togglePause(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUrl
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(