Gohan

Verified contract

Active on Ethereum with 165 txns
Deployed by via 0x415da37c at 15367742
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0x8387117246faf2651ece7e95cc9e8b1818cc769b8b05bcdd10d110b377749212
0x4878844dd88d29535793eabc9b1c88c7dc74b6fe11c1801592523f16f49e7420
0x0ea2b302218f0c71dd18c98712cb052c0a77125a8f0d1f0a3636c2e99e4de22d
0xbd730f784d282e3af59c67c55a5562e3e257e04baadb8be12b8eb2c70ff01b7f
0xb0ef4f01ee8dff70066798516806182c3d44e5137b4476c83612bd4f704fa2b3
0xfcc6253a0ca3305265ecdd5ec8bff4092194814768ba962e2bc78dd3075b3651
0x58e3b74d969da20947f24cf1f07a99eacf9bbebb4e8eef6c3ee9a7e4aa5e11d0
0x04648410caa34a4ed3b68087d47a22b235ce3ffa9fca8704425da1988abdd288
0x45e35937654e30225b66595008d4993cb619360d8ba534f8a1e38cd5d2f17a73
0x1e787f6701b93ee27b20dcf5655b22e29f1c091cbd6291224a2614fe34f4738c

Functions
Getter at block 21281460
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x500a79503013e0670c39d1b6d5adec4f1bc8e154
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
23
getNumberOfDividends(view returns (uint256)
10133546486850311360243387
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
0
liquiditySellFee(view returns (uint256)
0
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
100000000000000000000000000000000000000000000
maxWallet(view returns (uint256)
100000000000000000000000000000000000000000000
name(view returns (string)
Gohan
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
50
operationsSellFee(view returns (uint256)
50
operationsWallet(view returns (address)
0x1c42f702f799f7805841b7457738e68f270730f4
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
20
rewardsSellFee(view returns (uint256)
20
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
50000000000000000000000
symbol(view returns (string)
Gohan
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
4542528088815633914575654
tokensForRewards(view returns (uint256)
1817011235526253565830261
totalBuyFees(view returns (uint256)
70
totalSellFees(view returns (uint256)
70
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15367818
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0xd33c49afe7e6fc17239ec276995ad8179db4d4bc
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
addPresaleAddressForExclusions(address _presaleAddress
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
withdrawStuckEth(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.