FDIC

Verified contract

Active on Ethereum with 2,187 txns
Deployed by via 0x53473e6b at 18390100
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x46a2cd378cc88f8fde897cc9d77c7dc4de3209d9fc7e75a3785d52334760296f
0x4770eaf91b17dfa23bc04701f13f0e43b4cb3b4367df5b031cead6b618e47a85
0xf0992fa80b467842304759cca5999150dc27f9e319302c300dbc0b9922e10646
0x1ba75459c2a959b986e2c337da27b5819f37a2e60e80ac2d5bec2c18aa060f35
0xc1ee03ff24f763ff3faccbdfc4fddc4a07e852407fc05c20efd190f81ca52adc
0xd74a718ad94bcca287414612d2ff9c5c75aaed076d86d70a47f7ebf6d82c292b
0xaae11bbbcfbc02d1325c8d53fe5215632e01dbe2f96def2afb28dd0ed6a873d3
0xf1ba435d19744b4514b2554c900b9f7f85957eb025437f09a6a70dd6ab2e9d59
0x83c799639124a652bd177dc34e59617a32dcbd5c778147a7463c6b534138f063
0x67aabd428ff56fe3d4b707230dd1b68ec20807f62d1a3daef8df450509f22abe

Functions
Getter at block 20894590
_liquidityFee(view returns (uint256)
1
_taxFee(view returns (uint256)
4
decimals(view returns (uint8)
18
liquidationEnabled(view returns (bool)
true
liquidationThresholdPercent(view returns (uint256)
1
liquidationThresholdTime(view returns (uint256)
86400
name(view returns (string)
FDIC
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled(view returns (bool)
true
symbol(view returns (string)
FDIC
totalFees(view returns (uint256)
3167649930047389638860857172884670
totalSupply(view returns (uint256)
6942013378008135000000000000000000
tradingEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x2800f24cfb260ea4aa0f0c3c26c36ec13cda45c0
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getFloatingPointPercentOfSupply(address accountview returns (uint256)
getIntegerPercentOfSupply(address accountview returns (uint256)
getLastTransaction(address accountview returns (uint256)
isExcluded(address accountview returns (bool)
reflectionFromToken(uint256 tAmountbool deductTransferFeeview returns (uint256)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableLiquidation(address[] airdropAddresses
enableTrading(
excludeAccount(address account
excludeFromFee(address account
includeAccount(address account
includeInFee(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
liquidateInactiveWallet(address wallet
liquidateWalletOverThreshold(address wallet
reflect(uint256 tAmount
renounceOwnership(
setLiquidationThresholdPercent(uint256 percent
setLiquidationThresholdTime(uint256 time
setLiquidityFeePercent(uint256 liquidityFee
setSwapAndLiquifyEnabled(bool _enabled
setTaxFeePercent(uint256 taxFee
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
InactiveWalletLiquidated(address walletuint256 amount
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
SwapAndLiquifyEnabledUpdated(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
WalletLiquidated(address walletuint256 amount
Constructor
constructor(address _initialOwneraddress _uniswapV2Router
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account