Mafia Cats

Verified contract

Proxy

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

No balances found for "Mafia Cats"

0xa1a3d2c2148849cf474104b356b76b2c2538be19cb61d1182f78ca4742874db1
0x5577758d32d192a8b1a0a866705eb5526e32275d5e4270ebebaa722ad56156d3
0xc27dd70da26c43104f86c18de869ea032582b74a10a5bb441c0e79cf3e0c74ef
0x2aa050cba16419f4e62d19e14d8e171d5f0ac5ef53244760da01d7fba94843a3
0x5647ee110fb7f86a278c2f7884428957604debedf59e4f377faca725e685b467
0x092d83524b4e440b1186fc5a75edc33796289311307c5ec163049fc7265b2376
0xc5e170279d4f5d9bd8e9e99bc4df194530aaa6740ecfa1ba3c0f986713a5651b
0x8d3c8b96e3367e16f6038f2f9507260c6b51a1feb30d238b33f030182e44000d
0xb42fe175d8910129a930b3d6dd854a6b3f497bfc9a54554824a2525e41653ee3
0x3d99ce478968fa2cd4e68f1e66ff1e283193c718d7215fe2eec52a7d3ac8a5b0

Functions
Getter at block 20938529
baseURI(view returns (string)
ipfs://bafybeie64ua6gsh5neclvomkleapswormjd432d67tc4w4qh3whkexafke/
costPublic(view returns (uint256)
700000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
7
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
7777
maxMintPublic(view returns (uint256)
30
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
7777
name(view returns (string)
Mafia Cats
owner(view returns (address)
0x425953f40008d963d8161e7f9b7581ccfb82c263
symbol(view returns (string)
cats
totalSupply(view returns (uint256)
267
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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