Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NFTMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21779045 | 12 minutes ago | | | 0 | 3.9338834e-7 | |
| 21779041 | 12 minutes ago | | | 0.0003 | 6.2381035e-7 | |
| 21778947 | 15 minutes ago | | | 0 | 3.9338834e-7 | |
| 21778943 | 16 minutes ago | | | 0.0004 | 6.2800643e-7 | |
| 21778941 | 16 minutes ago | | | 0 | 3.9338834e-7 | |
| 21778938 | 16 minutes ago | | | 0.0004 | 5.5353152e-7 | |
| 21770510 | 5 hours ago | | | 0 | 3.9338834e-7 | |
| 21770506 | 5 hours ago | | | 0.0003 | 6.3233228e-7 | |
| 21758455 | 12 hours ago | | | 0 | 3.9620368e-7 | |
| 21758452 | 12 hours ago | | | 0.005 | 6.3233228e-7 |
ABI
ABI objects
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(address) view returns (uint96 pricePerMint, uint96 feePerMint, uint32 remainingMints, uint32 perWalletLimit, uint40 mintExpiration, bytes32 allowlistMerkleRoot)
orders(uint256) view returns (address mint, address to, uint40 orderTimestamp, uint32 amount)
State-modifying
Events createMint(struct NFTMintMintArgs args) returns (address)
fillOrders(uint96 numOrdersToFill)
order(address mint, uint32 amount, string comment, bytes32[] merkleProof) payable
renounceOwnership()
transferOwnership(address newOwner)
MintCreated(address indexed mint, struct NFTMintMintArgs args)
OrderFilled(address indexed mint, uint256 indexed orderId, address indexed to, uint256 amount, uint256[] amounts)
OrderPlaced(address indexed mint, uint256 indexed orderId, address indexed to, uint256 amount, string comment)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner_, address feeRecipient_)
This contract contains no fallback and receive objects.
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)