@animoca/ethereum-contracts-assets
Version:
Base assets contracts
48 lines (47 loc) • 1.02 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC20Mintable",
"sourceName": "contracts/token/ERC20/interfaces/IERC20Mintable.sol",
"abi": [
{
"inputs": [
{
"internalType": "address[]",
"name": "recipients",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "batchMint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "mint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}