This contract is being backfilled. You may encounter incomplete storage history.

Catpocalypse

Verified contract

Active on Ethereum with 1,378 txns
Deployed by via 0x4ff6331a at 15350631
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Catpocalypse"

0xbf5bb7096b3478fa95e9070181250a3529a69e499f1bfeff0e2d40caadd48553
0xef8c887d5ea018271f0555c925a0a1ff6f20adc58c58219d4ad6c1db4d5d3742
0xc99f791da86aaea30a28125a1bd2cf8ebd8a4d2800ead4e761ec82dc131dc53b
0xe1021bc9fea416cf5b2fb8211302543d85183e3e9bf67d0bf9e743b47e8cf796
0xfe56d07c48498280b9c12b8188dd263db0b8aba586eccfaf0c4ca3609a07662a
0x8c496c5782d0b5e19fa3605a948b0de5e7e59d13ca13b63ec7f1356d42424dbd
0x9d97e46d4dd3f39fd86ed3efc28cd9dd4d504037990e6d7b3df6eb1b6cb43884
0x91b1361983a9176e367d39abeffbea670210c36d8ee72b450fe152c3d6ffc827
0xd91bcf8e8bb1bf8a01729a324876d5117e3d5380863ba112496f0c84600acd74
0xae4be0ff805e8c1c30facfa1ed39c1f313586d9b5a13d2268d871c761130c5dc

Functions
Getter at block 20794200
MAX_PER_WALLET(view returns (uint256)
2
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
2555
name(view returns (string)
Catpocalypse
owner(view returns (address)
0xe335997ab139eb96927e4cbbb681448173a9962d
symbol(view returns (string)
CP
totalSupply(view returns (uint256)
2055
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(