This contract is being backfilled. You may encounter incomplete storage history.

HugCoin

Verified contract

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

No balances found for "HugCoin"

0x71529d8235ab20b8167cc0f2f7471d147cc72a2591553594270c573ac7c92608
0x4e685abb2b18a3eb181a9516ae89a4d0a22131a4b1e6656690db502dad0e58a9
0xa48cbdc375f0c4184661c34dc4c8d9e845b1d29459eee61349996799806e8469
0x5ec060889f75ead669f75ffdc0031e79798f786d0ed24c41c60da117697b2cbc
0xa3ea0134c832f94a72755af25b17ac15532f6f2305aa786adadba418ea05ddb0
0x302e2b6cf9c8c166ba3b6d83b2f1ebd74d839847f853c013a6ffe12fd7ae7613
0xbefe2905993c764cf9b58abdcdd6b27c69afe9d5ab38893cb0b61bf863d42412
0x1e1444ca337d0bc9d61ca953b3cd5cdb17ec2f33f232434e8f64390e59b60310
0x468f936a129ef6aa102bf3122098de8a16b11d78196147255ada4cd8df83946a
0x9f8a718e2eda65d41ed37186a73e03524821a7127bd0b8244d88e0285f458dc7

Functions
Getter at block 21336371
decimals(view returns (uint8)
18
isOwner(view returns (bool)
false
name(view returns (string)
HugCoin
owner(view returns (address)
0x70d31beec9c730986f874a9f6a6becca67d8ef92
paused(view returns (bool)
false
symbol(view returns (string)
HUG
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getUnlockableTokens(address _ofview returns (uint256 unlockableTokens)
isMinter(address accountview returns (bool)
isPauser(address accountview returns (bool)
lockReason(addressuint256view returns (bytes32)
locked(addressbytes32view returns (uint256 amountuint256 validitybool claimed)
tokensLocked(address _ofbytes32 _reasonview returns (uint256 amount)
tokensLockedAtTime(address _ofbytes32 _reasonuint256 _timeview returns (uint256 amount)
tokensUnlockable(address _ofbytes32 _reasonview returns (uint256 amount)
totalBalanceOf(address _ofview returns (uint256 amount)
State-modifying
addMinter(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
extendLock(bytes32 _reasonuint256 _timereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
increaseLockAmount(bytes32 _reasonuint256 _amountreturns (bool)
lock(bytes32 _reasonuint256 _amountuint256 _timeaddress _ofreturns (bool)
mint(address accountuint256 amountreturns (bool)
pause(
renounceMinter(
renounceOwnership(
renouncePauser(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithLock(address _tobytes32 _reasonuint256 _amountuint256 _timereturns (bool)
unlock(address _ofreturns (uint256 unlockableTokens)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Locked(address indexed _ofbytes32 indexed _reasonuint256 _amountuint256 _validity
MinterAdded(address indexed account
MinterRemoved(address indexed account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unlocked(address indexed _ofbytes32 indexed _reasonuint256 _amount
Unpaused(address account
Constructor
constructor(string namestring symboluint8 decimalsuint256 totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.