Skip to content

Instantly share code, notes, and snippets.

View goulart81's full-sized avatar
🎯
Focusing

Hugo goulart81

🎯
Focusing
  • Mewatools
  • Lisbon
View GitHub Profile
@goulart81
goulart81 / BEP20_flat.sol
Last active October 9, 2022 15:19
smart contract for Mewa token
// File: contracts/BEP20.sol
pragma solidity 0.5.16;
interface IBEP20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);