Mandacat

Unverified contract

Proxy

Active on Base with 235 txns
Deployed by via 0x21d6c0e9 at 10949327
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
16 additional variables

No balances found for "Mandacat"

0xfba1e74b6d7bbeec928e8eb8bf3794c3e3172d4121f2fea1d135a76bdb4738b8
0xc82db749ac3758a9df818434c4244ec64114e78cfa49e09ace1ff7591f6c6d1c
0x0ea778a715bdeb1316d4a5048d8efb64654bf7f42c4faca6d8bb98db443665e2
0xae114e5f5cfe59ca6c7a0332fc92ba7c88d03f7cdb922d1a039f4ce8ee170413
0x1f39c389f59165da058efc1077567543db275a92807f4818bfb843c986c4b72a
0x651acb4c2fbab65f0d34bb581070849dcb02341ad9844e25e30cefd3a84b47a6
0x7dbb7107ec6da7566f8e1f5053f01ed2c7233f1f3f6adf0b48ec844d185ded75
0xc949ed1dcf991a800066bd01738e415542ddcb21154a917be045ab6edf285920
0xeaf1839fc2791e4fba7b3ac7d8504b33bc227790e9bf57828f9c9ecaec7ef563
0x199fee06844db9b0e18fa26445df1b4996d7bc9253f0eec22d0b7c0847f48385

Functions
Getter at block 23602512
isMetadataFixed(view returns (bool)
true
maxPerAddress(view returns (uint16)
0
mintPrice(view returns (uint256)
0
n2mVersion(pure returns (uint256)
1000
name(view returns (string)
Mandacat
owner(view returns (address collectionOwner)
0xa3977907b3ae9a06e8b53fef4d3673bf256d3869
symbol(view returns (string)
MC
totalSupply(view returns (uint256)
243
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256 balance)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getSupplies(uint256 startIduint256 endIdview returns (uint256[] suppliesuint256 blockNumberuint256 blockTimestamp)
isApprovedForAll(address owneraddress operatorview returns (bool)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
airdropRandom(address[] tobool soulboundpayable 
airdropSequential(address[] tobool soulboundpayable 
airdropSpecify(address[] touint256[] tokenIdsbool soulboundpayable 
initialize(string tokenNamestring tokenSymboluint256 iMintPricebytes32 baseURICIDHashbytes32 placeholderImageCIDHashstruct IN2M_ERCStorageRevenueAddress[] revenueAddressesaddress iErc20PaymentAddressuint32 iTotalSupplyuint16 iRoyaltyFeebool soulboundCollectionuint8 iMintingTypepayable 
mint(payable 
mint(uint256 amountpayable 
mint(uint256 amountaddress affiliatepayable 
mintCustomURITo(address tobytes32 customURICIDHashbool soulboundpayable 
mintPresale(address touint256[] tokenIdsbool freeMintinguint256 customFeeuint256 maxAmountuint256 amountbool soulboundbytes signaturepayable 
mintRandomTo(address touint256 amountpayable 
mintRandomTo(address touint256 amountaddress affiliatepayable 
mintSpecifyTo(address touint256[] tokenIdspayable 
mintSpecifyTo(address touint256[] tokenIdsaddress affiliatepayable 
mintTo(address touint256 amountpayable 
mintTo(address touint256 amountaddress affiliatepayable 
redeemRandom(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
Events
AffiliateSell(address indexed affiliate
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AddressFiltered(address filtered
CantLowerCurrentPercentages(
CantRevealYetWaitABitToBeAbleToRedeem(
CantSetBaseURIAndPlaceholderAtTheSameTime(
CollectionSoldOut(
ContractMetadataURIAlreadyFixed(
InputSizeMismatch(
InvalidAmount(
InvalidDropDate(
InvalidInputSizesDontMatch(
InvalidMintFee(
InvalidMintFeeForFreeMinting(
InvalidMintingType(
InvalidPercentageOrDiscountValues(
InvalidPhaseWithoutDate(
InvalidRevenuePercentage(
InvalidTokenId(
MaxPerAddressExceeded(
MetadataAlreadyFixed(
NewBaseURICantBeEmpty(
NewPlaceholderCantBeEmpty(
NoBaseURINorPlaceholderSet(
NonTransferrableSoulboundNFT(
NotEnoughAmountToMint(
NothingToRedeem(
OnlyAffiliateOrN2M(
OnlyOwnerOrN2M(
PresaleInvalidMintingType(
PresaleNotOpen(
PublicSaleNotOpen(
ReentrancyGuard(
RoyaltyFeeTooHigh(
SaleFinished(
SignatureExpired(
SignatureMismatch(
TokenAlreadyMinted(
TotalSupplyMustBeGreaterThanZero(
WaitUntilDropDate(