canCATS
Verified contract
Proxy
Active on
Ethereum with 545 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "canCATS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111990 | a month ago | | | 0 | 0.00025120212 | |
| 20655944 | 3 months ago | | | 0 | 0.000039691077 | |
| 20651163 | 3 months ago | | | 0 | 0.000054406657 | |
| 19510461 | 8 months ago | | | 0 | 0.0014980341 | |
| 18296653 | a year ago | | | 0 | 0.00028062538 | |
| 18033913 | a year ago | | | 0 | 0.00060571485 | |
| 17398188 | a year ago | | | 0 | 0.0013001985 | |
| 17264324 | 2 years ago | | | 0 | 0.0027248004 | |
| 17050195 | 2 years ago | | | 0 | 0.0015137932 | |
| 17045687 | 2 years ago | | | 0 | 0.0018070621 |
ABI
ABI objects
Getter at block 21317893
maxSupply() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
locked(uint256[] ticketTokenIds) view returns (bool[] states)
ownerOf(uint256 tokenId) view returns (address)
State-modifying
Events multicall(bytes[] data) returns (bytes[] results)
approve(address to, uint256 tokenId)
burn(uint256 id)
burnBatch(uint256[] ids)
burnBatchByFacet(uint256[] ids)
burnByFacet(uint256 id)
lockByFacet(uint256 id)
lockByFacet(uint256[] ids)
mintByFacet(address to, uint256 amount)
mintByFacet(address[] tos, uint256[] amounts)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unlockByFacet(uint256 id)
unlockByFacet(uint256[] ids)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Locked(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
constructor(address owner, struct DiamondCoreFacets _coreFacets, struct IDiamondCutFacetCut[] _facets, struct DiamondInitialization[] _initializations)
fallback()
receive()
ErrDiamondFacetAlreadyExists(address facet, bytes4 selector)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrMaxSupplyExceeded()
ErrSenderIsNotSelf()
ErrTokenLocked(uint256 tokenId)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()