YakuzaCat
Verified contract
Active on
Ethereum with 3,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($23.10)
Native
Value
$23.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,850.47 |
$23.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104511 | a month ago | | | 0 | 0.000093392029 | |
| 21103027 | a month ago | | | 0 | 0.000096742435 | |
| 20315913 | 5 months ago | | | 0 | 0.00025073960 | |
| 19823352 | 7 months ago | | | 0 | 0.00017912872 | |
| 19786924 | 7 months ago | | | 0 | 0.00013641380 | |
| 18655435 | a year ago | | | 0 | 0.00090204664 | |
| 18093745 | a year ago | | | 0 | 0.0011700607 | |
| 18083511 | a year ago | | | 0 | 0.00068933454 | |
| 17968868 | a year ago | | | 0 | 0.00081983154 | |
| 17964587 | a year ago | | | 0 | 0.0014936445 |
ABI
ABI objects
Getter at block 21332260
PB_MINTED() view returns (uint256)
3945
WL_MINTED() view returns (uint256)
445
maxFree() view returns (uint256)
0
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
4747
maxTx() view returns (uint256)
10
maxWLSupply() view returns (uint256)
4747
maxWLTx() view returns (uint256)
3
merkleRootWl() view returns (bytes32)
0x5511dd7f4934cac727243124ca97f517b3f6126b15f89421058e26b621a03498
name() view returns (string)
YakuzaCat
owner() view returns (address)
0x0372ea9a9e78a06c1af5955a94a3a0afc65ca530
revealed() view returns (bool)
true
salePrice() view returns (uint256)
2000000000000000
saleState() view returns (uint8)
2
symbol() view returns (string)
YKZC
totalSupply() view returns (uint256)
4541
wlPrice() view returns (uint256)
4700000000000000
Read-only
PL_MINT_COUNT(address) view returns (uint256)
WL_MINT_COUNT(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
renounceOwnership()
reserveTokens(address _to, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFree(uint256 _maxFree)
setMaxPerTx(uint256 _maxPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setMaxWhitelistSupply(uint256 _maxWLSupply)
setMaxWlTx(uint256 _maxWLTx)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setState(uint8 _state)
setUriPrefix(string _uriPrefix)
setWhitelist(bytes32 _merkleRoot)
setWlPrice(uint256 _newPrice)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _merkleProof) 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.
This contract contains no error objects.