MutantY00tsYachtClub

Verified contract

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

No balances found for "MutantY00tsYachtClub"

0x1a489b65631fce2376ce88d134aca15f05431d256eed208f4859994ed627c3f4
0x7a6c22a53aa904089e4c722affb2b1ac6c1e453fdceba4b79fbc89318354e2d4
0xecd3b260af02ea2a09cb85eb37312da31166822667457f3cf16b14f7fcb2f9fa
0x2c9df383a6af4403f05179202f8e2c8b51b22bab34c6bc717923292ef8bb542a
0x782e5523bcd1eae238b70e0e185cf2f3c5483c7a213db9901941ff95e5dadcf4
0x8054d788bdf8ad8e0796c4398557445c49193a6b024d346bccf140379f43d6d9
0x4f080e1800d3adda33f5b71abf56433323300f7bb8305077d93565edf4106bdc
0x30b381b3f996866cd1ea4b4df81d386acb1cf0d48c49c9b8a86403be66f33125
0x9c10f44ee57bb7fe8f729c6f5d5f9229636d75bdb69ed708b31d3ce17afbb76b
0xcbcfc0bf2fdd408bd3c5760eac5896fa354a9e07eb88e580f4bb7a580fe054fb

Functions
Getter at block 21274471
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
MutantY00tsYachtClub
owner(view returns (address)
0xe8029304c8d85c4c3aedc7348501091ff30357eb
price(view returns (uint256)
1000000000000000
symbol(view returns (string)
MYYC
totalFree(view returns (uint256)
8000
totalFreeMinted(view returns (uint256)
1850
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
toggleMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
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(