PUMPITUP

Verified contract

Active on Ethereum with 55 txns
Deployed by via 0x11d3d95f at 20106128
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x648fc92006626b626ebaa877edf9cb1c77c40df1c65e63e755030efaee8c521a
0x11d252f522e6e8a9285f0f8ba3a47e83d6918a0c2f42192dc809c575ed52d08b
0xc0e7d3e83f39f21685ed5c26492dbebd109b347e67b42307abdeeef81acfbec2
0x7f9a6b8b2c25c29e30bfc601371e01b7b96bef63b153d07de1bdcde22624ba05
0x48e8b9c4bb164ef1068d917bbc1fb07d39d1c4b7b7ea6ce3c1d8e218f12dd364
0x47557b3f52c1b7fb79a5b94d966abaa2c3cc289ddf69ae2eadbbae5c23fad5f6
0xf65e435db742e2dee4a6cd73df3934f5558418b07edc6453a74f302e992315b3
0x1931786b2b811fe895e62611c862aa7bb33f0d9228a06b612ffeb62295b4c9ce
0x45ea8f4d1afa9b17bfcc939c4920fb2768892969fca331210b079c882c4b2594
0xcec0e79357b7e02a5df83bfec9afc374f74283b6fa9ff509b741ab27e6589242

Functions
Getter at block 21220881
decimals(pure returns (uint8)
18
devmarketingcexlistingutilityAddress(view returns (address)
0x100fac550d53615aa4d5b7672504e732b53f91c7
getAllPending(view returns (uint256)
1734764841304995854595070
getSwapThresholdAmount(view returns (uint256)
4176425328497332351079482
name(view returns (string)
PUMPITUP
owner(view returns (address)
0x0000000000000000000000000000000000000000
pairV2(view returns (address)
0x85fd98caef717a506389c1d6e46726410383deaa
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
routerV2(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio(view returns (uint16)
69
symbol(view returns (string)
PUMPITUP
totalSupply(view returns (uint256)
685442015369770107319779063
Read-only
AMMPairs(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
autoBurnFees(uint256view returns (uint16)
balanceOf(address accountview returns (uint256)
devmarketingcexlistingutilityFees(uint256view returns (uint16)
isExcludedFromFees(addressview returns (bool)
liquidityFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
addLiquidityFromLeftoverTokens(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
autoBurnFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
burn(uint256 value
burnFrom(address accountuint256 value
devmarketingcexlistingutilityAddressSetup(address _newAddress
devmarketingcexlistingutilityFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
excludeFromFees(address accountbool isExcluded
liquidityFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
renounceOwnership(
setAMMPair(address pairbool isPair
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMPairsUpdated(address indexed AMMPairbool isPair
Approval(address indexed owneraddress indexed spenderuint256 value
AutoBurnFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
AutoBurned(uint256 amount
ExcludeFromFees(address indexed accountbool isExcluded
ForceLiquidityAdded(uint256 leftoverTokensuint256 unaddedTokens
LiquidityAdded(uint256 amountTokenuint256 amountCoinuint256 liquidity
LiquidityFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidPair(address pair
InvalidSwapThresholdRatio(uint16 swapThresholdRatio
InvalidTaxRecipientAddress(address account
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account