Skip to content

Instantly share code, notes, and snippets.

View xiinxxx's full-sized avatar

xiinxxx

  • Joined Oct 3, 2025
View GitHub Profile
@xiinxxx
xiinxxx / github
Created October 3, 2025 10:57
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.30+commit.73712a01.js&optimize=false&runs=200&gist=
/*
Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
.*/
pragma solidity ^0.4.21;
import "./EIP20Interface.sol";