This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.8.0; | |
// The Setup | |
// --------- | |
// Alice, Bob, and Mallory have a tea party | |
// Alice decided to give everyone tokens! | |
// Alice sets up a Proxy contract and a Token contract | |
// The tokens are shared between the three friends | |
// initialSupply is 30000000000000 | |
// But are they truly friends? Or ex-friends? |