/cea-contracts

Base smart contracts used in the default template of Create Eth App

Primary LanguageJavaScriptMIT LicenseMIT

Create Eth App Contracts Built with openzeppelin

The CeaErc20.sol is the base smart contract used in the default template of Create Eth App.

Update (Oct 2020)

Deprecated since v1.2.0 of Create Eth App. We moved the contract ABIs in the core repository.

Address

We deployed CeaErc20 to Ethereum Mainnet, Goerli, Kovan, Rinkeby and Ropsten. It has the same address on all networks.

Name Address on Etherscan
Ethereum Mainnet 0xc1C0472c0C80bCcDC7F5D01A376Bd97a734B8815
Goerli 0xc1C0472c0C80bCcDC7F5D01A376Bd97a734B8815
Kovan 0xc1C0472c0C80bCcDC7F5D01A376Bd97a734B8815
Rinkeby 0xc1C0472c0C80bCcDC7F5D01A376Bd97a734B8815
Ropsten 0xc1C0472c0C80bCcDC7F5D01A376Bd97a734B8815

Acknowledgements

We are grateful to OpenZeppelin for providing us with a secure open-source implementation of ERC20.