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 "Yamato"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105511 | a month ago | | | 0 | 0.000086087122 | |
| 20526036 | 3 months ago | | | 0 | 0.000083759164 | |
| 20403632 | 4 months ago | | | 0 | 0.000048736033 | |
| 20323592 | 4 months ago | | | 0 | 0.00016367842 | |
| 18906117 | a year ago | | | 0 | 0.00095485868 | |
| 18904242 | a year ago | | | 0 | 0.00071847188 | |
| 18898904 | a year ago | | | 0 | 0.00070677730 | |
| 18746926 | a year ago | | | 0 | 0.0013722139 | |
| 18166985 | a year ago | | | 0 | 0.00018938524 | |
| 16986276 | 2 years ago | | | 0 | 0.0014355218 |
ABI
ABI objects
Getter at block 21291061
baseURI() view returns (string)
ipfs://QmWoWBYFZ8iSbUZYsBzNj5rTVTD9itZccbydtoc5DmETtF/
maxSupply() view returns (uint256)
11111
metadataExtentions() view returns (string)
.json
mintCost() view returns (uint256)
25000000000000000
name() view returns (string)
Yamato
owner() view returns (address)
0x9decb767bb858e0f53f0b71a913ac910db6f08ee
phase() view returns (uint8)
0
saleSupply() view returns (uint256)
11111
symbol() view returns (string)
YMT
totalSupply() view returns (uint256)
11111
whitelistMaxSupply() view returns (uint256)
3111
witelistMintCost() view returns (uint256)
8000000000000000
withdrawAddress() view returns (address)
0xd4711934f5ee90b2519be63f0d6b662831e88eaf
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (uint256)
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(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)
setBaseURI(string _newBaseURI)
setMetadataExtentions(string _newMetadataExtentions)
setMintCost(uint256 _newCost)
setPhase(uint8 _newPhase)
setSaleSupply(uint256 _newSaleSupply)
setWhitelist(address[] addresses, uint256[] saleSupplies)
setWhitelistMaxSupply(uint256 _newWhitelistMaxSupply)
setWitelistMintCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity) payable
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()
BeforeMint()
MintReachedMaxSupply()
MintReachedSaleSupply()
MintReachedWhitelistMaxSupply()
MintReachedWhitelistSaleSupply()
MintToZeroAddress()
MintValueIsMissing()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()