Skip to content

Instantly share code, notes, and snippets.

View C1h2e1's full-sized avatar
😄
hunting

C1h2e1

😄
hunting
View GitHub Profile
@C1h2e1
C1h2e1 / gist:7f9a84c41945abe08ee13341dabc2837
Created July 23, 2022 17:45
FUCK YOU @ironmountain_77
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
interface ITOKEN{
function approve(address spender, uint256 value) external;
function transfer(address to, uint256 value) external;
function transferFrom(
address from,
address to,