HarryPotterObamaGaryMarioinu23
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NASDAQ | ERC-20 | 2.352M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17987506 | a year ago | | | 0 | 0.0015375848 | |
| 17987503 | a year ago | | | 0 | 0.0016619419 | |
| 17987453 | a year ago | | | 0 | 0.0013041691 | |
| 17987419 | a year ago | | | 0 | 0.00053880878 | |
| 17987417 | a year ago | | | 0 | 0.00054847862 | |
| 17987415 | a year ago | | | 0 | 0.0014411349 | |
| 17987414 | a year ago | | | 0 | 0.0010353799 | |
| 17987413 | a year ago | | | 0 | 0.0012018551 | |
| 17987411 | a year ago | | | 0 | 0.0012292119 | |
| 17987410 | a year ago | | | 0 | 0.00099982626 |
ABI
ABI objects
Getter at block 21402432
buyFee() view returns (uint256)
2
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xcf4276904ac1e500bbfc172969a837faa2651de5
maxTransactionAmountBuy() view returns (uint256)
20000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
20000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
20000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
HarryPotterObamaGaryMarioinu23
owner() view returns (address)
0xcd856bedd8213c8f79285f71f5c7dcb1df19734e
sellFee() view returns (uint256)
12
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
swapWithLimit() view returns (bool)
false
symbol() view returns (string)
NASDAQ
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x11c09efd5cca6896a200b209b8a1a0c0bbf0f0d0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferFee() view returns (uint256)
1
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)
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setExcludeFromMaxTransactionLimit(address account, bool exclude)
setExcludeFromMaxWallet(address account, bool exclude)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSellFee(uint256 _sellFee)
setSwapTokensAtAmount(uint256 newAmount)
setSwapWithLimit(bool _swapWithLimit)
setWalletToWalletTransferFee(uint256 _walletToWalletTransferFee)
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)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MaxTransactionLimitAmountChanged(uint256 maxTransferRateBuy, uint256 maxTransferRateSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletLimitRate)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeUpdated(uint256 sellFee)
SwapAndSend(uint256 tokensSwapped, uint256 valueReceived)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
SwapWithLimitUpdated(bool swapWithLimit)
Transfer(address indexed from, address indexed to, uint256 value)
WalletToWalletTransferFeeUpdated(uint256 walletToWalletTransferFee)
constructor()
receive()
This contract contains no error objects.