MisterToshi
Verified contract
Active on
Ethereum with 5,455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SILK | ERC-20 | 1.265K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20757283 | 3 months ago | | | 0 | 0.00010038541 | |
| 20230637 | 5 months ago | | | 0 | 0.000095659504 | |
| 19701491 | 8 months ago | | | 0 | 0.00030691043 | |
| 19032695 | a year ago | | | 0 | 0.0013626639 | |
| 18982068 | a year ago | | | 0 | 0.0010128167 | |
| 18184265 | a year ago | | | 0 | 0.00044101137 | |
| 18132432 | a year ago | | | 0 | 0.00046038054 | |
| 16913085 | 2 years ago | | | 0 | 0.0010886241 | |
| 16904476 | 2 years ago | | | 0 | 0.00097696045 | |
| 16737154 | 2 years ago | | | 0 | 0.0010151167 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAddressClaimedBalance(address _userAddr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _userAddr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
gift(address _recipient, uint256 _amount)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxMintPerTransac(uint256 limit)
setMintPrice(uint256 _newMintPrice)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _bool)
setRevealed(bool _bool)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()