diff options
author | Fabio Berger <me@fabioberger.com> | 2018-09-19 19:53:00 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-09-19 19:53:00 +0800 |
commit | fec9c8f1c68a940c5ac2a45b2e953a46cbf502ec (patch) | |
tree | e809482f71ad368ef0c1f57c078adf3b3726c555 /packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json | |
parent | e2559798df37cd246fe26d40d5bd030431a683e9 (diff) | |
download | dexon-0x-contracts-fec9c8f1c68a940c5ac2a45b2e953a46cbf502ec.tar.gz dexon-0x-contracts-fec9c8f1c68a940c5ac2a45b2e953a46cbf502ec.tar.zst dexon-0x-contracts-fec9c8f1c68a940c5ac2a45b2e953a46cbf502ec.zip |
Create trimmed artifacts of v2 contracts
Diffstat (limited to 'packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json')
-rw-r--r-- | packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json | 209 |
1 files changed, 209 insertions, 0 deletions
diff --git a/packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json b/packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json new file mode 100644 index 000000000..c39eb650e --- /dev/null +++ b/packages/migrations/artifacts/2.0.0-trimmed/ERC721Proxy.json @@ -0,0 +1,209 @@ +{ + "schemaVersion": "2.0.0", + "contractName": "ERC721Proxy", + "compilerOutput": { + "abi": [ + { + "constant": false, + "inputs": [ + { + "name": "target", + "type": "address" + } + ], + "name": "addAuthorizedAddress", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [ + { + "name": "", + "type": "uint256" + } + ], + "name": "authorities", + "outputs": [ + { + "name": "", + "type": "address" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { + "name": "target", + "type": "address" + } + ], + "name": "removeAuthorizedAddress", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "owner", + "outputs": [ + { + "name": "", + "type": "address" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": false, + "inputs": [ + { + "name": "target", + "type": "address" + }, + { + "name": "index", + "type": "uint256" + } + ], + "name": "removeAuthorizedAddressAtIndex", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "constant": true, + "inputs": [], + "name": "getProxyId", + "outputs": [ + { + "name": "", + "type": "bytes4" + } + ], + "payable": false, + "stateMutability": "pure", + "type": "function" + }, + { + "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" + }, + { + "constant": false, + "inputs": [ + { + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { + "payable": false, + "stateMutability": "nonpayable", + "type": "fallback" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "name": "target", + "type": "address" + }, + { + "indexed": true, + "name": "caller", + "type": "address" + } + ], + "name": "AuthorizedAddressAdded", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "name": "target", + "type": "address" + }, + { + "indexed": true, + "name": "caller", + "type": "address" + } + ], + "name": "AuthorizedAddressRemoved", + "type": "event" + } + ] + }, + "networks": { + "1": { + "address": "0x208e41fb445f1bb1b6780d58356e81405f3e6127", + "links": {}, + "constructorArgs": "[]" + }, + "3": { + "address": "0xe654aac058bfbf9f83fcaee7793311dd82f6ddb4", + "links": {}, + "constructorArgs": "[]" + }, + "42": { + "address": "0x2a9127c745688a165106c11cd4d647d2220af821", + "links": {}, + "constructorArgs": "[]" + }, + "50": { + "address": "0x1d7022f5b17d2f8b695918fb48fa1089c9f85401", + "links": {}, + "constructorArgs": "[]" + } + } +} |