자신만의 ICO(클라우드세일)를 해보자 01 by twinbraid

View this thread on steempeak.com
· @twinbraid ·
$63.77
자신만의 ICO(클라우드세일)를 해보자 01
![](https://i.imgur.com/KtNGt6A.png)

앞서
[🔗짱짱 트윈토큰 ICO!!](https://steemit.com/kr/@twinbraid/2gmga7-ico)
최신 완전 스팸아닌 미래가 창창한 토큰의
ICO에 대해서 글을 작성했습니다.

요번엔 여러분들도 저렇게 
~~사기~~ ICO를 할 수 있도록 길을 안내해드리겠습니다.

좀더 정확히는 복사, 붙여넣기를 할 곳을 알려드립니다
그러므로 토큰 만드는 거랑 별 다를거 없습니다

-ㅅ-... 

그럼 갑니다

# 구조
---
ICO를 위해선

1. 토큰생성
2. ICO 계약서 생성
3. ICO 계약서에 토큰 충전

끝 =ㅅ=

솔직히 DOG쉽습니다.
이게 어려웠던 이유는 공식 메뉴얼이
**영어**에다가 **공돌이**들이 적어놔서 그렇습니다.

공돌이들은 감성이 부족해서
정말 심한 메뉴얼을 씁니다.
덕분에 많은 초보들이 마음에 상처를 받죠.
그러므로 전 여러분의 섬세한 마음에 상처가 안나게

걍 `복사-붙여넣기`로 다 때워드리는 겁니다.

# 토큰생성
---
[🔗이더리움 토큰 만들기](https://steemit.com/kr/@twinbraid/5ytoam-02)
여기랑 똑같습니다.

https://ethereum.org/token
여기가서 두번째 예제를 복사해서 붙여넣으면 됩니다.
그리고 해당 링크에서도 언급했습니다만 

>decimals = 18

이걸

>decimals = 0

으로 바꿉시다.
이렇게하면 해당토큰은 정수로만 존재하고
소수로 쪼개지지 않으니
예제를 좀더 단순화할 수 있습니다.
단, 0.1 이더.. 이런건 전부 거부됩니다.
무슨 중동 오일 ICO도 아니고 소숫점 단위가
거부되는 똥 같은 ICO는 문제가 있습니다만..
복사 붙여넣기할 예제가 그런식으로 만들어져 있어서;;

제대로 할려면 여기저기 고쳐야됩니다.
하지만 여러분의 섬세한 멘탈이 박살날게 분명하므로
일단은 순순히 절 따르는게 좋을겁니다.
![](https://i.imgur.com/k9LA4Md.png)

토큰 만들었나요?
토큰을 만들었으면 
![](https://steemitimages.com/0x0/https://i.imgur.com/EmTO9kP.png)
토큰 주소를 복사해서 메모장에
일단 저장해둡시다. 후에 써야되니까요

# ICO 계약서 생성
---
![](https://i.imgur.com/p3gRNfo.png)
이제 계약서 코드를 베껴넣어야되므로
새로운 탭을 하나 더 추가합시다

![](https://i.imgur.com/n1qa5s3.png)
새로운 탭에

https://ethereum.org/crowdsale
위링크에서 제일 위의 코드 

![](https://i.imgur.com/8BT8eqU.png)
이것을 복사해서 새롭게 만든 곳에 붙여넣습니다

그리고 RUN탭에 가보면
![](https://i.imgur.com/M8OdVFv.png)
이번엔 입력해야될 것이 꽤 많습니다.

보통은 저런식으로 입력칸을 만들지 않고
![](https://i.imgur.com/uDzzNhg.png)
그냥 안에서 다 정의해두고 `CREATE`만 누르면
바로 만들어지게 하는 것이 정석이지만
이러면 복사 붙여넣기를 할 수 없잖아요?

그래서 예제는 여러분이 편하라고
입력 넣는 곳을 따로 만들어주었죠.

문제는 MIST 라는 이더리움 전용지갑을 사용할때는
![](https://i.imgur.com/mKxc402.png)
이렇게 간단한 입력창을 보여주지만

`REMIX` 는 가차없이 못생긴 입력창을 준다는 겁니다.
이 입력창은 님들 멘탈을 닮아서
조금만 입력형식이 틀리면 삐져서 실행안해줍니다.

진짜 거지 같죠.
하지만 그 거지 같음은 저만 미리 다 맛보고
여러분에게는 꿀만 넘겨드립니다.
![](https://i.imgur.com/OrXDig5.png)
칫.. 

-ㅅ-
..

입력창에 넣을 순서는 다음과 같습니다.

 1. ICO가 끝나고 모은 자금이 전송될 주소
 2. 자금모집목표 값
 3. ICO 기간 (분)
 4. 토큰당 가격
 5. 분배할려는 토큰의 컨트랙트 주소

입력의 주의점은 숫자는 상관없는데
각 주소는 `"주소"` 와 같이 **`따옴표`**로 감싸야 된다는 것이죠

즉

>"주소", 100, 30, 1, "토큰주소"

이런 형식이 되야합니다.

저 같은 경우는

>"0x59e920e092e2c4661d4f6a356d92f3ef6d2b5a86", 5000, 4320, 1, "0xc02bbe61e885517f794b5844ada8d663f671d03a"

이런식으로 썼습니다.

- 가장 처음에는 돈 받을 주소, 
- 5000은 트윈토큰 목표치,
- 4320은 4320분 즉 3일,
- 1은 트윈토큰 한개당 가격,
- 마지막 주소는 트윈토큰이 정의된 컨트렉트 주소

이렇게 되는 것이죠.
입력창에 바로 쓰기엔
잘 보이지도 않고 형식을 실수할 수 있으니까
메모장에 미리써서 입력창에 붙여넣은 후
`CREATE` 버튼을 누르도록 합시다.

![](https://i.imgur.com/8KD7W0L.png)
그럼 조금 시간이 지난후
이렇게 ICO할 곳의 주소가 나타납니다.

여기서 빨간색 버튼은 누를때 수수료를 내면서
뭔가 수행하는 유료(?) 버튼이고
파란색 버튼은 정보를 제공해주는 무료(?) 버튼입니다.

한번 `fundingGoal`을 눌러봅시다
![](https://i.imgur.com/9zCmAPd.png)
그럼 이렇게 `5000 x 10의 18승` 으로 나오죠.
단위가 이더 단위가 아니라
`wei`라고 이더의 최소단위라서 그렇습니다.
10의 18승을 빼고나면 목표인 `5000`이더

이번엔 `tokenReward`를 눌러봅시다
![](https://i.imgur.com/dJdTDzO.png)
우리가 취급하는 토큰이 정의된 곳의 주소가 나옵니다
저 같은 경우는 저 주소로 가면
![](https://i.imgur.com/9tdtWlz.png)
킹갓트윈 토큰이 정의되어 있습니다.

# 토큰 충전
---
ICO에서 판매할 토큰을 만들었고
ICO를 할 가게도 만들었습니다.
![](https://i.imgur.com/8J6v7Np.png)

한데 토큰 생성때 토큰은 토큰 창조자의 지갑에 들어갑니다
ICO 주소에는 토큰이 하나두 없죠

아싸리 ICO 계약서를 만들때 토큰 생성도 집어넣어서
ICO 장소겸 토큰 정의 장소로 만드는 방법도 있으나
지금도 강의실에서 달아난 이들이 대부분인 상태인데
그런거 가르쳐주다간 다 도망가겠죠.
~~(사실 나도 잘 모름)~~

그러므로 그건 됐고..

그냥 토큰을 ICO 주소에다가 충전하기로 하겠습니다.
충전은 걍 해당 주소로 토큰 보내면 됩니다.

마이이더월렛 같은거 사용해도 되는데
`RIMIX`에서 더 쉽게 보낼 수 있습니다.

![](https://i.imgur.com/63Oz31t.png)
아까 토큰 만들때 쓴 탭을 클릭합니다

![](https://i.imgur.com/27VYjoZ.png)
`RUN`탭에가서 
`At Address`에 앞서 생성한 토큰 주소를 넣고 클릭합니다

![](https://i.imgur.com/RYzDcNv.png)
그럼 해당토큰 주소에 대해서 만든 기능들을 쓸 수 있습니다

빨간색 `transfer` 버튼에다가
![](https://i.imgur.com/RkWjxKF.png)
ICO 주소를 넣고(따옴표로 감싸야됨)
보낼 토큰의 갯수를 입력후 버튼을 눌러서 실행시킵니다

![](https://i.imgur.com/RvYlURp.png)
그럼 해당 ICO 주소에 `View Token`이라는 메뉴가 
생기고 클릭해보면 무사히 토큰이 들어온 것을 볼 수 있습니다

이로써 모든게 끝났습니다.

이제 적당히 홈페이지를 꾸미고
가짜 백서와 가짜 로드맵을 만든후 여기저기
카톡방에 들어가서
'유망한 ico 소개합니다' 라고 씨부린후

홈페이지 주소를 알려줍니다.
물론 홈페이지에는 ico 주소가 적혀있어야겠죠.
'이리로 이더를 넣으시면 토큰을 받을 수 있습니다'
이런식으로 설명이 적혀있으면 알아서 참여하겠죠

그리고 이더가 들어오면 토큰을 지급하는
ico가 시작되는 것이죠 +_+/

한데.. 
현재 예제는 쉽긴한데 구려터져서
ico 기간이 끝나도 끝난지도 모르고 목표량을 채워도
채운지도 모르며 심지어 ico 기간동안 목표량이
채워지지 않았을 경우 모든 참여자들에게 이더를
환불해주는 쓸데없는(?) 기능이 포함되어 있습니다.

더불어 ico에 충전해 놓은 토큰을 돌려받는 기능도 없죠

그래서 다음 포스팅엔 환불 기능을 없애고-ㅅ-
Ico가 끝나고 자금을 받는 법,
충전해 놓은 토큰을 다시 회수하는 것 등등을
알아보도록 하겠습니다.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 56 others
properties (23)
post_id34,183,477
authortwinbraid
permlinkico-01
categorykr
json_metadata"{"format": "markdown", "image": ["https://steemitimages.com/0x0/https://i.imgur.com/KtNGt6A.png"], "links": ["https://steemit.com/kr/@twinbraid/2gmga7-ico", "https://steemit.com/kr/@twinbraid/5ytoam-02", "https://ethereum.org/token", "https://ethereum.org/crowdsale"], "app": "busy/2.3.0", "tags": ["kr", "coinkorea", "chobo", "kr-guide", "busy"], "users": ["twinbraid"], "community": "busy"}"
created2018-02-21 07:31:33
last_update2018-02-21 07:31:33
depth0
children45
net_rshares11,361,550,781,341
last_payout2018-02-28 07:31:33
cashout_time1969-12-31 23:59:59
total_payout_value52.799 SBD
curator_payout_value10.974 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4,220
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (120)
@news4u ·
# <center>Translation</center>
previously
Twin tokens ICO !!
The latest to be completely out of spam
I wrote about ICO.In the meantime,
I will guide you to the way to do fraud ICO.
We will tell you more precisely where to copy and paste
So it's no different than making a token.
-Sh -...
Then we go.

rescue
For ICO

Token generation
Create an ICO contract
Charge token in ICO contract
End = ㅅ =

Honestly, DOG is easy.
This was difficult because the official manual
That's because I wrote it in English.

They are lacking emotion.
I write really serious manuals.
Thanks to many beginners are hurt in the heart.
Therefore, I am not hurt by your delicate heart.

걍 I copy everything with copy-paste.

Token generation
Creating an ethernet token
It's just like here.

https://ethereum.org/token
You can go here and copy and paste the second example.
And I mentioned it in the link.

decimals = 18

This

decimals = 0

.
This ensures that the token is only an integer
It does not split into small numbers.
You can further simplify the example.
However, 0.1 eternity .. all this is rejected.
What Middle East Oil is not ICO and the decimal unit is
There is a problem with ICO like rejected shit ..
The example to copy and paste is made in that way;

You need to fix it here and there to make it right.
But it is clear that your delicate mental is crushed,
You'd better follow me in the first place.


Did you make a token?
Once you've created your token

Copy the token address to Notepad
Let's save it. I'll have to write it later.

Create an ICO contract

Now you have to copy the contract code.
Let's add another new tab


In the new tab

https://ethereum.org/crowdsale
The topmost code in the link above


Copy this and paste it into the new one

And go to the RUN tab

There are quite a few things to enter this time.

Normally you do not create an input field like that

Just define it inside and press CREATE
It's the right thing to do right now,
Can not you copy and paste this?
So the example is that you
I made a place for input.
The problem is that when you use a wallet called MIST,
This simple input window is shown
REMIX gives you an ugly input window.
This input window resembles a mental
If the input format is not correct, it will not run.
It's like a real beggar.
But I'm just trying to taste it like that.
I will hand over only honey to you.
Chit ..
- ㅅ -..
The order to put in the input window is as follows.

Address where ICO funds will be transferred
Fund recruitment target value
ICO duration (minutes)
Price per token
The contract address of the token to distribute
Please note that the numbers do not matter
Each address should be enclosed in quotes, such as "address".

In other words

"Address", 100, 30, 1, "Token Address"

This should be in this format.

In the case of me

"0x59e920e092e2c4661d4f6a356d92f3ef6d2b5a86", 5000, 4320, 1, "0xc02bbe61e885517f794b5844ada8d663f671d03a"

I wrote this way.

At the very beginning,
5000 is the twin token target,
4320 is 4320 minutes or 3 days,
1 is the price per twin token,
The last address is the contract address where the twin token is defined
This is what happens.
Write directly to the input window
You can not make it look bad and you can make a mistake.
Paste it into Notepad in advance and paste it into the input window.
Let's press the CREATE button.
So after a little time
This is where the address of ICO will appear.
Here, the red button charges a fee when you press
It's a paid (?) Button to do something
The blue button is a free (?) Button that provides information.
Let's try fundingGoal once
Then it's like 5000 x 10 18.
Unit is not Ether unit
Wei is the smallest unit of Ether.
After subtracting 18 out of 10,
Let's press the tokenReward this time.
The address where the token we are dealing with is defined
If I go to that address,
King's twin tokens are defined.
Token charge
I created a token to sell at ICO
I also made a shop for ICO.
When creating a token, the token is placed in the token creator's wallet
ICO addresses have one or two tokens.
When you create the Aso ICO contract, you also include token generation
There is also a way to make ICO place and Token place
Most of them are still in the classroom.
I will teach you such a thing and run away.
(I do not really know either)
So that's it ..
I will just charge the token to the ICO address.
Charging can be done by sending a token to the address.
Maybe you can use something like Maid The Wallet.
It is easier to send from RIMIX.
Click on the tab you wrote earlier to create the token
Go to the RUN tab
At Address, enter the token address you created earlier and click
Then you can write the functions you created for that token address
Red transfer button
Put the ICO address (enclosed in quotation marks)
Enter the number of tokens to be sent and press button to execute


Then the ICO address has a menu called View Token.
If you click on it, you can see that the token came in safely.
This is all done.
Now you can decorate your homepage
After creating fake white papers and fake roadmaps,
I went into the car
'Introducing the promising ico'
It informs the homepage address.
Of course you should have an ico address on your homepage.
'You can get a token here if you put the Ether in here'
If the explanation is written in this way, I will take care of it.
And, when Ether comes in
ico is started. + _ + /
But ...
The current example is easy,
ico It may or may not end at the end of the period.
And even during the ico period,
If not filled in, give all participants a
Includes a refundable (?) Feature.
In addition, there is no ability to return a token that has been charged to ico.
So, in the next post,
How Ico ends and receives funding,
Recalling the token you've filled in, etc.
Let me check it out.
properties (22)
post_id34,184,834
authornews4u
permlinkre-twinbraid-ico-01-20180221t074038417z
categorykr
json_metadata"{"app": "steemit/0.1", "links": ["https://ethereum.org/token", "https://ethereum.org/crowdsale"], "tags": ["kr"]}"
created2018-02-21 07:40:42
last_update2018-02-21 07:40:42
depth1
children0
net_rshares0
last_payout2018-02-28 07:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length5,762
author_reputation151,743,854,350
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mdoo824 · (edited)
우와 정말 대단한 글입니다! 감사합니다 

킹갓토큰에 대해서도 굉장히 흥미가 가네요 ^^

물론 중간에 설명을 읽다가 정체모를 어려움에 정신이 아득해지는 바람에 전부 읽지는 않았습니다.ㄷ
👍  
properties (23)
post_id34,185,949
authormdoo824
permlinkre-twinbraid-ico-01-20180221t074758519z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 07:47:57
last_update2018-02-21 07:48:36
depth1
children2
net_rshares2,301,330,812
last_payout2018-02-28 07:47:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length104
author_reputation1,171,895,506,177
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@twinbraid ·
이건 초보란 말을 붙이기 좀 그렇긴하죠 ㅎㅎ;;
다시 쌩초보 시점으로 돌아와야겠습니다-ㅅ-;
properties (22)
post_id34,188,660
authortwinbraid
permlinkre-mdoo824-re-twinbraid-ico-01-20180221t080436639z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 08:04:39
last_update2018-02-21 08:04:39
depth2
children0
net_rshares0
last_payout2018-02-28 08:04:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length51
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@insidebig ·
저같은 분이 여기 또...ㅋㅋ
properties (22)
post_id34,238,820
authorinsidebig
permlinkre-mdoo824-re-twinbraid-ico-01-20180221t125642162z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 12:56:42
last_update2018-02-21 12:56:42
depth2
children0
net_rshares0
last_payout2018-02-28 12:56:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation3,004,538,530,204
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@winda.win ·
nice post sister @twinbraid 😍😍
please upvote sis
https://steemit.com/steemiteducation/@winda.win/beware-there-is-an-invisible-family-of-eyes-in-our-home-d4f85bd54978d
properties (22)
post_id34,186,845
authorwinda.win
permlinkre-twinbraid-ico-01-20180221t075330825z
categorykr
json_metadata"{"app": "steemit/0.1", "users": ["twinbraid"], "links": ["https://steemit.com/steemiteducation/@winda.win/beware-there-is-an-invisible-family-of-eyes-in-our-home-d4f85bd54978d"], "tags": ["kr"]}"
created2018-02-21 07:53:36
last_update2018-02-21 07:53:36
depth1
children2
net_rshares0
last_payout2018-02-28 07:53:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length166
author_reputation300,453,853,020
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@carrotcake ·
$0.59
sister ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
👍  
properties (23)
post_id34,352,343
authorcarrotcake
permlinkre-windawin-re-twinbraid-ico-01-20180222t003036463z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-22 00:30:36
last_update2018-02-22 00:30:36
depth2
children1
net_rshares106,655,172,588
last_payout2018-03-01 00:30:36
cashout_time1969-12-31 23:59:59
total_payout_value0.442 SBD
curator_payout_value0.144 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation29,892,040,056,464
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@noctisk ·
엌ㅋㅋㅋㅋㅋㅋㅋㅋ
properties (22)
post_id34,485,855
authornoctisk
permlinkre-carrotcake-re-windawin-re-twinbraid-ico-01-20180222t142721574z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-22 14:27:21
last_update2018-02-22 14:27:21
depth3
children0
net_rshares0
last_payout2018-03-01 14:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation53,565,959,533,655
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jungs ·
ico하는게 생각보다 어렵지 않군요 
킹갓 트윈토큰이라 ...
ico하면 나중에 0.001 이더정도 사야겟꾼요 ㅎ
properties (22)
post_id34,187,227
authorjungs
permlinkre-twinbraid-ico-01-20180221t075556078z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 07:55:54
last_update2018-02-21 07:55:54
depth1
children1
net_rshares0
last_payout2018-02-28 07:55:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length63
author_reputation26,101,572,156,825
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
넵 중요한 것은 홈페이지 꾸미기 능력과
마케팅 능력-ㅅ-;;
properties (22)
post_id34,188,757
authortwinbraid
permlinkre-jungs-re-twinbraid-ico-01-20180221t080520541z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 08:05:21
last_update2018-02-21 08:05:21
depth2
children0
net_rshares0
last_payout2018-02-28 08:05:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length33
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@swimpool ·
후훗 저도 하나 만들어 볼까요? 글 잘 읽었습니다. 즐거운 하루 되세요!
properties (22)
post_id34,187,424
authorswimpool
permlinkre-twinbraid-ico-01-20180221t075659698z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 07:57:06
last_update2018-02-21 07:57:06
depth1
children1
net_rshares0
last_payout2018-02-28 07:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length40
author_reputation121,774,275,823
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
만드는건 쉽습니다. 
그리고 앞으로는 점점 더 쉬워질겁니다.
이더리움에서 툴쪽에 투자하기 시작했으니까요
👍  
properties (23)
post_id34,188,903
authortwinbraid
permlinkre-swimpool-re-twinbraid-ico-01-20180221t080619771z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 08:06:21
last_update2018-02-21 08:06:21
depth2
children0
net_rshares572,247,399
last_payout2018-02-28 08:06:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@koreaico ·
흠흠.. 쓸데없는 걱정일지 모르겠지만.. 사기꾼들이 트갓님 글보고 배워서 스캠코인들이 더 활성화 될지도 모르겠다는..(어차피 할놈들은 다 하고있지만..) 그런의미에서 트갓님 저랑 한탕?하고 떠나시죠!!ㅎㅎ
properties (22)
post_id34,188,579
authorkoreaico
permlinkre-twinbraid-ico-01-20180221t080408134z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 08:04:12
last_update2018-02-21 08:04:12
depth1
children1
net_rshares0
last_payout2018-02-28 08:04:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length114
author_reputation14,677,992,676
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
왠만한 사기꾼은 이미 열나게 공부해서 팔고 있겠고..
어설픈 사기꾼은 이 포스팅 보고 배울지도 모르죠.
한탕? OK+_+/
properties (22)
post_id34,246,106
authortwinbraid
permlinkre-koreaico-re-twinbraid-ico-01-20180221t133749056z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:37:51
last_update2018-02-21 13:37:51
depth2
children0
net_rshares0
last_payout2018-02-28 13:37:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length68
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@couquedasse ·
ico 하는 법은 처음 배워보네요!!!
~~그런데 글을 읽는데 점점 ICO가 아니라 사기치는 법을 배우는 기분은....??~~
기분탓이겠죠! 설마 ICO로 사기 치는 사람이 있겠어요?
properties (22)
post_id34,189,030
authorcouquedasse
permlinkre-twinbraid-ico-01-20180221t080716756z
categorykr
json_metadata"{"app": "steemkr/0.1", "tags": ["kr"]}"
created2018-02-21 08:07:12
last_update2018-02-21 08:07:12
depth1
children1
net_rshares0
last_payout2018-02-28 08:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length102
author_reputation1,052,500,285,277
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
90% 정도가 사기라고 봄-ㅅ-
properties (22)
post_id34,246,170
authortwinbraid
permlinkre-couquedasse-re-twinbraid-ico-01-20180221t133813659z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:38:15
last_update2018-02-21 13:38:15
depth2
children0
net_rshares0
last_payout2018-02-28 13:38:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@matrix39 ·
새로운 세계네요  WoW !
properties (22)
post_id34,189,453
authormatrix39
permlinkre-twinbraid-ico-01-20180221t080956921z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 08:09:57
last_update2018-02-21 08:09:57
depth1
children1
net_rshares0
last_payout2018-02-28 08:09:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation5,050,487,881
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
좀만 더 있으면 더욱 쉬워질겁니다.
properties (22)
post_id34,246,241
authortwinbraid
permlinkre-matrix39-re-twinbraid-ico-01-20180221t133835130z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:38:36
last_update2018-02-21 13:38:36
depth2
children0
net_rshares0
last_payout2018-02-28 13:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length19
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@kophoenix3 ·
크크크
사기 ICO를 조장하시는것은 아니죠?
재미나게 잘 읽었습니다 :)
properties (22)
post_id34,191,005
authorkophoenix3
permlinkre-twinbraid-ico-01-20180221t081844710z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 08:18:51
last_update2018-02-21 08:18:51
depth1
children1
net_rshares0
last_payout2018-02-28 08:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length40
author_reputation120,534,427,956
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
이미 사기꾼들은 저 멀리 앞서나가 있습니다.
나름 얼리버드들이죠 
properties (22)
post_id34,246,333
authortwinbraid
permlinkre-kophoenix3-re-twinbraid-ico-01-20180221t133903425z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:39:06
last_update2018-02-21 13:39:06
depth2
children0
net_rshares0
last_payout2018-02-28 13:39:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length36
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jackkky ·
와 신기하네요 ㅎㅎ 좋은정보 감사합니다
properties (22)
post_id34,192,801
authorjackkky
permlinkre-twinbraid-2018221t172925808z
categorykr
json_metadata"{"app": "esteem/1.5.1", "format": "markdown+html", "community": "esteem", "tags": ["kr", "coinkorea", "chobo", "kr-guide", "busy"]}"
created2018-02-21 08:29:33
last_update2018-02-21 08:29:33
depth1
children1
net_rshares0
last_payout2018-02-28 08:29:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation-546,736,134,314
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
감사합니다!
properties (22)
post_id34,246,464
authortwinbraid
permlinkre-jackkky-re-twinbraid-2018221t172925808z-20180221t133945964z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:39:48
last_update2018-02-21 13:39:48
depth2
children0
net_rshares0
last_payout2018-02-28 13:39:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@successtrainer ·
흠...이제 투자자 모으는 것이 관건이겠군요 ㅋㅋㅋ
properties (22)
post_id34,193,890
authorsuccesstrainer
permlinkre-twinbraid-ico-01-20180221t083606253z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 08:36:03
last_update2018-02-21 08:36:03
depth1
children1
net_rshares0
last_payout2018-02-28 08:36:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation19,800,067,311,173
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
투자자 모으는 게 작년까지만 해도 엄청 쉬웠죠.
대충 홈피 만들고 백서, 그리고 여기저거 커뮤니티에
뿌리고.. 이정도만 해도 억단위는 벌었을겁니다 ㄷㄷ
properties (22)
post_id34,246,691
authortwinbraid
permlinkre-successtrainer-re-twinbraid-ico-01-20180221t134049718z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:40:51
last_update2018-02-21 13:40:51
depth2
children0
net_rshares0
last_payout2018-02-28 13:40:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length84
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@katebooks ·
신기하기도 하고 재밌네요. ㅎㅎ 똑똑하신 거 같아요. ^^b
👍  
properties (23)
post_id34,200,535
authorkatebooks
permlinkre-twinbraid-ico-01-20180221t091614853z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 09:16:18
last_update2018-02-21 09:16:18
depth1
children1
net_rshares1,532,697,462
last_payout2018-02-28 09:16:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length33
author_reputation82,540,418,526
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@twinbraid ·
에이 뭘요.. 보통 칭찬이네요
👍  
properties (23)
post_id34,245,896
authortwinbraid
permlinkre-katebooks-re-twinbraid-ico-01-20180221t133640613z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:36:42
last_update2018-02-21 13:36:42
depth2
children0
net_rshares1,486,252,084
last_payout2018-02-28 13:36:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@cho-jja ·
저도 저만의 토큰을 만들고 ico 해보고싶어지는 글입니다. 디테일한 설명 감사드립니다. ㅎㅎ
properties (22)
post_id34,203,677
authorcho-jja
permlinkre-twinbraid-ico-01-20180221t093502284z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 09:35:00
last_update2018-02-21 09:35:00
depth1
children1
net_rshares0
last_payout2018-02-28 09:35:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length51
author_reputation12,239,897,411
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
토큰 생성과 ICO는 간단합니다. 
그걸로 뭘 할 건인가 가치를 내는것이 어렵죠
properties (22)
post_id34,246,826
authortwinbraid
permlinkre-cho-jja-re-twinbraid-ico-01-20180221t134127048z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:41:27
last_update2018-02-21 13:41:27
depth2
children0
net_rshares0
last_payout2018-02-28 13:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length44
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@zzings · (edited)
곧 icoo가 재개되겠군요. ico 준비때문에 바쁘신건지 톡방에서 뵌지가 오래된것같네요. 성공적인 ico 기원하면서 프라이빗세일이 있는지 문의드립니다. 50프로정도 매집할 의향이 있습니다. 훗.. 일단 선입금으로 풀보팅갑니다
properties (22)
post_id34,209,748
authorzzings
permlinkre-twinbraid-ico-01-20180221t101028401z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 10:10:30
last_update2018-02-21 10:10:57
depth1
children1
net_rshares0
last_payout2018-02-28 10:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length125
author_reputation1,646,897,865,482,869
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
요즘 딴짓하느라..-ㅅ- 좀 소홀하네요 ㅎㅎ;
이번 결과를 보니 프라이빗하다간 적자 날거 같음..ㅡ,.ㅡ
properties (22)
post_id34,247,066
authortwinbraid
permlinkre-zzings-re-twinbraid-ico-01-20180221t134240616z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:42:42
last_update2018-02-21 13:42:42
depth2
children0
net_rshares0
last_payout2018-02-28 13:42:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@etsz ·
아 개인이 코인을 만들수도 있군요! 저는 코인만드는건 우주인 갈아서 만드는 딴나라 이야기인줄 알았는데...-.-a; 좋은글 감사합니다!
properties (22)
post_id34,221,942
authoretsz
permlinkre-twinbraid-ico-01-20180221t112546403z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 11:26:03
last_update2018-02-21 11:26:03
depth1
children1
net_rshares0
last_payout2018-02-28 11:26:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length75
author_reputation28,840,315,031
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
굉장히 쉽습니다. 그걸 강점으로 삼고 만든 플랫폼이 이더리움이니
절대 어렵게 만들게 하진 않죠.
그리고 이제는 툴까지 만들 계획인거 같습니다.
properties (22)
post_id34,247,199
authortwinbraid
permlinkre-etsz-re-twinbraid-ico-01-20180221t134319193z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:43:21
last_update2018-02-21 13:43:21
depth2
children0
net_rshares0
last_payout2018-02-28 13:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length79
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@syun ·
와~~ 제가 못하는부분 (못하는건 너무너무많이있지만^^;;) 이렇게 정리까지 해서 .. 대단하세요^^
properties (22)
post_id34,226,609
authorsyun
permlinkre-twinbraid-ico-01-20180221t115225552z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 11:52:27
last_update2018-02-21 11:52:27
depth1
children1
net_rshares0
last_payout2018-02-28 11:52:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length56
author_reputation265,732,359,927
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
감사합니다 ㅎㅎ-0-/
properties (22)
post_id34,247,388
authortwinbraid
permlinkre-syun-re-twinbraid-ico-01-20180221t134423051z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:44:24
last_update2018-02-21 13:44:24
depth2
children0
net_rshares0
last_payout2018-02-28 13:44:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length12
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sindoja ·
ㅋㅋㅋㅋ
이제는 직접 하시네요...
ico의 가능성이 무궁무진해지는 것만 같은 포스트
내용입니다.
properties (22)
post_id34,238,317
authorsindoja
permlinkre-twinbraid-ico-01-20180221t125020303z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 12:54:09
last_update2018-02-21 12:54:09
depth1
children1
net_rshares0
last_payout2018-02-28 12:54:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length54
author_reputation281,838,293,126,444
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
아직도 불편하고 어렵죠. 그걸 쉽게하는게 SMT고
이더쪽도 그걸 감안한듯 움직이는듯
properties (22)
post_id34,247,494
authortwinbraid
permlinkre-sindoja-re-twinbraid-ico-01-20180221t134451026z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:44:51
last_update2018-02-21 13:44:51
depth2
children0
net_rshares0
last_payout2018-02-28 13:44:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length46
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@isis-lee ·
안녕하세요? 뉴비예요. 아직 모든게 익숙치 않아서 어리버리 하고 있습니다.  하루 15에서 17개까지 보팅해도 된다고 해서 열심히 보팅하러 다니고 있습니다. 글 잘읽고 보팅 드립니다. 제 블러그에도 와주세요  ^^ 친구도 추가하구요 좋은 날들 되세요
properties (22)
post_id34,239,723
authorisis-lee
permlinkre-twinbraid-ico-01-20180221t130157133z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 13:01:57
last_update2018-02-21 13:01:57
depth1
children1
net_rshares0
last_payout2018-02-28 13:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length139
author_reputation5,754,399,373,371
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@twinbraid ·
넵 열심히 하면 좋은 날이 올겁니다-ㅅ-/
properties (22)
post_id34,247,763
authortwinbraid
permlinkre-isis-lee-re-twinbraid-ico-01-20180221t134631369z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-21 13:46:33
last_update2018-02-21 13:46:33
depth2
children0
net_rshares0
last_payout2018-02-28 13:46:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length23
author_reputation158,895,321,882,100
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@maanya ·
그럼 ~~망해버린~~ 킹-갓 트윈코인의 ICO에 대한 투자금은 모두 환불된 것이군요?  이런 식으로 세계평화를 지키시다니...
properties (22)
post_id34,248,190
authormaanya
permlinkre-twinbraid-ico-01-20180221t134906846z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 13:49:09
last_update2018-02-21 13:49:09
depth1
children0
net_rshares0
last_payout2018-02-28 13:49:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length70
author_reputation2,010,635,440,258
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@yangmok701 ·
오늘도 감사합니다, 오늘은 트윈 토큰이네요. 
오늘은 아주 쉽게 따라할 수 있겠네요. ㅎ
properties (22)
post_id34,255,431
authoryangmok701
permlinkre-twinbraid-ico-01-20180221t142941046z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 14:29:42
last_update2018-02-21 14:29:42
depth1
children0
net_rshares0
last_payout2018-02-28 14:29:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length49
author_reputation20,627,397,818,842
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@weewoo ·
새로운 지식 잘 알아갑니다:)
properties (22)
post_id34,294,876
authorweewoo
permlinkre-twinbraid-ico-01-20180221t181923794z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-21 18:19:24
last_update2018-02-21 18:19:24
depth1
children0
net_rshares0
last_payout2018-02-28 18:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation62,934,514,884
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@carrotcake ·
콘티는 잘 되어가나요?
properties (22)
post_id34,352,300
authorcarrotcake
permlinkre-twinbraid-ico-01-20180222t003014019z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-22 00:30:12
last_update2018-02-22 00:30:12
depth1
children0
net_rshares0
last_payout2018-03-01 00:30:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length12
author_reputation29,892,040,056,464
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@qlfxkdla ·
본격 폰지사기 권장하는 글 잘봤습니다 ^^
저도 한번 해봐야겠네요~ 잡히면 이 글 보고 따라했다고 자백하겠습니다(컥)
properties (22)
post_id34,352,639
authorqlfxkdla
permlinkre-twinbraid-ico-01-20180222t003240096z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-22 00:32:42
last_update2018-02-22 00:32:42
depth1
children0
net_rshares0
last_payout2018-03-01 00:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length65
author_reputation709,759,331,542
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@hkmoon ·
역시 믿고 보는 트윈님입니다! ㅋㅋ
properties (22)
post_id34,462,336
authorhkmoon
permlinkre-twinbraid-ico-01-20180222t121820344z
categorykr
json_metadata"{"app": "busy/2.3.0", "community": "busy", "tags": ["kr"]}"
created2018-02-22 12:18:21
last_update2018-02-22 12:18:21
depth1
children0
net_rshares0
last_payout2018-03-01 12:18:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length19
author_reputation1,338,648,842,069
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@holcoin ·
새로운 지식을 파워업하게 해주셔서 감사합니다.
properties (22)
post_id34,470,822
authorholcoin
permlinkre-twinbraid-ico-01-20180222t131018654z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-02-22 13:10:21
last_update2018-02-22 13:10:21
depth1
children0
net_rshares0
last_payout2018-03-01 13:10:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length25
author_reputation640,717,618,867
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jeyechoo ·
글 정말 잘보고 있습니다!!!
혹시 이 시리즈 다음 포스팅은 아직 안올라 왔나요 ㅠㅠㅠ?
properties (22)
post_id40,267,735
authorjeyechoo
permlinkre-twinbraid-ico-01-20180324t091627095z
categorykr
json_metadata"{"app": "steemit/0.1", "tags": ["kr"]}"
created2018-03-24 09:16:27
last_update2018-03-24 09:16:27
depth1
children0
net_rshares0
last_payout2018-03-31 09:16:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length49
author_reputation29,663,488,391
root_title"자신만의 ICO(클라우드세일)를 해보자 01"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000