HUSD

Verified contract

Active on Ethereum with 203,934 txns
Deployed by via 0xdcfc6d43 at 8174400
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0x3ce5f8a1fd404b3077eba9289e48ae474616600e80cd9f417fe8360426767653
0xf11e09ab30f28fc6fb021180a4ecc8161322279640fb59db1d65076c608278d3
0xfac40371810c8ee9aaf9c46570a076dd3bf7565cc93acc5539b59ada69b010fc
0xb54585789f1a0a8fa5a7dcfcd552f964f2e5dfbb6149e60291c69a8543a5369e
0x812765e4fc4ec9c9f6e63d54aeb94929efc7fcdc584a1d515a05e3c50e0ad19f
0x36a256ac0d59e367f66a49591f39fcc92769d713e66f5dc75b18b4fcdf9139d5
0x0012d24268e5fc6a2f78c44bfcc174f762c7c02e2bd13bfb248d0d53143cad75
0x338d58fdf07968ab3a3175757e083bfb80d98059ef763888677308bed5cd654f
0x69a68b63a16cfe654461771741a1e79242ae41d732f191bbeee62255807cb681
0xe68415bfc9ec23a019d405bce4fb654989e420c3578d448a46639abe528b7b07

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklist(address accountview returns (bool)
isBlacklistAdmin(address accountview returns (bool)
isCoinFactoryAdmin(address accountview returns (bool)
isPauser(address accountview returns (bool)
State-modifying
addBlacklist(address[] accountsreturns (bool)
addBlacklistAdmin(address account
addCoinFactoryAdmin(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
issue(address accountuint256 amountreturns (bool)
pause(
redeem(address accountuint256 amountreturns (bool)
removeBlacklist(address[] accountsreturns (bool)
removeBlacklistAdmin(address account
removeCoinFactoryAdmin(address account
removePauser(address account
renounceBlacklistAdmin(
renounceCoinFactoryAdmin(
renouncePauser(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 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 accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Redeem(address indexed accountuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(string _namestring _symboluint8 _decimals
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.