Flesh of Humanity
Verified contract
Active on
Ethereum with 88 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($2.83)
Native
Value
$2.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00072 | $3,928.24 |
$2.83 | |
FOH | ERC-20 | 494.271974K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15778667 | 2 years ago | | | 0 | 0.00083785769 | |
| 15778658 | 2 years ago | | | 0 | 0.00070538116 | |
| 15772373 | 2 years ago | | | 0 | 0.00073832247 | |
| 15528919 | 2 years ago | | | 0 | 0.0017385213 | |
| 15239617 | 2 years ago | | | 0 | 0.00054252651 | |
| 15225766 | 2 years ago | | | 0 | 0.0016051076 | |
| 15168463 | 2 years ago | | | 0 | 0.0028281910 | |
| 15152442 | 2 years ago | | | 0 | 0.00093384633 | |
| 15152423 | 2 years ago | | | 0 | 0.00071446687 | |
| 15146385 | 2 years ago | | | 0 | 0.00043679901 |
ABI
ABI objects
Getter at block 21385658
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 bracketOne, uint16 bracketTwo, uint16 bracketThree, uint16 bracketFour, uint16 bracketFive)
(bracketOne=1000, bracketTwo=500, bracketThree=0, bracketFour=0, bracketFive=0)
_hasLiqBeenAdded() view returns (bool)
true
_normalTaxes() view returns (uint16 buyTaxes, uint16 sellTaxes, uint16 transferTaxes)
(buyTaxes=0, sellTaxes=0, transferTaxes=0)
_sellTaxes() view returns (uint16 bracketOne, uint16 bracketTwo, uint16 bracketThree, uint16 bracketFour, uint16 bracketFive)
(bracketOne=2200, bracketTwo=2000, bracketThree=1500, bracketFour=1000, bracketFive=500)
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
10000000000000000000000000
getMaxTX() view returns (uint256)
100000
getMaxWallet() view returns (uint256)
100000
getOwner() view returns (address)
0x1855ac665c6435b40533f790075793390016965e
lastManualBurnStamp() view returns (uint256)
0
lastTokensBurnStamp() view returns (uint256)
1667873099
lpPair() view returns (address)
0x16120f95b111ebefef82e51491b2027e061b99c9
maxBuyTaxes() view returns (uint256)
2000
maxRoundtripTax() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() view returns (string)
Flesh of Humanity
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
swapAmount() view returns (uint256)
21000000000000000000000
swapThreshold() view returns (uint256)
7000000000000000000000
symbol() view returns (string)
FOH
tokensLPBurnEnabled() view returns (bool)
true
tokensLPBurnFrequency() view returns (uint256)
1800
tokensLPBurnFrequencyManual() view returns (uint256)
7200
tokensLPBurnPercent() view returns (uint256)
25
totalSupply() view returns (uint256)
10000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserTaxValues(address account) view returns (bool taxesAreLocked, uint256 firstBuyTimestamp, uint256 lockedBuyTax, uint256 lockedSellTax)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
intializeContract(address p2eWallet, address _antiSnipe)
manualTokensInLPBurn(uint256 percentInHundreds)
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxBracketsEnabled(bool enabled)
setTaxes(uint16 buyTaxes, uint16 sellTaxes, uint16 transferTaxes)
setTaxesBuy(uint16 bracketOne, uint16 bracketTwo)
setTaxesSell(uint16 bracketOne, uint16 bracketTwo, uint16 bracketThree, uint16 bracketFour, uint16 bracketFive)
setTokensInLPBurnEnabled(bool enabled)
setTokensInLPBurnSettings(uint256 percentInHundreds, uint256 frequencyInSeconds)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.