Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 376620e

Browse files
authored
Merge pull request #2297 from Hyun-Geol/jhg
ERC20 Token배포 test by Hyun-Geol
2 parents 1f4fd71 + 8c3fc37 commit 376620e

2 files changed

Lines changed: 36 additions & 3 deletions

File tree

app/scripts/abiDefinitions/rinkebyAbi.json

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
11
[
22
{
3-
"name": "Select a contract...",
4-
"address": "",
5-
"abi": ' '
3+
"name": "qweToken",
4+
"address": "0x2d427d9e535e4382606b93290dcc13a5e9a694be",
5+
"abi": [
6+
{
7+
"constant": false,
8+
"inputs": [
9+
{
10+
"name": "from",
11+
"type": "address"
12+
},
13+
{
14+
"name": "tokens",
15+
"type": "uint256"
16+
},
17+
{
18+
"name": "token",
19+
"type": "address"
20+
},
21+
{
22+
"name": "data",
23+
"type": "bytes"
24+
}
25+
],
26+
"name": "receiveApproval",
27+
"outputs": [],
28+
"payable": false,
29+
"stateMutability": "nonpayable",
30+
"type": "function"
31+
}
32+
]
633
},
734
{
835
"name": "☼Plasma Token and Token Wallet Contract",

app/scripts/tokens/rinkebyTokens.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"address": "0x2d427d9e535e4382606b93290dcc13a5e9a694be",
4+
"symbol": "qwe",
5+
"decimal": 18,
6+
"type": "default"
7+
},
28
{
39
"address": "0xA52832A0B3EBfAeF629B1a44A922F46c90445108",
410
"symbol": "☼ PLASMA",

0 commit comments

Comments
 (0)