SUSHI PIXEL CATS NFT
Verified contract
Active on
Ethereum with 604 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 "SUSHI PIXEL CATS NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15501254 | 2 years ago | | | 0 | 0.00058420015 | |
| 15495638 | 2 years ago | | | 0 | 0.00048502986 | |
| 15483433 | 2 years ago | | | 0 | 0.00015954069 | |
| 15482570 | 2 years ago | | | 0 | 0.00030011798 | |
| 15481688 | 2 years ago | | | 0 | 0.00064843726 | |
| 15477702 | 2 years ago | | | 0 | 0.00027224844 | |
| 15477699 | 2 years ago | | | 0 | 0.00027814139 | |
| 15476576 | 2 years ago | | | 0 | 0.00030034648 | |
| 15476323 | 2 years ago | | | 0 | 0.00030495868 | |
| 15476124 | 2 years ago | | | 0 | 0.00023765471 |
ABI
ABI objects
Getter at block 21223274
MAX_SUPPLY() view returns (string)
555
MINT_PRICE() view returns (string)
0.005 ETH
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmXtLkothKcuEcbZfGk6AjZsVEJMR5vK9CnGnXv6Xta5tu/hidden.json
maxMintAmountPerTx() view returns (uint256)
15
maxSupply() view returns (uint256)
555
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
SUSHI PIXEL CATS NFT
owner() view returns (address)
0xc107df701592b313480c9ec5bbbfca3125b47190
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
FISH
totalSupply() view returns (uint256)
555
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, 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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()