Skip to content

Instantly share code, notes, and snippets.

@SSubPPaRR
SSubPPaRR / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created May 1, 2021 04:03
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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
*
@SSubPPaRR
SSubPPaRR / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created May 3, 2021 00:06
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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
*
@SSubPPaRR
SSubPPaRR / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created May 8, 2021 00:11
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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
*
@SSubPPaRR
SSubPPaRR / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created May 10, 2021 00:24
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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**
* @dev Implementation of the {IERC20} interface.
@SSubPPaRR
SSubPPaRR / twitter-swap.js
Last active October 30, 2025 08:31
twitter/X auto embed url on copy url
// ==UserScript==
// @name Twitter URL Switcher
// @namespace tampermonkey
// @version 0.1
// @description Switches the domain of Twitter URLs to vxtwitter when copied
// @author SSubPPaRR
// @match https://twitter.com/*
// @match https://x.com/*
// @grant none
// ==/UserScript==