23 lines
496 B
JSON
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"
|
|
}
|
|
]
|
|
}
|