Pumpkin6900
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a25…488d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUMPKIN6900 | ERC-20 | 353.46292K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18364662 | a year ago | | | 0 | 0.0010863590 | |
| 18364660 | a year ago | | | 0 | 0.00035141205 | |
| 18364658 | a year ago | | | 0 | 0.00038375600 | |
| 18364657 | a year ago | | | 0 | 0.00040047853 | |
| 18364651 | a year ago | | | 0 | 0.00045986039 | |
| 18364649 | a year ago | | | 0 | 0.00046983265 | |
| 18364646 | a year ago | | | 0 | 0.00048323808 | |
| 18364642 | a year ago | | | 0 | 0.00090464562 | |
| 18364642 | a year ago | | | 0 | 0.0010696893 | |
| 18364642 | a year ago | | | 0 | 0.0010696893 |
ABI
ABI objects
Getter at block 21415081
MarketingWallet() view returns (address)
0x828935a95a49756e26d887774ce8b76aa54e6abf
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
20000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Pumpkin6900
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
symbol() view returns (string)
PUMPKIN6900
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb64c4dd93ceb753ea929724f7352a45d780694d3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _MarketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint256 _buyFee)
setEnableLimits(bool enable)
setExcludeFromLimits(address account, bool exclude)
setMaxTransactionAmount(uint256 _maxTransactionAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSellFee(uint256 _sellFee)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeeUpdated(uint256 buyFee)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromLimits(address indexed account, bool isExcluded)
MaxTransactionLimitAmountChanged(uint256 maxTransferRate)
MaxWalletLimitAmountChanged(uint256 maxWalletLimitRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeUpdated(uint256 sellFee)
SwapAndSend(uint256 tokensSwapped, uint256 valueReceived)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.