UNPKG

@functionx_io/contracts

Version:
43 lines (42 loc) 882 B
{ "_format": "hh-sol-artifact-1", "contractName": "IERC20Burn", "sourceName": "contracts/interfaces/IERC20Burn.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "burnFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }