diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-27 16:08:52 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-29 22:52:52 +0800 |
commit | 618c7ef48affecce306d0e6e879e498e20aa5509 (patch) | |
tree | 12d085510216b7e5c571d13a5056f7753f1463d5 /packages/contract-wrappers/src/compact_artifacts/ERC20Proxy.json | |
parent | 14047f9c7be90bedcf0c3c4b7ce66eeb2e540923 (diff) | |
download | dexon-0x-contracts-618c7ef48affecce306d0e6e879e498e20aa5509.tar.gz dexon-0x-contracts-618c7ef48affecce306d0e6e879e498e20aa5509.tar.zst dexon-0x-contracts-618c7ef48affecce306d0e6e879e498e20aa5509.zip |
Update compact_wrtifacts
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" } + } +} |