HEMAN

Verified contract

Active on Ethereum with 86 txns
Deployed by via 0xd922b158 at 18822062
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HEMAN"

0x39224a22334b0ca13ff6ce88871799266156d912cca86951f703cc5634b7808f
0xc710a2e35f5f994a5e91af506a180345856a9dcaea38bd7286564a02bbc3a334
0x6f2f16c4711501dd61bedf1d4dc4d6b8e4109c5854cb01290bdb1960d5793f7b
0x8d4448f4648904778d5461be024fb5223952bccc64247fe1eeaa56846efc1229
0xf35808b8a9a4696561c571de29fc002d3e57e1be9cb1d9426b54710df04bcc2f
0x0d3e3ec98a246e9275c604e29cbe9e4910985af658f5c940bc7849b873f32918
0xc90344d58790e3573d4b42fa060cd5d1bb0b0a726e3754eaccb8512100c0d249
0x128260196fcaeba783dc4363951342d2b456ab0037349cf6803dac4f7b4afffa
0x593aa3463fcfb551b31b6dc39c230ba65a268118488c6a2b015894e8a27c5542
0xe90923f66febf43eb9d3279115a6ba0da0898cb2211bb5912db16b68bd7777bc

Functions
Getter at block 21218555
decimals(view returns (uint8)
18
name(view returns (string)
HEMAN
symbol(view returns (string)
HEMAN
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(
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