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) |
---|---|---|---|---|---|---|---|
| 22738503 | 19 minutes ago | | | 0 | 5.6237342e-7 | |
| 22738501 | 19 minutes ago | | | 0.0024 | 4.2049272e-7 | |
| 22737641 | an hour ago | | | 0 | 0.000065336045 | |
| 22737507 | an hour ago | | | 0 | 9.3592948e-7 | |
| 22737503 | an hour ago | | | 0.0018 | 4.2049272e-7 | |
| 22737264 | an hour ago | | | 0 | 5.7253797e-7 | |
| 22737261 | an hour ago | | | 0.0006 | 2.7637913e-7 | |
| 22737143 | an hour ago | | | 0 | 6.1105474e-7 | |
| 22737139 | an hour ago | | | 0.0006 | 4.2049272e-7 | |
| 22736645 | an hour ago | | | 0 | 0.0000011449330 |
ABI
ABI objects
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(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)