Skip to content

Instantly share code, notes, and snippets.

View qcoinmine's full-sized avatar

QuickUSDT qcoinmine

  • QuickCoinMines
  • Joined Oct 31, 2025
View GitHub Profile
@qcoinmine
qcoinmine / contracts...1_Storage.sol
Created November 3, 2025 22:13
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.5.18+commit.6124c569.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
[
{
"id": "TTCoi38cuwXTXZjK3Yj9oPQUACqGRYe6j6",
"name": "ProUSDT",
"symbol": "proUSDT",
"decimals": 6,
"logoURI": "https://www.google.com/search?q=https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/tron/assets/TR7NHqFVy5NCtP2ytE9FpGqQJzJjSjQ5v7/logo.png"
}
]
@qcoinmine
qcoinmine / contracts...1_Storage.sol
Created November 3, 2025 08:41
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.5.18+commit.6124c569.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
{
"name": "Tethos Testnet List",
"logoURI": "https://s2.coinmarketcap.com/static/img/coins/200x200/825.png",
"keywords": [
"tethos",
"testnet",
"stablecoin",
"trc20"
],
"timestamp": 1730641180000,
@qcoinmine
qcoinmine / contracts...1_Storage.sol
Created November 2, 2025 21:54
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.5.18+commit.6124c569.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
{
"name": "Tethos Protocol Testnet List",
"logoURI": "https://green-permanent-marlin-229.mypinata.cloud/ipfs/bafkreidckjcuyxaypmdkqojq7v2qn7wgc6q5xthatdtapk36aut2kd55eq",
"keywords": [
"tethos",
"testnet",
"stablecoin",
"trc20"
],
"timestamp": 1762194960000,
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
@qcoinmine
qcoinmine / contracts...1_Storage.sol
Created November 2, 2025 16:57
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.24+commit.7d902c66.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {