Skip to content

Instantly share code, notes, and snippets.

View fuhidev's full-sized avatar

Phuong Hieu Ho fuhidev

View GitHub Profile
@fuhidev
fuhidev / contracts...HARByUSDT.sol
Created February 25, 2024 15:46
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2023-10-06
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Counters.sol
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
pragma solidity ^0.8.0;
@fuhidev
fuhidev / contracts...newct.sol
Created February 25, 2024 14:55
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.8+commit.0bbfe453.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity 0.6.8;
abstract contract Pausable {
/**
* @dev Emitted when the pause is triggered by `account`.
*/
event Paused(address account);
@fuhidev
fuhidev / contracts...newct.sol
Created February 25, 2024 08:09
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.8+commit.0bbfe453.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity 0.6.8;
abstract contract Pausable {
@fuhidev
fuhidev / contracts...newct.sol
Created February 23, 2024 10:27
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.8+commit.0bbfe453.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity 0.6.8;
abstract contract Pausable {
@fuhidev
fuhidev / contracts...HarUSDT.sol
Created February 23, 2024 09:09
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2023-10-06
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Counters.sol
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
pragma solidity ^0.8.0;
@fuhidev
fuhidev / contracts...HarUSDT.sol
Created February 20, 2024 18:44
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2023-10-06
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Counters.sol
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
pragma solidity ^0.8.0;
@fuhidev
fuhidev / contracts...Har.sol
Created February 18, 2024 04:47
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2023-10-06
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Counters.sol
// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)
pragma solidity ^0.8.0;
@fuhidev
fuhidev / contracts...Guldex.sol
Created February 18, 2024 04:46
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.22+commit.4fc1097e.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2023-12-23
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract GultDex {
string private _name = "GultDex";
string private _symbol = "GTX";