Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HugCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18362713 | a year ago | | | 0 | 0.00027716962 | |
| 18345068 | a year ago | | | 0 | 0.00020131853 | |
| 16831802 | 2 years ago | | | 0 | 0.00078420653 | |
| 16669761 | 2 years ago | | | 0 | 0.00090854052 | |
| 16431688 | 2 years ago | | | 0 | 0.00047173195 | |
| 16431541 | 2 years ago | | | 0 | 0.00055531139 | |
| 16275254 | 2 years ago | | | 0 | 0.00037356187 | |
| 16267213 | 2 years ago | | | 0 | 0.00041612009 | |
| 16260815 | 2 years ago | | | 0 | 0.00066655999 | |
| 16231208 | 2 years ago | | | 0 | 0.00037622235 |
ABI
ABI objects
Getter at block 21335010
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time, address _of) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.