NFTMint

Verified contract

Active on Base with 56,650 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFTMint"

0xd0c2707fecb5ce02791d4b413c6c8c462d6dc1856418f980f1a5991edaf66c47
0xab8015cd81a12d66180311d6c91bc1817089f46e58035441dde1926694f0aad0
0x4c921806f1fca1e71b85a5a8ffd2839aef7a95474c1defc19bb615ea9fedb568
0x833437a978b4bb0426be8c9432a4326f971ce8b0a98b41a45da83f8564dbf33c
0x33d95f150e8140df9b66c01cd3aa7a099f6f1ca966843ecc73ce7de294603292
0x21db622e4ede990e054f7005d2c19979c06f2ea2118dedc0f729fec76def48cd
0x0fe88069a9096a835bde9b2f6220424a1e8ce7d2f777c919410cf85c2fb0458a
0x3ffa9a3ea2cc451a8b964bf103965b3a767c9af294494279ad2b01de59438d21
0x0b74d5e2568e21ab76accb475d926531b050626fd2cf394863b75b06289c816c
0xe062b1ce1925eb8d052439ca4d94176b6c3ae7598e4edaa671813bc5c68c5650

Functions
Getter at block 22739066
FEE_RECIPIENT(view returns (address)
0xf498fd75ee8d35294952343f1a77cae5ea5af6aa
MINT_NFT_LOGIC(view returns (address)
0x6b5d13bb807bf37ab6199d5eb213261f2f36afd9
MIN_FEE_PER_MINT(view returns (uint96)
20000000000000
VERSION(pure returns (string)
1.2.0
nextOrderIdToFill(view returns (uint96)
32350
owner(view returns (address)
0x85065829b9914ea8f456911e0f6d2f9d9a1705ed
Read-only
mints(addressview returns (uint96 pricePerMintuint96 feePerMintuint32 remainingMintsuint32 perWalletLimituint40 mintExpirationbytes32 allowlistMerkleRoot)
orders(uint256view returns (address mintaddress touint40 orderTimestampuint32 amount)
State-modifying
createMint(struct NFTMintMintArgs argsreturns (address)
fillOrders(uint96 numOrdersToFill
order(address mintuint32 amountstring commentbytes32[] merkleProofpayable 
renounceOwnership(
transferOwnership(address newOwner
Events
MintCreated(address indexed mintstruct NFTMintMintArgs args
OrderFilled(address indexed mintuint256 indexed orderIdaddress indexed touint256 amountuint256[] amounts
OrderPlaced(address indexed mintuint256 indexed orderIdaddress indexed touint256 amountstring comment
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address owner_address feeRecipient_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1167FailedCreateClone(
NFTMint_BuyerNotAcceptingERC1155(
NFTMint_ExceedsWalletLimit(
NFTMint_FailedToTransferFunds(
NFTMint_InsufficientFee(
NFTMint_InsufficientGas(
NFTMint_InsufficientValue(
NFTMint_InvalidAmount(
NFTMint_InvalidExpiration(
NFTMint_InvalidMaxMints(
NFTMint_InvalidMerkleProof(
NFTMint_InvalidOwner(
NFTMint_InvalidPerWalletLimit(
NFTMint_MintExpired(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account