Santoshi

Verified contract

Active on Ethereum with 96 txns
Deployed by via 0x4851490f at 18642384
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
ERC-20
--
0x3d3ec5f9f2efe28186f7d444436b49ba35052a04b2823353660dd9f1acc62291
0x65234b7c85a04c0aa51afd043829ceaf67dacfa2f1c8060df4756f41d09cff94
0x67093f071079b195cb4ac18cdc1454a764decda620aae8ebce771d33305627cf
0xe2917b8bb4088a72cdd5add34adfa7ca54726da4c83b48f2553630301e0e3681
0xd3fbae1bd5c5d427cf6425aebe440533f7e352deae3c4e30a9be3bb15f03f85b
0x862fc7adc6f5bd2e1ce2e86aa8daf12c3dc464ee1dfc6fd143726ef81e3140b2
0x08b77dbd9166267681ab9cb5399981a381afb66620ed96ffa78381c6d56a68a1
0x97cad9fda5079c95a9dc13befc6d8710df65acb6514740b46c4f5e4ae1439459
0xdc3a9ea867674c06b2875de77bf7d484eb762610d2422dd1c46b12464be32938
0x59faf13b27f2ce2ae0b7ce4f18b88509cb458764caf2ba49c308b410354fca0b

Functions
Getter at block 21218445
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x2e5527b44bb7de6127b0f2dc8feb6477b2c0f13c
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)
18
getNumberOfDividends(view returns (uint256)
3534413987756539921720911
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
maxTxn(view returns (uint256)
210000000000000000000000
name(view returns (string)
Santoshi
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
30
operationsSellFee(view returns (uint256)
40
operationsWallet(view returns (address)
0x38e83152727ac86d5f0664ed2e1cc703c5b2e25d
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
20
rewardsSellFee(view returns (uint256)
10
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
210000000000000000000000
symbol(view returns (string)
SANTOSHI
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
679709094398561198707362
tokensForRewards(view returns (uint256)
388789210967570260608168
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
50
totalSupply(view returns (uint256)
21000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
18643520
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x66a805093399911eae749070ecff736e69a7d834
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
updateBuyFee(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFee(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.