diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-28 20:36:58 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-28 20:36:58 +0800 |
commit | 4e0b4415f0040e77f32b7f5cd9a98d770627156b (patch) | |
tree | 4df46b4ad46ee613410878ab28d6afd6c29fcdb3 /src/artifacts/EtherToken.json | |
parent | be12c5b5386410db9a1a28e86e944864c808c4c9 (diff) | |
download | dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar.gz dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar.bz2 dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar.lz dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar.xz dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.tar.zst dexon-sol-tools-4e0b4415f0040e77f32b7f5cd9a98d770627156b.zip |
Add Ropsten artifacts
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": { |