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 "DreamMaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9207537 | 5 years ago | | | 0 | 0.000038614000 | |
| 9169977 | 5 years ago | | | 0 | 0.000038614000 | |
| 8645965 | 5 years ago | | | 0 | 0.00037030000 | |
| 8645930 | 5 years ago | | | 0 | 0.00050000000 | |
| 8642887 | 5 years ago | | | 0 | 0.0010572276 | |
| 8558266 | 5 years ago | | | 0 | 0.00043932000 | |
| 8501282 | 5 years ago | | | 0 | 0.000087864000 | |
| 8473874 | 5 years ago | | | 0 | 0.000021966000 | |
| 8473669 | 5 years ago | | | 0 | 0.000021966000 | |
| 8465122 | 5 years ago | | | 0 | 0.000043932000 |
ABI
ABI objects
Getter at block 21328811
decimals() view returns (uint8)
4
distributionFinished() view returns (bool)
true
name() view returns (string)
DreamMaker
symbol() view returns (string)
DRMK
totalSupply() view returns (uint256)
860000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeDRMK(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.