This is an ERC-20 smart contract by OpenZeppelin as far as I know merged in a single file.
This repository contains resources to work with an ERC-20 smart contract on an Ethereum Virtual Machine compatible network.
In particular it contains a Javascript module which contains a load function for ERC-20 contracts data, such as the ERC-20 contract source, its ABI and bytecode.
The data is generated at package build time using Solidity Compiler.
To build the module one can use GNU Make
make \
build-npmor npm
npm \
installThis originally MIT licensed file is distributed under the GNU Affero General Public License version 3 by Pellegrino Prevete.