Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($471.80)
Native
Value
$471.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,145.36 |
$471.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11839967 | 4 years ago | | | 0.0011 | 0.011359578 | |
| 11839967 | 4 years ago | | | 0 | 0.0098893064 | |
| 11587065 | 4 years ago | | | 0 | 0.0077369600 | |
| 11586943 | 4 years ago | | | 0 | 0.0071815600 | |
| 8602836 | 5 years ago | | | 0 | 0.00037259000 | |
| 8602833 | 5 years ago | | | 0 | 0.00037323000 | |
| 8602824 | 5 years ago | | | 0 | 0.00052323000 | |
| 8602819 | 5 years ago | | | 0 | 0.00054218713 | |
| 8407087 | 5 years ago | | | 0 | 0.00072072205 | |
| 8185000 | 5 years ago | | | 0 | 0.00037387000 |
ABI
ABI objects
Getter at block 21187662
decimals() view returns (uint256)
18
ethFundDeposit() view returns (address)
0x70171e0d7c4c44e040ad404c9d9134384e866c7d
fundingEndBlock() view returns (uint256)
9999999
fundingStartBlock() view returns (uint256)
0
isFinalized() view returns (bool)
false
name() view returns (string)
DMHCO
symbol() view returns (string)
DMHCO
tokenCreationCap() view returns (uint256)
350000000000000000000000000000
tokenCreationMin() view returns (uint256)
310000000000000000000000000000
tokenExchangeRate() view returns (uint256)
5000
tokenFund() view returns (uint256)
30000000000000000000000000000
tokenFundDeposit() view returns (address)
0x70171e0d7c4c44e040ad404c9d9134384e866c7d
totalSupply() view returns (uint256)
30000000750000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
createTokens() payable
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalize()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
refund()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CreateToken(address indexed _to, uint256 _value)
LogRefund(address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _ethFundDeposit, address _tokenFundDeposit, uint256 _tokenFund, uint256 _tokenExchangeRate, uint256 _tokenCreationCap, uint256 _tokenCreationMin, uint256 _fundingStartBlock, uint256 _fundingEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.