Yakuza Cats Society
Verified contract
Active on
Ethereum with 15,029 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YCS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234179 | 3 days ago | | | 0 | 0.00043958424 | |
| 21212556 | 6 days ago | | | 0 | 0.00085134964 | |
| 21169138 | 12 days ago | | | 0 | 0.0010514135 | |
| 21158510 | 14 days ago | | | 0 | 0.00075504349 | |
| 21158506 | 14 days ago | | | 0 | 0.0013273239 | |
| 21101564 | 22 days ago | | | 0 | 0.00027961395 | |
| 21098915 | 22 days ago | | | 0 | 0.00011178460 | |
| 20981660 | a month ago | | | 0 | 0.00028730992 | |
| 20697357 | 3 months ago | | | 0 | 0.000078926484 | |
| 20685573 | 3 months ago | | | 0 | 0.00019660843 |
ABI
ABI objects
Getter at block 21258189 allowList() view returns (address[])
KAMI() view returns (address)
0x001094b68dbad2dce5e72d3f13a4ace2184ae4b7
MAX_YAKUZA() view returns (uint256)
8930
PUBLIC_SALE_ENDING_PRICE() view returns (uint256)
89300000000000000
getSalePrice() view returns (uint256)
89300000000000000
isStartPreSale() view returns (bool)
false
isStartSale() view returns (bool)
false
maxSizeAtOneTime() view returns (uint256)
5
name() view returns (string)
Yakuza Cats Society
owner() view returns (address)
0x001094b68dbad2dce5e72d3f13a4ace2184ae4b7
preSalePrice() pure returns (uint256)
89300000000000000
symbol() view returns (string)
YCS
totalSupply() view returns (uint256)
8929
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPreSaleCount(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) 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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addAllowList(address[] lists, uint256 limit)
approve(address to, uint256 tokenId)
forAirdrop()
migrateForOwners(uint256 startIndex, uint256 endIndex)
preSale(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sale(uint256 count) payable
setApprovalForAll(address operator, bool approved)
setMaxSizeAtOneTime(uint256 newMaxSize)
setStartPreSale(bool startPreSale_)
setStartSale(bool startSale_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetadata(string metadata)
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.