Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 709 Bytes

example.asciidoc

File metadata and controls

20 lines (12 loc) · 709 Bytes

The ERC20 Token Standard

The ERC20 standard allows for the implementation of a standard API for tokens within smart contracts. This standard provides basic functionality to transfer tokens, as well as allow tokens to be approved so they can be spent by another on-chain third party. It is documented in EIP-20 Token Standard

What Are Tokens?

Tokens are abstractions that represent ownership, access or value…​

Known Problems with ERC20 Tokens

Additional Standards (ERC223)

Rationale