DeFi Hub
Verified contract
Active on
Ethereum with 1,234 txns
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 "DeFi Hub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14660064 | 3 years ago | | | 0 | 0.0010740765 | |
| 13440601 | 3 years ago | | | 0 | 0.0029948125 | |
| 13306721 | 3 years ago | | | 0 | 0.0027017544 | |
| 13306713 | 3 years ago | | | 0 | 0.0029054564 | |
| 13306698 | 3 years ago | | | 0 | 0.0017067478 | |
| 13209602 | 3 years ago | | | 0 | 0.0018713701 | |
| 13209588 | 3 years ago | | | 0 | 0.0012159240 | |
| 13183982 | 3 years ago | | | 0 | 0.0047851501 | |
| 13065448 | 3 years ago | | | 0 | 0.0012883501 | |
| 13062086 | 3 years ago | | | 0 | 0.0011152621 |
ABI
ABI objects
Getter at block 21188987
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
DeFi Hub
owner() view returns (address)
0x512e1d663a48c39029d7d058886d29c012cf53c4
paused() view returns (bool)
false
symbol() view returns (string)
DH
totalSupply() view returns (uint256)
210000000000000000
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.