HON Token

Verified contract

Active on Ethereum with 4,750 txns
Deployed by via 0x6d083175 at 18867994
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $816.07
ERC-20
--
0x10295e331500990e9528d3877a30701c427cdf92ac25d22b4d9ea76cdc586fe8
0x739b593af6bb40bf33e25ba7aa72b7b5d1bcf44c568ba6c01082b98c292be546
0x4cd2c259fca5323e725a8f64c017c9245c86a42086c6a6f67a0a102620839d85
0xb9ee1d855ad441633490a032c21b229b11f9285099eb6cb3ae95f9829d68c2f5
0xc2146d1e1201e9353d3e6bd08ec39cdf929f6ec27362d17342de68edc3c7c133
0x916d5f07f4183c8aba0837feaae6c92f70567532cdb1790a1425635b5ca9d553
0xf46b29eeeec3b6e0295ff0f49ad3355b406e221f3ff9d069b5d70774fe0a7b12
0xbd22c03d2377db3ce1766c1b7647d7d9ad88bed0d3293b62c5cacc9e119dac9b
0x001faf3a45f5757bbd1215cf7d6032fe5fc9d4a9071e0efe7300512bb19c6efb
0xf1217044827bdbc3f6ac7da66697552f1abfd445ebc7ea197d87792fccdd2c9f

Functions
Getter at block 21206752
decimals(view returns (uint8)
18
name(view returns (string)
HON Token
owner(view returns (address)
0x9fd10ce4a46df53373c609c3ad4f85f11f3ac0ff
symbol(view returns (string)
HON
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)
mint(address touint256 amount
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(
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