Skip to content

Instantly share code, notes, and snippets.

View evchibo's full-sized avatar
🏠
Working from home

DevBadMan evchibo

🏠
Working from home
View GitHub Profile
@evchibo
evchibo / contracts...ACHAPE.sol
Created November 23, 2021 09:55
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=true&runs=200&gist=
//SPDX-License-Identifier: MIT
pragma solidity 0.8.4;
import "./SafeMath.sol";
import "./Address.sol";
import "./IERC20.sol";
import "./IUniswapV2Router02.sol";
/**
* Contract: ACHAPE Token
pragma solidity 0.5.16;
interface IBEP20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the token decimals.