Mutant Shiba Club

Verified contract

Active on Ethereum with 29,764 txns
Deployed by via 0x108d112c at 14484004
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Mutant Shiba Club"

0x256c636f843f1d181d5464d518876f600d70f3ba86cba43f309cee7dc0d044b4
0x6dc183d3b4a61789433b01e21283842cca5c2ff488a777f6820073e65916a390
0xa584a8a0333626b8f656f7f27f9d8ef700c35fb5cc2b2b32e397190354560ba5
0x6c460efc70c4486e36a31f20da685123523a0e3d773efd8854e6f03c8db4682f
0x4f4f5b945709a07caa44e4c69d37feb0a532d982273579721fd5996d25d27941
0x98eb31a3b608662bc4cd44a66a3bec7dbcaeb14daaa755212845533ded390c37
0x8115ec6233a382cec02d76245b6af865b86785aab5ef5d9bb087497bdca32421
0x9d767973d8675bcccd2b4bfd83f2689ce061f032653e226cd4ecedef605a3aca
0x7874c83dc852b2bc3e26e5099933ca095cfb09b7af439d0f5571d99411e52399
0x31460c0efb51a14dde8543be730662bf0e2284ff0150c1120bf25a9066ccf5df

Functions
Getter at block 21161930
FOUNDER_BERRY(view returns (address)
0x28c1ded0d767fdc39530f676362175afe35e96b4
FOUNDER_CRAZYJUMP(view returns (address)
0xe386ae197a42e49c727bf15070fe71c68f18ad45
FOUNDER_GABA(view returns (address)
0xbe14e8d7a3417046627f305c918ec435c3c23fbc
FOUNDER_LORDSLABS(view returns (address)
0xbb59f8ce665d238a9e8d942172d283ba87061f6f
GNOSIS_SAFE(view returns (address)
0xe16b650921475afa532f7c08a8ea1c2fcda8ab93
MAX_SUPPLY(view returns (uint256)
10000
TEAM(view returns (address)
0xcdbb9a281f1086aecb6c4d5ac290130c1a8778de
communitySaleMerkleRoot(view returns (bytes32)
0xb990c1d773f1ab9f23e931a346b0029421341fc74997079615f0dfe1dbfc8124
communitySalePrice(view returns (uint256)
200000000000000000
isCommunitySaleActive(view returns (bool)
false
isPreSaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
isRevealed(view returns (bool)
true
maxCommunityMint(view returns (uint256)
1
maxPublicSaleMint(view returns (uint256)
1
name(view returns (string)
Mutant Shiba Club
owner(view returns (address)
0xa19a614242e637491ecf76c19bb5b2a356cc0509
preSaleMerkleRoot(view returns (bytes32)
0xb65443599e0be87cbd43b4a8484efea11a1bf1d3602c8739d50310c09fab3a49
preSalePrice(view returns (uint256)
0
publicSalePrice(view returns (uint256)
0
symbol(view returns (string)
MSC
teamMintPrice(view returns (uint256)
100000000000000000
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
communitySaleMinted(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
preSaleMinted(addressview returns (uint256)
publicSaleMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
communitySaleMint(bytes32[] _proofpayable 
preSaleMint(uint256 _quantityuint256 _maxAmountbytes32[] _proofpayable 
publicSaleMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCommunitySaleMerkleRoot(bytes32 _merkleRoot
setCommunitySalePrice(uint256 _price
setCommunitySaleStatus(bool _status
setIsRevealed(bool _reveal
setPreSalePrice(uint256 _price
setPreSaleStatus(bool _status
setPresaleMerkleRoot(bytes32 _merkleRoot
setPublicSalePrice(uint256 _price
setPublicSaleStatus(bool _status
teamMint(uint256 _quantitybool _founderspayable 
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(