You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created using remix-ide: Realtime Et...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=
1
// SPDX-License-Identifier: GPL-3.0
2
pragma solidity^0.8.0;
3
4
interfaceIERC20 {
5
function totalSupply() externalviewreturns (uint256);