Mutant Shiba Club
Verified contract
Active on
Ethereum with 66 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 "Mutant Shiba Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14495756 | 3 years ago | | | 0 | 0.0014302570 | |
| 14495701 | 3 years ago | | | 0.16 | 0.0044692560 | |
| 14495698 | 3 years ago | | | 0.16 | 0.0044924193 | |
| 14495696 | 3 years ago | | | 0.16 | 0.0050181120 | |
| 14495696 | 3 years ago | | | 0.16 | 0.0050181120 | |
| 14495694 | 3 years ago | | | 0.16 | 0.0045476640 | |
| 14495694 | 3 years ago | | | 0.16 | 0.0047828880 | |
| 14495694 | 3 years ago | | | 0.16 | 0.0048612960 | |
| 14495694 | 3 years ago | | | 0.16 | 0.0050181120 | |
| 14495694 | 3 years ago | | | 0.16 | 0.0050181120 |
ABI
ABI objects
Getter at block 21396499
MAX_MINT() view returns (uint256)
10000
MAX_MINT_PER_TX() view returns (uint256)
1
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmYynkEDVr2EWSAs6BDoZdAAZoQY3R4FAYGwKXomH51qor/
cost() view returns (uint256)
160000000000000000
name() view returns (string)
Mutant Shiba Club
owner() view returns (address)
0xbe8561ea41bab33b90bf9df366d603760afcbf0c
paused() view returns (bool)
false
symbol() view returns (string)
MSC
totalSupply() view returns (uint256)
404
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
communitySaleMint(uint256 quantity) payable
preSaleMint(uint256 quantity) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(uint256 _newCost)
setBaseURI(string uri)
setCost(uint256 _newCost)
teamMint(uint256 quantity)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()