HARRY

Verified contract

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

No balances found for "HARRY"

0x441fa3d394fe930ed185bef60acbf0df54d5bcc5c475fd4619ce13253164d4c0
0xc5eebdd7fbcc99b5ec65a70933d7b4456c310e3862021500d8eddd3fac8c3069
0xd9e99cc686cd40665bfc7136621542ceb034fd85e38e2f68d65b6f9e48765c03
0x19c58488ef5102fd67c828acc11832925d74e135db46fb82361a5533c0372fa5
0x52d21cecac7be4b1d704418bca1fe2b85e18194bbe6275910f8163496bd42c7e
0x4df70f520b695af3500f6f52f3f5d044d674acee5f06e581f051fbfdc0f00739
0x43949ea06566d9c5910ea92a6eac48564da7a579dae9e4ffc8aa0c10e94afe71
0x715c53071da0fc7b067379f327283ac8fd8cea282148e692db5c2b01b43244a3
0x042155070547c685529053da231f39f57038cd1a95de8b49ef99003ad3813998
0x239805b09e255db55f973a3ec7c6caf5ad86ee3fd3dd862fad6aa9442e6e4bf6

Functions
Getter at block 22944026
decimals(view returns (uint8)
18
name(view returns (string)
HARRY
symbol(view returns (string)
HARRY
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupply_
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