aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/artifacts/DummyToken.json
blob: fd44397dbcbd4d78160ae9bc97aa66bf90ac2ad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "contract_name": "DummyToken",
    "abi":
    [
        {
            "constant": false,
            "inputs": [
                {
                    "name": "_target",
                    "type": "address"
                },
                {
                    "name": "_value",
                    "type": "uint256"
                }
            ],
            "name": "setBalance",
            "outputs": [],
            "payable": false,
            "type": "function"
        }
    ]
}