Skip to content

Instantly share code, notes, and snippets.

@Shungy
Shungy / Proxy.sol
Last active November 18, 2022 19:31
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?