Mandacat
Unverified contract
Proxy
Active on
Base with 235 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "Mandacat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23097865 | 12 days ago | | | 0 | 0.0000026566182 | |
| 23080783 | 12 days ago | | | 0 | 0.0000026255622 | |
| 23072133 | 12 days ago | | | 0 | 0.0000026255622 | |
| 23071916 | 12 days ago | | | 0 | 0.0000025791276 | |
| 22439537 | a month ago | | | 0 | 0.0000025916355 | |
| 22372310 | a month ago | | | 0 | 0.0000020063995 | |
| 22370434 | a month ago | | | 0 | 0.0000017821413 | |
| 22368707 | a month ago | | | 0 | 0.0000026527818 | |
| 22360578 | a month ago | | | 0 | 0.0000014726834 | |
| 22358955 | a month ago | | | 0 | 0.0000016959396 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getSupplies(uint256 startId, uint256 endId) view returns (uint256[] supplies, uint256 blockNumber, uint256 blockTimestamp)
isApprovedForAll(address owner, address operator) view returns (bool)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdropRandom(address[] to, bool soulbound) payable
airdropSequential(address[] to, bool soulbound) payable
airdropSpecify(address[] to, uint256[] tokenIds, bool soulbound) payable
initialize(string tokenName, string tokenSymbol, uint256 iMintPrice, bytes32 baseURICIDHash, bytes32 placeholderImageCIDHash, struct IN2M_ERCStorageRevenueAddress[] revenueAddresses, address iErc20PaymentAddress, uint32 iTotalSupply, uint16 iRoyaltyFee, bool soulboundCollection, uint8 iMintingType) payable
mint() payable
mint(uint256 amount) payable
mint(uint256 amount, address affiliate) payable
mintCustomURITo(address to, bytes32 customURICIDHash, bool soulbound) payable
mintPresale(address to, uint256[] tokenIds, bool freeMinting, uint256 customFee, uint256 maxAmount, uint256 amount, bool soulbound, bytes signature) payable
mintRandomTo(address to, uint256 amount) payable
mintRandomTo(address to, uint256 amount, address affiliate) payable
mintSpecifyTo(address to, uint256[] tokenIds) payable
mintSpecifyTo(address to, uint256[] tokenIds, address affiliate) payable
mintTo(address to, uint256 amount) payable
mintTo(address to, uint256 amount, address affiliate) payable
redeemRandom() payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
AffiliateSell(address indexed affiliate)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
fallback()
receive()
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()