MisterToshi

Verified contract

Active on Ethereum with 5,455 txns
Deployed by via 0x1354de64 at 15849436
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x4e8fa1acacb035b35ad8cee87d13a919878462cb5fbcc43c2c6dbcf81b1e3455
0xd032d5d4e1e72bd1c4c95808bc12f2026ce121c88f3b45d92d8500eef174241b
0x398408e71e112724fa208eb870f70ece6f56b716ab2d23eab95933e3f3ae0dfe
0xbe3d295a7cb73decfe0660e154dd7bd8f471d07ec40c323dbc6d8d932168d361
0x21abea8d7c11466e3a2ec91496ea78eec75f4524a1d282cecd592f3a55060792
0xbaae7482a267a9ac1caba065bfe225e9c21e0ec1710879ae7dd34738156e39ee
0x07e4cc89efd0c512469a2e16da7e726f722a7f0469a239dc79d15672aaefb3ff
0x91f31278acae415674a7b12f1984226f0f9a5aa2863ed1631b333547d0c422f3
0x10f01e78b5ffc6ab09e8a8b575b0e2486d7a355ba7c37bcdfffb77e861f1b649
0xf7a4ffe5e21d03aca062203fe0d1e6ae15fc24f82ba1ceb7ba72856435254c46

Functions
Getter at block 21406618
MAX_MINT_PER_TRANSAC(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
3888
MINT_PRICE(view returns (uint256)
0
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://bafybeibogk44z6iy5ljlb2na22kuh3s5nthuv65odg4iezflfd4adoph3e/
name(view returns (string)
MisterToshi
owner(view returns (address)
0x8189e885ba08fa1ffce527e7a54df2bac734393b
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
MisterToshi
totalSupply(view returns (uint256)
3888
Read-only
addressClaimedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getAddressClaimedBalance(address _userAddrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _userAddrview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
gift(address _recipientuint256 _amount
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMaxMintPerTransac(uint256 limit
setMintPrice(uint256 _newMintPrice
setNotRevealedURI(string _notRevealedURI
setPaused(bool _bool
setRevealed(bool _bool
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(