harmonybot

Verified contract

Active on Base with 3,607 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "harmonybot"

0x439fffe416ed510d85ebc1fd9c34d47b87462a3dccfb587d202c9e3331177f05
0x7a0f2af6c79e212f6b5e60d73a85b9cbe618c1d9172af712d0b7eb7d145c1723
0x63f775ae199479ae027c4ccb7499f04d6a89d3088fd9cbcdae7a9c184a6e6713
0x79e37b11abf0d05b0a2b47fe99fefa6f4147f3df117843d085bb104088465581
0xa180e1bb71b8362ab886843cc426959ec18865dc88ec1dfb44cf1a96275010b7
0x04300a5ee1790d8cf6f1cb250724c19f5981aad46570960fdb185f791dead828
0xcf05fd0c5292269ec593f761d840be4c38ea5615b823d8a6f78a457192bc7c40
0x4e8d86aa191e45eddaf6d6c61d672861bb19cc7afba2c969625fa36ce3fde62b
0x21dc587b0806799620adb3950f437110b2ba20c6f25faef841efb9653036019f
0xb5a69ee1869063cdef6227220c3e9afe3f07ec962dea8324567a714bca3d5447

Functions
Getter at block 23059036
decimals(view returns (uint8)
18
name(view returns (string)
harmonybot
symbol(view returns (string)
CHAOS
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_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