diff options
Diffstat (limited to 'packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json')
-rw-r--r-- | packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json b/packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json new file mode 100644 index 000000000..430a8af68 --- /dev/null +++ b/packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json @@ -0,0 +1,43 @@ +{ + "contractName": "ERC20Proxy", + "compilerOutput": { + "abi": [ + { + "constant": true, + "inputs": [ + { + "name": "", + "type": "address" + } + ], + "name": "authorized", + "outputs": [ + { + "name": "", + "type": "bool" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "getAuthorizedAddresses", + "outputs": [ + { + "name": "", + "type": "address[]" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + } + ] + }, + "networks": { + "50": { "address": "0x1dc4c1cefef38a777b15aa20260a54e584b16c48" } + } +} |