HarryPotterObamaSonicInu6900

Verified contract

Active on Base with 176 txns
Deployed by via 0x51483c15 at 21042379
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HarryPotterObamaSonicInu6900"

0x49dd110168e3ab8927cb8ac498611c36c81302e7f747db1a085888d6f9eb98ea
0x264c038a82392d475eb09033f206704dcab06dac062f06656df53a1de5a1c5e4
0x8768acbd9bf9a86c2cf4b55b25b1ffb5fda80f5f92dd6ef0b487f4b847fb0620
0x44019f060e47db404c307674ae430504d1f45b925b0ddee6f660e42c8ce80d4b
0xe70a95875eb4fd05c129958b98f8a18e3ddbda6bb1f694f00d5eb0a0e1feec2c
0xc8c4b6e4035037a8ea4f9abd43f8a17c076eb985a799d29a3591c269a1338f87
0xe1254daaf1d80ea8ab3c72943377a8b4d41b5654762fdfdeaccd9736492bab1a
0x10ea9f0032def05828ad349423d8c2cfb0876c08025bddeaa94bc3d28746b27d
0x468ec93fc66d104311e81e2da3f5ba5eb47f951dcdbfa13a3e2a3185f5d948e2
0x89b9bd4a100eb0e15f421cc94abe2d39da4cfa445c3ce8a3e1009197098d689e

Functions
Getter at block 22141503
decimals(view returns (uint8)
18
name(view returns (string)
HarryPotterObamaSonicInu6900
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BITCOIN6900
totalSupply(view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupply_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account