Woke Mind Virus

Verified contract

Active on Ethereum with 29 txns
Deployed by via 0x08ce22a3 at 21028794
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
ERC-20
--
0xaa272b63976ecf8613e241d12bdf734bed385db154839c531b278c852f03b9c1
0xbeb3b75cd3fc45e79fd3e241900312d90ad3402c97d50b87e1ae4be8a5d2e138
0xff9e13d11b1153db857364e4cc96da31761cae85f1710409700e0de88ff5c223
0xc7d88aa1ab4bacc270eff511a38e2ffffc75bc53ea3bba6a2a3d7dfd05ec9964
0x6614794b62acda557ab9d3953800ca203ad4ea5f6dd904dcc3090a146a675aa5
0xdfe9c443f21b0820a6b4fe7ee62fc35c000d376af963171fd74155b4331b0996
0x6b21068568211889725bd58eaccf463dfc052ac9a7a4f2765e3090628a0f4d03
0x79a261ba027fe81aa9fc23ec6140dbc139a3e7bb693088e4e785c385e0262b27
0x174065820749b6e2fca3e9d835ebc34bb8f1f3c487b21175ea26209878e57790
0x643da4e64cf0f39ef0dcfc1d7fe3721bdb58776c3f689b1eee7f3ed01aa0921f

Functions
Getter at block 21031605
DEAD_ADDRESS(view returns (address)
0x000000000000000000000000000000000000dead
MAX_FEE(view returns (uint256)
25
ZERO_ADDRESS(view returns (address)
0x0000000000000000000000000000000000000000
buyFee(view returns (uint256)
15
decimals(view returns (uint8)
18
developmentWallet(view returns (address)
0xfee646c8c08fd6d481ab80f8e01fd44f72b8dd1d
isCooldownEnabled(view returns (bool)
true
isLaunched(view returns (bool)
true
isLimitsEnabled(view returns (bool)
true
isTaxEnabled(view returns (bool)
true
launchBlock(view returns (uint256)
21030295
launchTime(view returns (uint256)
1729710659
maxBuy(view returns (uint256)
15000000000000000000000000
maxSell(view returns (uint256)
15000000000000000000000000
maxWallet(view returns (uint256)
15000000000000000000000000
name(view returns (string)
Woke Mind Virus
owner(view returns (address)
0xfee646c8c08fd6d481ab80f8e01fd44f72b8dd1d
sellFee(view returns (uint256)
35
swapTokensAtAmount(view returns (uint256)
500000000000000000000000
symbol(view returns (string)
WOKE
totalSupply(view returns (uint256)
1000000000000000000000000000
transferFee(view returns (uint256)
30
uniswapV2Pair(view returns (address)
0x45d97797b93b815a5de8670cfcc1608356384b4c
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isBot(addressview returns (bool)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
removeTaxesLimitsCooldown(
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setDevelopmentWallet(address _developmentWallet
setFees(uint256 _buyFeeuint256 _sellFee
setSwapTokensAtAmount(uint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawStuckTokens(address _token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address accountbool isExcluded
ExcludeFromLimits(address accountbool isExcluded
Launch(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address pairbool value
SetBots(address accountbool isExcluded
SetBuyFees(uint256 newValueuint256 oldValue
SetCooldownEnabled(bool status
SetDevelopmentWallet(address newWalletaddress oldWallet
SetLimitsEnabled(bool status
SetMaxBuy(uint256 amount
SetMaxSell(uint256 amount
SetMaxWallet(uint256 amount
SetSellFees(uint256 newValueuint256 oldValue
SetSwapTokensAtAmount(uint256 newValueuint256 oldValue
SetTaxesEnabled(bool status
SetTransferFees(uint256 newValueuint256 oldValue
Transfer(address indexed fromaddress indexed touint256 value
WithdrawStuckTokens(address tokenuint256 amount
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account