NFTMint

Verified contract

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

No balances found for "NFTMint"

0xc50660ecdbc1b792a81c2c0484402bd777b2f1fdfbcf9907db5fd5785b23be2a
0x9e113baf65991782ad34f49ab874e4cc5f5a33b3a35d6143882df04b635625f0
0xfdb191cce988905ba1c68578e9a4403ab10a5e851dd6ee0da65567614776bbfb
0xeec73ee8a6255e63621f7a63f83140f4208dbd6ebdd7f23e91d07ccdc4ee2903
0x91f3a87f837a08e7159277730ecef642687cf28378f3e5cfa4caa0b4c38613ac
0xceb4387c7dcf68f69ecd2b8783a7e065e4b47c55566699b65c99487fcfef45eb
0xe6b221204dbc063d569de189abe951d51139a46cb8e49ab71568eaa03d2175f5
0x4f51f173dca605c160bb76944c79d2177df047107a2c212a3aa979a8461acfc5
0xe6a41a462af2f304d696cdbdc765ff83543c6c543b4e65acd790a29ceaa10662
0xa382475c1ea634cedbec0e975c2c3bb6b549ba60d09ef368ebc40cf955ce0b49

Functions
Getter at block 21779406
FEE_RECIPIENT(view returns (address)
0xf498fd75ee8d35294952343f1a77cae5ea5af6aa
MINT_NFT_LOGIC(view returns (address)
0x7b07344cfbcfd7ed84657f80d64970bdbf565532
MIN_FEE_PER_MINT(view returns (uint96)
20000000000000
VERSION(pure returns (string)
1.0.0
nextOrderIdToFill(view returns (uint96)
26821
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