SushiCats
Verified contract
Active on
Ethereum with 11,227 txns
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 "SushiCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20867973 | a month ago | | | 0 | 0.00017899747 | |
| 20863641 | a month ago | | | 0 | 0.0029599218 | |
| 20863639 | a month ago | | | 0 | 0.0024226730 | |
| 20863637 | a month ago | | | 0 | 0.0030061493 | |
| 20749739 | 2 months ago | | | 0 | 0.000062773117 | |
| 20715793 | 2 months ago | | | 0 | 0.00020885770 | |
| 20685596 | 2 months ago | | | 0 | 0.00019200265 | |
| 20655447 | 2 months ago | | | 0 | 0.000029247671 | |
| 20655445 | 2 months ago | | | 0 | 0.000031439789 | |
| 20655445 | 2 months ago | | | 0 | 0.000054817281 |
ABI
ABI objects
Getter at block 21157390
MAX_NFT_PURCHASE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5555
PROVENANCE() view returns (string)
name() view returns (string)
SushiCats
owner() view returns (address)
0xee3bd530058a6681aaf26567ec355700a237f847
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
14614483
symbol() view returns (string)
SC
totalSupply() view returns (uint256)
5555
whitelistSaleIsActive() view returns (bool)
true
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)
pubClaimed(address) view returns (uint256)
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)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
calcStartingIndex()
emergencySetStartingIndexBlock()
flipSaleState()
flipWhitelistSaleState()
mint(uint256 numberOfTokens)
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleRoot(bytes32 rootHash)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 numberOfTokens, bytes32[] proof)
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.