Harmony

Unverified contract

Proxy

Active on Base with 541 txns
Deployed by via 0x38c7f7cf at 22672531
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Harmony"

0xc8dd9b29b4dabecffb53d85a9a445875770a218ed25706bdd20482c833bbea2f
0x16d521e521bf8f9b72b3e0d1fabde68b757d8c43e96dd1a699f4e81a840d7b97
0x53048b011437c629ab392fbb51de36031f40cf310067a18b5a9fd99db26a4df8
0x22dd68cc7ffa982ffecdd686e9f5bc506075f17fe433c4edc5fff90e9d16e036
0xc48b433923052d9410e20d05025a14d05ad79a48e0b0ed97fd878afdf5bf4d5a
0x9566d02190ed1f2950db0da3cec0a8442bdd49c627a398d1f6a51f8713b97856
0x502f77a592813925bffd62c7709ca2ee2d98f22ea2d04ff0076396a150fe187f
0x1d32c8ca569107be466f3081a0ccb60d02267711cec8112de9dce2d732a8c807
0xbe97f4f866a90308f262b9601596911736a0b0ed13f386d34d4c1c9986278dfa
0xc8d5f8276c376f274c9ac30153bd7403ed1a4561f85f4e678a2883c7d85aa427

Functions
Getter at block 22756921
decimals(view returns (uint8)
18
name(view returns (string)
Harmony
symbol(view returns (string)
HARMONY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(