HarryPotterObamaPooh7Inu
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEO | ERC-20 | 10.229195K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19911480 | 7 months ago | | | 0 | 0.00081020849 | |
| 18205934 | a year ago | | | 0 | 0.00033655698 | |
| 18205909 | a year ago | | | 0 | 0.00032910670 | |
| 18107884 | a year ago | | | 0 | 0.00042801261 | |
| 18102338 | a year ago | | | 0 | 0.00047926350 | |
| 18073684 | a year ago | | | 0 | 0.00098775387 | |
| 18043148 | a year ago | | | 0 | 0.0016349652 | |
| 18043132 | a year ago | | | 0 | 0.0019145460 | |
| 18034306 | a year ago | | | 0 | 0.00063622995 | |
| 18034295 | a year ago | | | 0 | 0.00071665522 |
ABI
ABI objects
Getter at block 21430779
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
10229195242723127441820
maxWalletAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
HarryPotterObamaPooh7Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x00b6dd8e08ea2edb46508e9a0cfc1a5d07edfb91
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
NEO
taxAddress() view returns (address)
0x09f60e782808813ed6b6855d10b573b648fcda0d
totalSupply() view returns (uint256)
99949128564469814768568736
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
autoBurnFees(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
taxFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoBurnFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxAddressSetup(address _newAddress)
taxFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
autoBurnFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
autoBurned(uint256 amount)
taxAddressUpdated(address taxAddress)
taxFeeSent(address recipient, uint256 amount)
taxFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.