Skip to content

Instantly share code, notes, and snippets.

View ngdlong91's full-sized avatar
🏠
Working from home

Long Nguyen ngdlong91

🏠
Working from home
View GitHub Profile
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.