Skip to content

Instantly share code, notes, and snippets.

View ezehkingsleyuchenna's full-sized avatar

Ezeh Kingsley Uchenna ezehkingsleyuchenna

View GitHub Profile
@ezehkingsleyuchenna
ezehkingsleyuchenna / ITRC20.sol
Created January 15, 2025 23:34
Created using tron-ide: Realtime Tron Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at http://tronide.io/#version=soljson_v0.8.20+commit.5f1834b.js&optimize=true&runs=200&gist=
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.
@ezehkingsleyuchenna
ezehkingsleyuchenna / ITRC20.sol
Created January 15, 2025 23:24
Created using tron-ide: Realtime Tron Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at http://tronide.io/#version=soljson_v0.8.22+commit.5ed3e10.js&optimize=true&runs=200&gist=
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.