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

Hybrid Bank Stable Coin

Verified contract

Active on Ethereum with 4,157 txns
Deployed by via 0x2ab31c90 at 11482653
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xe78ca2b0555dabc0f7a1d09322151d9172e89c8de25d55d50300e74a7547b034
0x9381df8918c29a7ccb819c02f7bdc9c6949c06df00e2c93142ddcf046b2cb941
0x65e33940a2e14a9eeb5173ef229d689768e847812546fce46f995b22dcfd94df
0x0be9e1805a5f20394d3741206c8e849bfacb996cf6575e0c53d4f53cc0374757
0x932f78c80d3e61c6fda7cd22884b8d598bf87a3f0557f2548a3b0a6ddcb0ea92
0x1030fbf887697cab05ac767df40843744ba1b11d1b1f74a067adf5a71137f62c
0xde9905ae03e8d01757264c87faeb0bc6e937d99906fd93f9547616bfc51e401e
0x0fd68abffb35317e2f3044bfe62514d82c579c0d01df9826d6a481a5e264b0b2
0x4e5d4fac957998387849fea2147ea5d6260ba6a29224c9a0cf08dc3d2a1ee5b2
0xa600ceccfefa77bc1256e9e6cf20a64893ed0493092c0684c408f4e54e258ce9

Functions
Getter at block 20795980
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklistAdmin(address accountview returns (bool)
isBlacklisted(address accountview returns (bool)
isCoinFactoryAdmin(address accountview returns (bool)
isPauser(address accountview returns (bool)
State-modifying
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)
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.