Catsamigos

Verified contract

Active on Ethereum with 2,213 txns
Deployed by via 0x8fc8bc1c at 16949759
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $79.27
0x14153fd12275efc44455e1009b704eb749dcc9f3d4264c9e34582a15b68d96af
0x74ccc26beefca4d564796d180984b28f7b67563f4e7e2c2a7643c6be1c587fdf
0x213f96a59195b172c45071839defcc7176a8a08d4687e3dd1b11e806112967c2
0x9cdf103f208624354c102ff947729676341834b90b63f89dc89ee5e4b0678719
0xa228a222c8a3a27ae1014f03d3f873eadd2a7b9dc3a1c0512009a5974e45795a
0x41cd32e91d8a78544af2302f270b4ead87614350ea0463cd7bbd715c00c74a48
0x4fe12ff2dd06827b98444870e835b18533974e3d303cbc38d3d5d3868caf1e8c
0x1644056e934a96251d68b76ce3c09e4dcc64f9dc7d9793e5d25b82175452ceab
0x09136da424596285cce14d22f914f0df33358e2a3da5b930ddfef2de01127340
0x769357fabcccd10ba1778b0b708004138911540213c76af74ac8a04357183d9b

Functions
Getter at block 21168023
Active(view returns (bool)
true
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmQ6RxsrkjiLWY9sVtT9ruuGwg34dbPr4v2rUCuorBcec7/
name(view returns (string)
Catsamigos
owner(view returns (address)
0x7c50d852c792f28fd14adb21ba250887218c887d
symbol(view returns (string)
CMGOS
totalSupply(view returns (uint256)
19999
Read-only
amountMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
meowMint(uint256 quantitypayable 
mintForteam(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _base
setMaxFree(uint256 _max
setMintRate(uint256 _mintRate
toggleSaleState(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(