Non-Playable Pepe

Verified contract

Proxy

Active on Ethereum with 761 txns
Deployed by via 0xc5d01d82 at 20368383
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
Native
Value $260.39
0xb20d275ab4979b5cde45d1f74155a43b7327d61480a97a44cc496596297b8fb6
0xb5cb785de2139989c11f29c0636b553b5697677f6ebc2e7112df0228a163375b
0x454f7fb4eee2c6b0f8311b27c0728911e3908ed1a772725b96e79241653a91ad
0x3dd373987dafcc8d2b20b33704b5e3350badc9381052307cb4490adb6751920b
0x1fdb123a7e32be6ed3a8145f97fe049adc8888402115acd60701ad6262d25ed9
0x0e4d266ecfee14f02de34591e155cf8360dd5a716394e60747ceb9449e39f95b
0x638485dbaad822da818a22a007ee4906fc6fc79f7d60896de2f792d558fbf443
0x6962c44acd3da96d4b6e3709783c234f9af5da808088115da72114c0313460b9
0xa8b9c0fcc927b69910d95ca487c185a31986a44c0e243f57dd1f812c0e3caf62
0x8e22e58e758b75b53341d51c63b21ee49897b83873b7ce6e6a0d401c1e0ab831

Functions
Getter at block 21266882
DOMAIN_SEPARATOR(view returns (bytes32 domainSeparator)
0x881f3b26ab9e7c697035438a0f0d6585c18eb4dde29fd2f59bd177fff17961f6
buybackHandler(view returns (address)
0xa10df35acb625fd07bd315e60eb15aa38d411aab
decimals(view returns (uint8)
18
fees(view returns (struct ITokenFiErc20Fees)
((0, false), (0, false), (0, false), (0, false))
isReflectionToken(view returns (bool)
false
name(view returns (string)
Non-Playable Pepe
symbol(view returns (string)
NPP
 
tokenInfo(view returns (struct ITokenFiErc20TokenInfo)
totalFees(view returns (uint256)
0
totalReflection(view returns (struct ITokenFiErc20TotalReflection)
(0, 0, 0)
totalSupply(view returns (uint256)
420690000000000000000000000000000
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(