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