1976SS / gitcoin-grants-heroku
View external linksLinks

// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract SoToken is ERC20 { constructor() ERC20("so", "EFM") { _mint(msg.sender, 100000000 * 10 ** decimals()); } }
β˜†12Jun 11, 2024Updated last year

Alternatives and similar repositories for gitcoin-grants-heroku

Users that are interested in gitcoin-grants-heroku are comparing it to the libraries listed below

Sorting:

Are these results useful?