StrayCats

Verified contract

Active on Ethereum with 759 txns
Deployed by via 0x3c61de8c at 15367145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StrayCats"

0x4759cb5c512cd8edbd2e04d072fcdb5ee790d8513be4bc6b83ac0b81aebf0a46
0xa5f538e416953b8654422dc56dde54e2834ba9ae14096a4fc4618b15a84891b8
0x596ac9650337fa64e6430e66508291e68f8548ee13c27d30c1ccae40de44a79f
0xa986b9295913ac34e2cbf54f2dc2a8fe0fd0d6ab1f5f04074dcb6a53bf91cc3e
0x928b0af5446e607435504acac505a5b27c7acc995d2b16f33037eda6572511d1
0x1dcb7bbefa5e1018ac327646adde62ca7bd8452f42c193cd03eae47b085ca26c
0x80a7191d43d7f4ca71dd3f89ff2aaf2ee88e47707b9d3392e1b5e7c711ea18b4
0x49efadcf01e5bec4b10c9db99122a8fe7016ee825b8ef1326b1ba1696693af21
0xb8e296926631593c811910e40a56ca1a659f1267fd3f2db6d8b168c779a28300
0x1e4aa87d0f1f100f9822ad552ff55107a0290cd54182d9b051eff5ecb0e94308

Functions
Getter at block 21188939
MAX_MINTS_PER_TX(view returns (uint256)
1
PUBLIC_SALE_PRICE(view returns (uint256)
5000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeicudp4pmmd5y2rtuxejfvqrgwscpww3hle66qbfv3j63svmnmgak4
isPublicSaleActive(view returns (bool)
false
maxSupply(view returns (uint256)
333
name(view returns (string)
StrayCats
owner(view returns (address)
0x81af7e7e6318f2fcb41d110c131bc33e127e91ff
symbol(view returns (string)
SCATS
totalSupply(view returns (uint256)
333
Read-only
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 touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 numberOfTokensaddress user
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(