Skip to content

Instantly share code, notes, and snippets.

View victorlane's full-sized avatar

Victor victorlane

View GitHub Profile
@victorlane
victorlane / .deps...npm...@chainlink...contracts...src...v0.6...VRFConsumerBase.sol
Created August 13, 2021 20:29
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.12+commit.27d51765.js&optimize=false&runs=200&gist=
@victorlane
victorlane / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created August 13, 2021 01: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.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.