Harris

Verified contract

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

No balances found for "Harris"

0x432165e3cd86b168f8d31d0f059189b613710da66d84b8456d73dc58482cbb7a
0x6c7e192867a3738a5465902ffe550f477fe08b902e7902aac287681a36be3e53
0xeb36032a833314df245e1c156466f03c06997e229a26ac9ad0924549aa2afe04
0x35529d3843bc7debf74c921449e3ae544e3abb7784623b2997490fe175f65399
0xa5d735e6e76d867eb16fe0b8fe3dc4dde626b6cc595ebc4db329c54589707abf
0xcac92ea804863f1216a8b83dbb2ed336e82df757cf3a16ece0885f473497c26a
0x6a8d54032df48369d3a46427e8928b7e09e125736b63555b9a1474e9f34755da

Functions
Getter at block 22135373
decimals(view returns (uint8)
18
name(view returns (string)
Harris
symbol(view returns (string)
$Harris
totalSupply(view returns (uint256)
560000000000000000000000000000
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 initialSupply
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