The latest block we've processed for this chain is 20897458, which is 5 minutes old. We're running behind the tip but working to resolve the issue.

PRESIDENT TRUMPEPE

Verified contract

Proxy

Active on Ethereum with 183 txns
Deployed by via 0x842e1f87 at 20585902
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
ERC-20
--
0xfdf626e562a44715a1a02ea593508741398bdbaf43c03b1f3ec990ed2eb823f3
0xb706cf71f74a8412708003bd8e5b5ac8c824c6bcaefad1db353b7870dfac880b
0xbc780dd0fd71559a8e19a06309c64334633a5a5d12533b266e6d0ed9f7562ab5
0x9e303db60a540e4c56388c22f72cae7f1bae618d9b411783b399bdd9ebfc6a9f
0x8b73f5863c9890f0da034b6fe2954142f682f423273d5f7d80a173fca9da42e9
0xf2c2fa5476abeb4372b3fa6840eec22d9f42f23e56d9d03ead88e24c68b52202
0x63a45c16c3cee8045d033d4b46009c3e4a090160daca2743ac4a30d57c8732c3
0xdad5022b1b6b78c2f401e9017c40c2790b18d1460d83f04251408cc0f2f16167
0x6beb63b798c6175ea4f8b38f0a44197b6fac05cea6de6a994a5b891e08af79aa
0xcc09c066cc10f26683ca37d1b5e49987e48ddb52c0c84dd8b4dafd736f1fbd71

Functions
Getter at block 20897457
DOMAIN_SEPARATOR(view returns (bytes32 domainSeparator)
0xf07339bd6ba0dc4689616d5eb6d2cf2a9cf15de6023d5ca0badd5c129eea0a44
buybackHandler(view returns (address)
0xa10df35acb625fd07bd315e60eb15aa38d411aab
decimals(view returns (uint8)
9
fees(view returns (struct ITokenFiErc20Fees)
((0, true), (0, true), (0, false), (0, true))
isReflectionToken(view returns (bool)
false
name(view returns (string)
PRESIDENT TRUMPEPE
symbol(view returns (string)
TRUMPEPE
 
tokenInfo(view returns (struct ITokenFiErc20TokenInfo)
totalFees(view returns (uint256)
0
totalReflection(view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply(view returns (uint256)
100000000000000000
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(