protocol/packages/0x.js/src/artifacts/DummyToken.json
2018-01-04 16:32:03 +01:00

23 lines
496 B
JSON

{
"contract_name": "DummyToken",
"abi": [
{
"constant": false,
"inputs": [
{
"name": "_target",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "setBalance",
"outputs": [],
"payable": false,
"type": "function"
}
]
}