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 "MissToshi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22432788 | 11 days ago | | | 0 | 7.2181179e-7 | |
| 21401217 | a month ago | | | 0 | 6.8310065e-7 | |
| 21396404 | a month ago | | | 0 | 5.2753760e-7 | |
| 21396352 | a month ago | | | 0 | 5.2292098e-7 | |
| 21396338 | a month ago | | | 0 | 5.1940708e-7 | |
| 21396320 | a month ago | | | 0 | 5.2292098e-7 | |
| 21396303 | a month ago | | | 0 | 5.2292098e-7 | |
| 21396289 | a month ago | | | 0 | 5.2292098e-7 | |
| 21098719 | a month ago | | | 0 | 5.1852455e-7 | |
| 21023860 | a month ago | | | 0 | 2.5170080e-7 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCondition(uint256 _index) view returns (uint256, uint256, uint256, uint256, bytes32)
getPhase(uint256 _index) view returns (struct MissToshiMintPhase)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPhases(uint256) view returns (uint256 startTime, uint256 endTime)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMintedAmount(uint256, uint256, address) view returns (uint256)
State-modifying
Events addMintPhase(uint256 _startTime, uint256 _endTime, struct MissToshiSettingMintCondition[] _conditions)
approve(address to, uint256 tokenId)
mint(address _recipient, uint256 _amount, uint256 _condititonIndex, bytes32[] _proofs) payable
removeMintPhase(uint256 _index)
renounceOwnership()
reveal(string _revealURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMintPhase(uint256 _index, uint256 _startTime, uint256 _endTime, struct MissToshiSettingMintCondition[] _updateConditions)
withdraw(address _admin)
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.
Alreadyrevealed()
BalanceNotEnough(uint256 _required, uint256 provided)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
IndexOutOfBounds(uint256 _maxIndex, uint256 _index)
InvalidAmount(uint256 _limit, uint256 _amount)
InvalidProof()
MintPhaseNotReady()
NoActivePhase()
OverGlobalMaxSupply(uint256 maxSupply, uint256 nextTokenId, uint256 _amount)
OverMaxSupply(uint256 _maxSupply, uint256 _amount)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RefundFailed()
WithdrawFailed()
WrongAddress()