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 "Yakuza"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20832793 | 2 months ago | | | 0 | 0.00057802461 | |
| 20600886 | 3 months ago | | | 0 | 0.000035397151 | |
| 20473036 | 4 months ago | | | 0 | 0.000050023740 | |
| 20369994 | 4 months ago | | | 0 | 0.00036008182 | |
| 20004348 | 6 months ago | | | 0 | 0.00030374475 | |
| 19769604 | 7 months ago | | | 0 | 0.00064915955 | |
| 19743885 | 7 months ago | | | 0 | 0.00032687350 | |
| 19734460 | 7 months ago | | | 0 | 0.00039527438 | |
| 19550806 | 8 months ago | | | 0 | 0.00076970861 | |
| 19245826 | 9 months ago | | | 0 | 0.00082743482 |
ABI
ABI objects
Getter at block 21291986
admin_mint() view returns (uint256)
40
name() view returns (string)
Yakuza
owner() view returns (address)
0x9440e1f9d7aa8dcd4d5c16be5c306e9a6bbb47a5
publicSaleIsActive() view returns (bool)
true
reserved() view returns (uint256)
50
revealed() view returns (bool)
true
symbol() view returns (string)
YAKUZA
totalSupply() view returns (uint256)
5545
user_mint() view returns (uint256)
5505
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _setbaseURI(string _baseUri)
approve(address to, uint256 tokenId)
batchMintByOwner(address[] mintAddressList, uint256[] quantityList)
mintByUser()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPublicSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.