UNPKG

@lukso/lsp7-contracts

Version:
62 lines 1.44 kB
{ "_format": "hh3-artifact-1", "contractName": "ILSP7Mintable", "sourceName": "contracts/extensions/LSP7Mintable/ILSP7Mintable.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bool", "name": "enabled", "type": "bool" } ], "name": "MintingStatusChanged", "type": "event" }, { "inputs": [], "name": "disableMinting", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "bool", "name": "force", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "mint", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {}, "immutableReferences": {}, "inputSourceName": "project/contracts/extensions/LSP7Mintable/ILSP7Mintable.sol", "buildInfoId": "solc-0_8_28-02f211569dac97f8d48f774b05c17d2fd78020fb" }