Skip to content

Instantly share code, notes, and snippets.

View FireBlaim's full-sized avatar

FireBlaim

  • France
  • 18:24 (UTC +01:00)
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.