DeltaHub Community
Verified contract
Active on
Ethereum with 3,332 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 |
---|---|---|---|---|---|
DHC | ERC-20 | 9.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20648702 | 3 months ago | | | 0 | 0.000032620850 | |
| 20604767 | 3 months ago | | | 0 | 0.000051477375 | |
| 20544522 | 3 months ago | | | 0 | 0.000094572998 | |
| 20320103 | 4 months ago | | | 0 | 0.00035137332 | |
| 20320075 | 4 months ago | | | 0 | 0.00030862773 | |
| 20129539 | 5 months ago | | | 0 | 0.00013366100 | |
| 19843545 | 6 months ago | | | 0 | 0.00020340239 | |
| 19564688 | 8 months ago | | | 0 | 0.0011005873 | |
| 19502011 | 8 months ago | | | 0 | 0.00071348263 | |
| 19478570 | 8 months ago | | | 0 | 0.0010007355 |
ABI
ABI objects
Getter at block 21261001
decimals() view returns (uint8)
18
name() view returns (string)
DeltaHub Community
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DHC
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _initialRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.