Submitted for verification at Etherscan.io on 2021-02-26*// @dev Interface of the ERC20 standard as defined in the EIP. Does not include* the optional functions; to access them see `ERC20Detailed`.*/interface IERC20 {/** * @dev Returns the amount of tokens in existence. */function totalSupply() external view returns (uint256);

Verified contract

Active on Ethereum with 32 txns
Deployed by via 0x59d5a44a at 17937178
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional variables
ERC-20
--
0xab8fae35ab1cb59bc5589f8a6957caa6ee28dde1eb2c2687d5df552f0b7708ee
0xdd24bb573b8cfaf65debd73a81597b6ae142c95088a4e43965bfc72dd021b580
0x81e02e905d895126107014737311eb56383870b9413b6e6227c45117a9ed088a
0xfe825143395bdb21d466f64f34339fd7cd2d0277bc5068de185cd97617a6726b
0x0d21d2b0d8199dcd3370a4626508590b4e65e22bc9f053abe621c3c4724c3c75
0xec2b8d402cf26793875e342701c4211fddc05bf0ae5d2d91a5591f5b19011457
0xa02237f251292f21c22c4572cb4afeb42d3dad3412b456b0bd8240ff565251e4
0x77ec223c03d9830baaef14a625ea5af418425e365a8e29a21ade308abbee6caf
0x2c48a3be3273a8727a096beeb84d59e16cfd246a534c25e7090a8e283af9153f
0xf1f3f0b0010bcdb28aa344e9984cf83a48f2f54cdf35d3f5e522b83d8d704f3c

Functions
Getter at block 21206444
blockForPenaltyEnd(view returns (uint256)
17937759
botsCaught(view returns (uint256)
0
buyBurnFee(view returns (uint256)
0
buyDevTeamFee(view returns (uint256)
0
buyLiquidityFee(view returns (uint256)
0
buyOperationFee(view returns (uint256)
0
buyTotalFees(view returns (uint256)
0
decimals(view returns (uint8)
18
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect(view returns (bool)
false
limitsInEffect(view returns (bool)
false
lpPair(view returns (address)
0x5c1668c41dfc0cbc7fab0d2e2d36d995e68375b4
maxBuyAmount(view returns (uint256)
210000000000000000000000
maxSellAmount(view returns (uint256)
210000000000000000000000
maxWalletAmount(view returns (uint256)
210000000000000000000000
name(view returns (string)
Submitted for verification at Etherscan.io on 2021-02-26*// @dev Interface of the ERC20 standard as defined in the EIP. Does not include* the optional functions; to access them see `ERC20Detailed`.*/interface IERC20 {/** * @dev Returns the amount of tokens in existence. */function totalSupply() external view returns (uint256);
owner(view returns (address)
0xa0ddb96aa024432c1627d1d446b97908de0fed3b
sellBurnFee(view returns (uint256)
0
sellDevTeamFee(view returns (uint256)
30
sellLiquidityFee(view returns (uint256)
0
sellOperationFee(view returns (uint256)
0
sellTotalFees(view returns (uint256)
30
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
18900000000000000000000
symbol(view returns (string)
CONTRACT
tokensForBurn(view returns (uint256)
0
tokensForDevTeam(view returns (uint256)
79158643960762181999999
tokensForLiquidity(view returns (uint256)
0
tokensForOperation(view returns (uint256)
0
totalSupply(view returns (uint256)
21000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
17937759
transferDelayEnabled(view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
boughtEarly(addressview returns (bool)
State-modifying
airdropToWallets(address[] walletsuint256[] amountsInTokens
approve(address spenderuint256 amountreturns (bool)
buyBackTokens(uint256 amountInWei
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(
enableTrading(uint256 deadBlocks
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
forceSwapBack(
increaseAllowance(address spenderuint256 addedValuereturns (bool)
manageBoughtEarly(address walletbool flag
massManageBoughtEarly(address[] walletsbool flag
removeLimits(
renounceOwnership(
returnToNormalTax(
setAutomatedMarketMakerPair(address pairbool value
setDevTeamAddress(address _DevTeamAddress
setOperationAddress(address _OperationAddress
transfer(address recipientuint256 amountreturns (bool)
transferForeignToken(address _tokenaddress _toreturns (bool _sent)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _DevTeamFeeuint256 _liquidityFeeuint256 _OperationFeeuint256 _burnFee
updateMaxBuyAmount(uint256 newNum
updateMaxSellAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateSellFees(uint256 _DevTeamFeeuint256 _liquidityFeeuint256 _OperationFeeuint256 _burnFee
updateSwapTokensAtAmount(uint256 newAmount
withdrawStuckETH(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyBackTriggered(uint256 amount
CaughtEarlyBuyer(address sniper
EnabledTrading(
ExcludeFromFees(address indexed accountbool isExcluded
MaxTransactionExclusion(address _addressbool excluded
OwnerForcedSwapBack(uint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemovedLimits(
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
TransferForeignToken(address tokenuint256 amount
UpdatedDevTeamAddress(address indexed newWallet
UpdatedMaxBuyAmount(uint256 newAmount
UpdatedMaxSellAmount(uint256 newAmount
UpdatedMaxWalletAmount(uint256 newAmount
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.