You are viewing a single comment's thread from:

RE: 누구나 만들 수 있는 이더리움 ERC20 코인/토큰 실전 개발 (2편)

in #kr-dev7 years ago

ERC20 규약상 코인이 생성될 때는 0x0 으로 지정해줘야 합니다. 원문은 다음과 같습니다. :-)

A token contract which creates new tokens SHOULD trigger a Transfer event with the _from address set to 0x0 when tokens are created.