Hybrid Bank Stable Coin
Verified contract
Active on
Ethereum with 4,157 txns
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 |
---|---|---|---|---|---|
HBC | ERC-20 | 9.232M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18069072 | a year ago | | | 0 | 0.00099208800 | |
| 13994695 | 3 years ago | | | 0 | 0.0057234049 | |
| 13898936 | 3 years ago | | | 0 | 0.0066928329 | |
| 13898936 | 3 years ago | | | 0 | 0.0066928329 | |
| 13891228 | 3 years ago | | | 0 | 0.0053311944 | |
| 13891214 | 3 years ago | | | 0 | 0.0053767542 | |
| 13795248 | 3 years ago | | | 0 | 0.0042784976 | |
| 13541490 | 3 years ago | | | 0 | 0.0069534666 | |
| 13541114 | 3 years ago | | | 0 | 0.013207503 | |
| 13510726 | 3 years ago | | | 0 | 0.011238661 |
ABI
ABI objects
Getter at block 21268723
decimals() view returns (uint256)
8
name() view returns (string)
Hybrid Bank Stable Coin
owner() view returns (address)
0xe6dc26b0367580d2f0e8a849fd12652c7910862a
paused() view returns (bool)
false
symbol() view returns (string)
HBUSD
totalSupply() view returns (uint256)
10000000000000000
Read-only
_blacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklistAdmin(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isCoinFactoryAdmin(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events 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)
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.