diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-09-29 00:18:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 00:18:19 +0800 |
commit | cbc9e87d65171ae01a844f160f0b47f790bc3524 (patch) | |
tree | 9722f4823738d5396de61d92c84ce8b3ef8402cf /src/artifacts/EtherToken.json | |
parent | a0af2719963df3313b0eae40952203319ee1e64f (diff) | |
parent | db419ffcc76eb4e11f84aad3a51efe7fa900ef57 (diff) | |
download | dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.gz dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.bz2 dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.lz dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.xz dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.zst dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.zip |
Merge pull request #173 from 0xProject/feature/ropsten-support
Add Ropsten support
Diffstat (limited to 'src/artifacts/EtherToken.json')
-rw-r--r-- | src/artifacts/EtherToken.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/artifacts/EtherToken.json b/src/artifacts/EtherToken.json index 54b5a032e..91b23bc94 100644 --- a/src/artifacts/EtherToken.json +++ b/src/artifacts/EtherToken.json @@ -286,6 +286,57 @@ "updated_at": 1502488087000, "address": "0x2956356cd2a2bf3202f771f50d3d14a367b48070" }, + "3": { + "links": {}, + "events": { + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "name": "_from", + "type": "address" + }, + { + "indexed": true, + "name": "_to", + "type": "address" + }, + { + "indexed": false, + "name": "_value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "name": "_owner", + "type": "address" + }, + { + "indexed": true, + "name": "_spender", + "type": "address" + }, + { + "indexed": false, + "name": "_value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + } + }, + "updated_at": 1506602007000, + "address": "0xc00fd9820cd2898cc4c054b7bf142de637ad129a" + }, "42": { "links": {}, "events": { |