Heaven Pepe

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0x636980dd at 21299260
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Heaven Pepe"

0xf0e6241c9fd43dc4eb8cf2b7ddaf16204460486f402efa5895a0ea230e6a34f4
0xe7392d06c809114f164c99f4af9ac5e8b43d8822a6b21bf00a2baf413971d43a
0x2e4bbd0f26bcda07cfb99d16a39d80bb5c12052ea3f962585db621a509eb470a
0x3de5cb3fd98c3e960c3bba2d65661539325d71d473ce9d8ff439704a739fb270

Functions
Getter at block 21379206
CONTRACT_HASH(view returns (bytes32)
0x00dfe97a33595945c377549f89a9ff7cfe1b18d2c11f1def0a6e810472a95c28
CONTRACT_NAME(view returns (string)
DefiTokenFixedSupply
MAX_EXCLUSION_LIMIT(view returns (uint256)
100
MAX_REWARDS_EXCLUSION_LIMIT(view returns (uint256)
100
VERSION(view returns (string)
defi_v_1_fixed_supply
_tTotal(view returns (uint256)
42069000000
decimals(view returns (uint8)
0
deflationBPS(view returns (uint256)
0
documentUri(view returns (string)
getFeesAndLimitsExclusionList(view returns (address[])
[]
getRewardsExclusionList(view returns (address[])
[]
initialDocumentUri(view returns (string)
initialMaxTokenAmountPerAddress(view returns (uint256)
0
initialSupply(view returns (uint256)
42069000000
initialTokenOwner(view returns (address)
0x6727c5c765d39f404b872fdd994cc9cced095729
isBurnable(view returns (bool)
false
isDeflationary(view returns (bool)
false
isDocumentUriAllowed(view returns (bool)
false
isMaxAmountOfTokensSet(view returns (bool)
false
isReflective(view returns (bool)
false
isTaxable(view returns (bool)
false
maxTokenAmountPerAddress(view returns (uint256)
0
name(view returns (string)
Heaven Pepe
owner(view returns (address)
0x6727c5c765d39f404b872fdd994cc9cced095729
symbol(view returns (string)
HPEPE
tFeeBPS(view returns (uint256)
0
taxAddress(view returns (address)
0x6727c5c765d39f404b872fdd994cc9cced095729
taxBPS(view returns (uint256)
0
totalSupply(view returns (uint256)
42069000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
feesAndLimitsExcluded(uint256view returns (address)
isFeesAndLimitsExcluded(addressview returns (bool)
rewardsExcluded(uint256view returns (address)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
excludeFromFeesAndLimits(address account
excludeFromRewards(address account
includeInFeesAndLimits(address account
includeInRewards(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setDeflationConfig(uint256 _deflationBPS
setDocumentUri(string newDocumentUri
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount
setReflectionConfig(uint256 _feeBPS
setTaxConfig(address _taxAddressuint256 _taxBPS
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DeflationConfigSet(uint256 indexed _deflationBPS
DocumentUriSet(string newDocUri
ExcludeFromFeesAndLimits(address indexed account
ExcludedFromRewards(address indexed account
IncludedInFeesAndLimits(address indexed account
IncludedInRewards(address indexed account
MaxTokenAmountPerSet(uint256 newMaxTokenAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReflectionConfigSet(uint256 indexed _feeBPS
TaxConfigSet(address indexed _taxAddressuint256 indexed _taxBPS
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupplyToSetuint8 decimalsToSetaddress tokenOwnerstruct DefiTokenFixedSupplyERC20ConfigProps customConfigPropsstring newDocumentUriaddress _taxAddressuint256[3] bpsParamsuint256[1] amountParams
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExcludedFromFeesAndLimits(
AlreadyExcludedFromRewards(
AlreadyIncludedInFeesAndLimits(
AlreadyIncludedInRewards(
BurningNotEnabled(
DestBalanceExceedsMaxAllowed(address addr
DocumentUriNotAllowed(
ERC20InsufficientBalance(address recipientuint256 fromBalanceuint256 balance
InvalidDecimals(uint8 decimals
InvalidMaxTokenAmount(uint256 maxTokenAmount
InvalidReflectiveConfig(
InvalidTotalBPS(uint256 bps
MaxTokenAmountNotAllowed(
MaxTokenAmountPerAddrLtPrevious(
ReachedMaxExclusionLimit(
ReachedMaxRewardExclusionLimit(
TokenIsNotDeflationary(
TokenIsNotReflective(
TokenIsNotTaxable(
TotalReflectionTooSmall(
ZeroTransferError(