diff options
Diffstat (limited to 'packages/contract-wrappers/src/compact_artifacts/ERC721Proxy.json')
-rw-r--r-- | packages/contract-wrappers/src/compact_artifacts/ERC721Proxy.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/packages/contract-wrappers/src/compact_artifacts/ERC721Proxy.json b/packages/contract-wrappers/src/compact_artifacts/ERC721Proxy.json new file mode 100644 index 000000000..8924ede96 --- /dev/null +++ b/packages/contract-wrappers/src/compact_artifacts/ERC721Proxy.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": "0x1d7022f5b17d2f8b695918fb48fa1089c9f85401" } + } +} |