N2MERC1155
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 "N2MERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "N2MERC1155"
ABI
ABI objects
Getter at block 21873257
isMetadataFixed() view returns (bool)
false
maxPerAddress() view returns (uint16)
0
mintPrice() view returns (uint256)
0
n2mVersion() pure returns (uint256)
1000
name() view returns (string)
owner() view returns (address collectionOwner)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
constructor(address libraryAddress, address factoryAddress)
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()