HarryPotterObamaSonic10Inu
Verified contract
Active on
Base with 45 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 |
---|---|---|---|---|---|
BITCOIN | ERC-20 | 40.235493M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12237503 | 7 months ago | | | 0 | 5.5189971e-7 | |
| 11632018 | 8 months ago | | | 0 | 0.000000000180379254 | |
| 11632006 | 8 months ago | | | 0 | 0.000000000154350760 | |
| 11631975 | 8 months ago | | | 0 | 0.000000000202264752 | |
| 11631630 | 8 months ago | | | 0 | 0.000000000091528728 | |
| 11631596 | 8 months ago | | | 0 | 0.000000000110392254 | |
| 11631186 | 8 months ago | | | 0 | 0.000000000089414358 | |
| 11630992 | 8 months ago | | | 0 | 0.0000047046161 | |
| 11630928 | 8 months ago | | | 0 | 0.000000015503500560 | |
| 11630552 | 8 months ago | | | 0 | 0.000000050176302414 |
ABI
ABI objects
Getter at block 22105727
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xc683258e847f1b1f24d15c7c4000fca2b91caa19
decimals() view returns (uint8)
18
name() view returns (string)
HarryPotterObamaSonic10Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
BITCOIN
totalSupply() view returns (uint256)
1000000000000000000000999999999999999998999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
exemptedWallets(uint256) view returns (address)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
openTrading(uint256 newBuyFee, uint256 newSellFee)
renounceOwnership()
sell(uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.