A Pen by Ezeh Kingsley Uchenna on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.8.2; | |
// SPDX-License-Identifier: MIT | |
/** | |
* @dev Interface of the TRC20 standard as defined in the EIP. Does not include | |
* the optional functions; to access them see {TRC20Detailed}. | |
*/ | |
interface ITRC20 { | |
/** | |
* @dev Returns the amount of tokens in existence. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.8.22; | |
// SPDX-License-Identifier: MIT | |
/** | |
* @dev Interface of the TRC20 standard as defined in the EIP. Does not include | |
* the optional functions; to access them see {TRC20Detailed}. | |
*/ | |
interface ITRC20 { | |
/** | |
* @dev Returns the amount of tokens in existence. |