Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
EVA | ERC-20 | 2.67K | -- | -- | |
PKG | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227839 | 2 days ago | | | 0 | 0.00024152928 | |
| 21227808 | 2 days ago | | | 0 | 0.00027130398 | |
| 21205820 | 5 days ago | | | 0 | 0.00052435360 | |
| 21193504 | 7 days ago | | | 0 | 0.0016243954 | |
| 21175719 | 10 days ago | | | 0 | 0.00080461635 | |
| 21155869 | 12 days ago | | | 0 | 0.00027148690 | |
| 21128794 | 16 days ago | | | 0 | 0.00056208681 | |
| 20997328 | a month ago | | | 0 | 0.00022851391 | |
| 20959731 | a month ago | | | 0 | 0.00051407439 | |
| 20943746 | a month ago | | | 0 | 0.00068415355 |
ABI
ABI objects
Getter at block 21244244
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
HUSD
owner() view returns (address)
0x2bd9caa19a724608bef32dd3c10c0fd1f70b309d
paused() view returns (bool)
false
symbol() view returns (string)
HUSD
totalSupply() view returns (uint256)
18781700489737866
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklist(address account) view returns (bool)
isBlacklistAdmin(address account) view returns (bool)
isCoinFactoryAdmin(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBlacklist(address[] accounts) returns (bool)
addBlacklistAdmin(address account)
addCoinFactoryAdmin(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue(address account, uint256 amount) returns (bool)
pause()
redeem(address account, uint256 amount) returns (bool)
removeBlacklist(address[] accounts) returns (bool)
removeBlacklistAdmin(address account)
removeCoinFactoryAdmin(address account)
removePauser(address account)
renounceBlacklistAdmin()
renounceCoinFactoryAdmin()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdded(address indexed account)
BlacklistAdminAdded(address indexed account)
BlacklistAdminRemoved(address indexed account)
BlacklistRemoved(address indexed account)
CoinFactoryAdminRoleAdded(address indexed account)
CoinFactoryAdminRoleRemoved(address indexed account)
Issue(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Redeem(address indexed account, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.