This contract is being backfilled. You may encounter incomplete storage history.

An American who Loves Freedom

Verified contract

Proxy

Active on Ethereum with 183 txns
Deployed by via 0x03c200ef at 20136042
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 32 additional slots

No balances found for "An American who Loves Freedom"

0x63b085165bd175fbab6149b7eb8d3fc65042b89148c1363bf6e7106eaf400198
0x4c89f17e2ba39e35810875ef8a41970e12120afc84a886d00e8e24e4baca23ca
0x950ed2e75010a98f19fc7caeab01ab8a7dca32bc5c51cb38c57456b9a71c74e0
0x7f4c3e36b0ab564cf911f0a0f07f14f7890b65616716a8dddfd38b0799200268
0xafe66768cbb04302364612120ff5651f038f74d0785bc957fadc3c01c0c5871a
0x3db31956579bdfff4e3dc8a11e2cde3db278f93f134dcee4b01419af0db556a1
0x780666f4146701de303d93dd34ff6498ea0d66abd1dba7c9cd354d74d8e1a231
0x2c0dcb753e510b0a47bd0f3c60c22b7ffe687d242db9cc6961c548cd80ea3ba7
0xb75696100612bd3c6810dd3e2994cf4b2e08a703b05ae182fecf8cab93e40b85
0x10da3cad03a80ca7746dc1a8ace289e18e1cc80413f2890ee696fd6bc74bed29

Functions
Getter at block 20896287
DOMAIN_SEPARATOR(view returns (bytes32 domainSeparator)
0x49c41a0708725eaa23247a2c375967c09ff5e27e880160d170110ee2e196b22d
buybackHandler(view returns (address)
0x16fa99e62efec3603182026d76747bea8c513646
decimals(view returns (uint8)
18
fees(view returns (struct ITokenFiErc20Fees)
((2500, false), (0, false), (0, false), (0, false))
isReflectionToken(view returns (bool)
false
name(view returns (string)
An American who Loves Freedom
symbol(view returns (string)
AALF
 
tokenInfo(view returns (struct ITokenFiErc20TokenInfo)
totalFees(view returns (uint256)
0
totalReflection(view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holderaddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExchangePool(address poolview returns (bool)
isExcludedFromReflectionRewards(address accountview returns (bool)
isExemptedFromTax(address accountview returns (bool)
nonces(address ownerview returns (uint256)
reflectionFromToken(uint256 tAmountbool deductTransferFeeview returns (uint256)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
addExchangePool(address pool
addExemptAddress(address account
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 amountreturns (bool)
excludeAccount(address account
includeAccount(address account
increaseAllowance(address spenderuint256 amountreturns (bool)
mint(address touint256 amount
permit(address owneraddress spenderuint256 amountuint256 deadlineuint8 vbytes32 rbytes32 s
reflect(uint256 tAmount
removeExchangePool(address pool
removeExemptAddress(address account
setBuybackDetails(struct ITokenFiErc20BuybackDetails _buybackDetails
setBuybackHandler(address _newBuybackHandler
setDecimals(uint8 decimals
setName(string name
setSymbol(string symbol
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address holderaddress recipientuint256 amountreturns (bool)
updateFees(struct ITokenFiErc20Fees _fees
updateTokenLauncher(address _newTokenLauncher
updateTreasury(address _newTreasury
Events
DiamondCut(struct IDiamondCutFacetCut[] _diamondCutaddress _initbytes _calldata
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Approval(address indexed owneraddress indexed spenderuint256 value
BuybackDetailsUpdated(address indexed routeraddress indexed pairTokenuint256 liquidityBasisPointsuint256 priceImpactBasisPoints
BuybackHandlerUpdated(address indexed oldBuybackHandleraddress indexed newBuybackHandler
ExchangePoolAdded(address indexed pool
ExchangePoolRemoved(address indexed pool
ExemptedAdded(address indexed account
ExemptedRemoved(address indexed account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenLauncherUpdated(address indexed oldTokenLauncheraddress indexed newTokenLauncher
Transfer(address indexed fromaddress indexed touint256 value
TransferTax(address indexed accountaddress indexed receiveruint256 amountstring indexed taxType
TreasuryUpdated(address indexed oldTreasuryaddress indexed newTreasury
Constructor
constructor(address _contractOwneraddress _diamondCutFacet
Fallback and receive
fallback(
receive(
Errors
InitializationFunctionReverted(address _initializationContractAddressbytes _calldata
ECDSA__InvalidS(
ECDSA__InvalidSignature(
ECDSA__InvalidV(
ERC20Base__ApproveFromZeroAddress(
ERC20Base__ApproveToZeroAddress(
ERC20Base__BurnExceedsBalance(
ERC20Base__BurnFromZeroAddress(
ERC20Base__InsufficientAllowance(
ERC20Base__MintToZeroAddress(
ERC20Base__TransferExceedsBalance(
ERC20Base__TransferFromZeroAddress(
ERC20Base__TransferToZeroAddress(
ERC20Extended__ExcessiveAllowance(
ERC20Extended__InsufficientAllowance(
ERC20Permit__ExpiredDeadline(
ERC20Permit__InvalidSignature(
UintUtils__InsufficientHexLength(