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
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CONTRACT | ERC-20 | 640.467705K | -- | -- |
Transactions
ABI
ABI objects
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(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
boughtEarly(address) view returns (bool)
State-modifying
Events airdropToWallets(address[] wallets, uint256[] amountsInTokens)
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading(uint256 deadBlocks)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manageBoughtEarly(address wallet, bool flag)
massManageBoughtEarly(address[] wallets, bool flag)
removeLimits()
renounceOwnership()
returnToNormalTax()
setAutomatedMarketMakerPair(address pair, bool value)
setDevTeamAddress(address _DevTeamAddress)
setOperationAddress(address _OperationAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _DevTeamFee, uint256 _liquidityFee, uint256 _OperationFee, uint256 _burnFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _DevTeamFee, uint256 _liquidityFee, uint256 _OperationFee, uint256 _burnFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBackTriggered(uint256 amount)
CaughtEarlyBuyer(address sniper)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedDevTeamAddress(address indexed newWallet)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
constructor()
receive()
This contract contains no error objects.