canCATS

Verified contract

Proxy

Active on Ethereum with 545 txns
Deployed by via 0xd135221e at 16232371
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "canCATS"

0xabe5b4f5af2e5517a3841536b46c9881b8f007c71ba927c75b31c646aa305661
From
0xaa777bf8bc50ff42c1884621f927d0bbe0367f9d81406535cb133de518431742
0x410b0c1837e98f10e8ccf85d71cf2988dfb4cca5119a6a912aeace9ceeba0ecf
0x51f1bf8c47dfbf7087205e809601ce59b2a1151a44891407badabcc6dba592ac
0x6b5cace365b95b205217a51272c77bf6bd8c58b95c8bfdfc9444f35f1fcbd29a
0x9eeb388bf9d0e25ce0bbe38ea3b35991f3410de931316964cdc9554610e2884b
0xdfc0b5327087a1dff89ee5a5a5cec2f70ad82dd51e219a0afd663a5828d109f3
0x9cd81c72574a1db022ef6dd823a5af881145ee55d54620dc4f3765fdd4a27bfc
0xf8a2cdbc9c8f17e822c02805ec9c5c603d5605ce9b3569fb1d3d8b72b5bacbd4
0x859ead96bfae4d522e4928fc62342df2647db28f7bd77bada3b0cf01abd2b809

Functions
Getter at block 21317893
maxSupply(view returns (uint256)
1000
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
locked(uint256 tokenIdview returns (bool)
locked(uint256[] ticketTokenIdsview returns (bool[] states)
ownerOf(uint256 tokenIdview returns (address)
State-modifying
multicall(bytes[] datareturns (bytes[] results)
approve(address touint256 tokenId
burn(uint256 id
burnBatch(uint256[] ids
burnBatchByFacet(uint256[] ids
burnByFacet(uint256 id
lockByFacet(uint256 id
lockByFacet(uint256[] ids
mintByFacet(address touint256 amount
mintByFacet(address[] tosuint256[] amounts
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
unlockByFacet(uint256 id
unlockByFacet(uint256[] ids
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Locked(uint256 tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unlocked(uint256 tokenId
Constructor
constructor(address ownerstruct DiamondCoreFacets _coreFacetsstruct IDiamondCutFacetCut[] _facetsstruct DiamondInitialization[] _initializations
Fallback and receive
fallback(
receive(
Errors
ErrDiamondFacetAlreadyExists(address facetbytes4 selector
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ErrMaxSupplyExceeded(
ErrSenderIsNotSelf(
ErrTokenLocked(uint256 tokenId
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(