simple-nfterc721
Version:
Simple ERC721 NFT with Merkle Proof for WhiteList, using Hardhat and Foundry
44 lines • 804 B
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "contractAddress",
"type": "address"
}
],
"name": "ContractCreated",
"type": "event"
},
{
"inputs": [
{
"internalType": "string",
"name": "name_",
"type": "string"
},
{
"internalType": "string",
"name": "symbol_",
"type": "string"
},
{
"internalType": "uint256",
"name": "maxSupply_",
"type": "uint256"
}
],
"name": "deployNewContract",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]