here for the memes

Verified contract

Proxy

Active on Ethereum with 40 txns
Deployed by via 0x68305a16 at 20143453
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 "here for the memes"

0xbe5988c03accb119e0d6676b3626abb9b2fb8dad606668959787a4444fc2ef66
0x4c8dc53e4c8730175e0d63227922e1be4a002cf0574ae44f8de71d983f4ad823
0x5eef8ee5c3486f9ce0ef74ed6a5894e187546b496126e00052b5a8a7dfb30f75
0x6d8a11f21e3144a9213bdbf25608b9653918747a3454f2d102961fcd7a5ec062
0x0badb1110d48769aa5bea697fc5b16363ba21e4b20bd6a8c5318ed3c5ab5c240
0xbc062c03277025436701d24a40f1211de005e2fe7b89d79aaad6b5c7480dfdb5
0xef75f0ed5752b98a2002cdd0eab483d3a80425c144da20571fef1316baf0d21a
0x50218d777b304ab695f5984d78c7627e0df9f35bb03d686e2df07e95074977a2
0x35240cd541f4baef246ec2c16a41d050d77ef2563d82701cc6623411a0c8cf23
0x26eeff2a6aa5c1ad4d9ce15a258bade55b4bb6cafb0518df504783729623f5f7

Functions
Getter at block 21290350
DOMAIN_SEPARATOR(view returns (bytes32 domainSeparator)
0x430b2b71298c264e7c2bfe9a2d900f4b851733838d67b0b2da23268fa239151b
buybackHandler(view returns (address)
0x16fa99e62efec3603182026d76747bea8c513646
decimals(view returns (uint8)
18
fees(view returns (struct ITokenFiErc20Fees)
((150, false), (0, false), (0, false), (0, false))
isReflectionToken(view returns (bool)
false
name(view returns (string)
here for the memes
symbol(view returns (string)
Memememe
 
tokenInfo(view returns (struct ITokenFiErc20TokenInfo)
totalFees(view returns (uint256)
0
totalReflection(view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply(view returns (uint256)
10000000000000000000000000000
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(