MissToshi

Verified contract

Active on Base with 4,029 txns
Deployed by via 0xb27edaca at 18501771
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MissToshi"

0x0a49bdd88a47f81325d7f41632f336d1240e947726a45691d267d0254022239d
0xbb218ab03b0993a321725b15dabdf49a206c394dcc0a216f054f22a745ebe51b
0xf72da63116ee58ee177f7bfe4e4dd3ae14f1a69db9bdca0680fa443ca2fbf393
0x43427e560ddecb3eeb629d58c0b5f4c59ed241289d645cd0d17a40e44a3da479
0x6f26a44d08482f6bee27cbfc9d7a60400349ac2361bfea20c0fc1e1005041d09
0x3252e048699ac9aafb68cd9f0f01b65eaeae41dbc4add12337f7e0e70a1d97a2
0x1d15805e2b8eac2e23e36ffc83f9e6b9aba633bfb5c7eb2e627a2ffb60ec8a71
0xf86caa14cbdf6cb06b4495138fd5a251fa6c5e0de08b5e37b4a5c3dd6b444fc1
0xce369483ebf9668a3eebeadd9b82734af7ddf67422ba3f08703adbe39cbcbaff
0x1f008f6c32a5db8d5197e0169c2a3c57c36fa60157c795d3fde10b6f20054c5b

Functions
Getter at block 22902216
 
activeMintPhaseIndex(view returns (uint256)
maxSupply(view returns (uint256)
5000
name(view returns (string)
Miss Toshi
nextTokenId(view returns (uint256)
5000
owner(view returns (address)
0x9e9f2a3f0a289aba0f796414447f2f75289728a7
symbol(view returns (string)
$MTOSHI
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCondition(uint256 _indexview returns (uint256uint256uint256uint256bytes32)
getPhase(uint256 _indexview returns (struct MissToshiMintPhase)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintPhases(uint256view returns (uint256 startTimeuint256 endTime)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userMintedAmount(uint256uint256addressview returns (uint256)
State-modifying
addMintPhase(uint256 _startTimeuint256 _endTimestruct MissToshiSettingMintCondition[] _conditions
approve(address touint256 tokenId
mint(address _recipientuint256 _amountuint256 _condititonIndexbytes32[] _proofspayable 
removeMintPhase(uint256 _index
renounceOwnership(
reveal(string _revealURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMintPhase(uint256 _indexuint256 _startTimeuint256 _endTimestruct MissToshiSettingMintCondition[] _updateConditions
withdraw(address _admin
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
Alreadyrevealed(
BalanceNotEnough(uint256 _requireduint256 provided
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
IndexOutOfBounds(uint256 _maxIndexuint256 _index
InvalidAmount(uint256 _limituint256 _amount
InvalidProof(
MintPhaseNotReady(
NoActivePhase(
OverGlobalMaxSupply(uint256 maxSupplyuint256 nextTokenIduint256 _amount
OverMaxSupply(uint256 _maxSupplyuint256 _amount
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
RefundFailed(
WithdrawFailed(
WrongAddress(