diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-26 04:21:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-26 04:21:32 +0800 |
commit | 1b1733ce7c2c90f91151b71b4afbcebf946dcf34 (patch) | |
tree | d53d896e5da1442bd0f54228d12ad0a0d8753a3d /packages/contract-wrappers/src/artifacts/ERC20Proxy.json | |
parent | 05b35c0fdcbca7980d4195e96ec791c1c2d13398 (diff) | |
parent | 5fd64a969b8f4d414b3f458e7d90dc12e1ad0873 (diff) | |
download | dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar.gz dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar.bz2 dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar.lz dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar.xz dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.tar.zst dexon-sol-tools-1b1733ce7c2c90f91151b71b4afbcebf946dcf34.zip |
Merge pull request #911 from 0xProject/fix-v2-beta-migration
Update/Fix V2-beta-testnet migration & Use it in all RC packages
Diffstat (limited to 'packages/contract-wrappers/src/artifacts/ERC20Proxy.json')
-rw-r--r-- | packages/contract-wrappers/src/artifacts/ERC20Proxy.json | 210 |
1 files changed, 0 insertions, 210 deletions
diff --git a/packages/contract-wrappers/src/artifacts/ERC20Proxy.json b/packages/contract-wrappers/src/artifacts/ERC20Proxy.json deleted file mode 100644 index 82a08e23d..000000000 --- a/packages/contract-wrappers/src/artifacts/ERC20Proxy.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "contractName": "ERC20Proxy", - "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": false, - "inputs": [ - { - "name": "assetData", - "type": "bytes" - }, - { - "name": "from", - "type": "address" - }, - { - "name": "to", - "type": "address" - }, - { - "name": "amount", - "type": "uint256" - } - ], - "name": "transferFrom", - "outputs": [], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" - }, - { - "constant": true, - "inputs": [], - "name": "getProxyId", - "outputs": [ - { - "name": "", - "type": "bytes4" - } - ], - "payable": false, - "stateMutability": "view", - "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" - }, - { - "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": { - "50": { "address": "0x1dc4c1cefef38a777b15aa20260a54e584b16c48" } - } -} |