Skip to content

Instantly share code, notes, and snippets.

View sumsudo's full-sized avatar
🎯
Focusing

sumsudo

🎯
Focusing
  • Software Consultancy Co.,Ltd.
View GitHub Profile
@sumsudo
sumsudo / SUMSUDO.sol
Created July 1, 2021 02:51
SUM SUDO Token using BEP20
pragma solidity 0.5.16;
interface IBEP20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.