Dissection of an ERC-20 StableCoin: Understanding the stablecoin smart contract (Part One)

less than 1 minute read

Published:

I have started studying a Stablecoin smart contract that is already running in Ethereum Mainnet. To better understand it, I think it is best to share my understanding with you and engage in a healthy discussion. The code for the stablecoin can be found here.

During this study of the smart contract code, I will follow a top-down approach. That means I’ll try to develop a tree-like structure of the overall smart contract codes. To maintain the length of the article, I will divide it into several parts. This is the first part. Other consecutive parts can be accessed from the links below. …

Read more in medium