Skip to content

Instantly share code, notes, and snippets.

View Irene-123's full-sized avatar
🎯
Looking for a hackathon partner in Bengaluru

kirti purohit Irene-123

🎯
Looking for a hackathon partner in Bengaluru
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.