aboutsummaryrefslogblamecommitdiffstats
path: root/packages/0x.js/src/artifacts/DummyToken.json
blob: f64a8cd3d8c991d7971459ec51ad26fb6b270cbe (plain) (tree)
1
2
3

                                  
            


















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