Skip to content

Instantly share code, notes, and snippets.

View CryptoCraversGitHub's full-sized avatar

CryptoCravers CryptoCraversGitHub

View GitHub Profile
@CryptoCraversGitHub
CryptoCraversGitHub / VReality.sol
Created March 3, 2022 16: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.7+commit.e28d00a7.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.