TEH

Verified contract

Active on Ethereum with 59 txns
Deployed by via 0x3fc650eb at 15346472
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional variables
ERC-20
--
0xbb51ecec5df16b9e369d7bc044c7dddd63b635861fd10ebf12ff001a45b9f8dd
0x7ed178f89529d48002fe5369f4daa227a49b7eac84c26b4f919efc83b2685462
0xfa84b49ac97058e1b149a29c037fe78478341e43d529977503ee4c08565923e9
0xba908856f2bc3e541c762906a5c5509a467e14c098bda9d31ce04caa80f3a041
0x8446a10f4ecc04293f2e8388071d12b06f6518e4627ad00c2ac88134862444b7
0x64a7b645d6f887f57156e0dda0ed4718634c14a035fc5339b672a239ede50f31
0x53891fb18131864158de5d546b5c2481afe3f7645eef02bed37e5330fa424acf
0xba58b310ab6fdf34b92b77a2d10c3fc3385439b712fda69aa6ec6e580847ac32
0x7f325dbfc0a12efc2ac0bb423f6f8cda1a414bffee25bf5be5f5598f7cbdbae6
0x4ac1c9ecf29505f0ac80f49484b96002b460dee5ec41d3496da9566a875755b9

Functions
Getter at block 21198810
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x0d5f63b7b1487b4ebf436a64a1cd58699e2213ab
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
35
getNumberOfDividends(view returns (uint256)
353787880567099984300129842115
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)
1000000000000000000000000000000000000
maxWallet(view returns (uint256)
1000000000000000000000000000000000000
name(view returns (string)
TEH
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
10
operationsSellFee(view returns (uint256)
10
operationsWallet(view returns (address)
0xdc021a876b8aef6c9fc07ed8b36f1cd6d5fe6708
owner(view returns (address)
0xdc021a876b8aef6c9fc07ed8b36f1cd6d5fe6708
rewardsBuyFee(view returns (uint256)
10
rewardsSellFee(view returns (uint256)
10
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000000000
symbol(view returns (string)
TEH
tokensForLiquidity(view returns (uint256)
123949066314935695922692960
tokensForOperations(view returns (uint256)
867643464204549871458850724
tokensForRewards(view returns (uint256)
619745331574678479613464803
totalBuyFees(view returns (uint256)
20
totalSellFees(view returns (uint256)
20
totalSupply(view returns (uint256)
1000000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15346489
uniswapV2Pair(view returns (address)
0x413b9954a4199e0ca42b2ded756b16248aeefee5
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)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
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
updateMaxTxnAmount(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
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.