Dark Matter
Verified contract
Active on
Ethereum with 444 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Dark Matter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10426900 | 4 years ago | | | 0 | 0.0018845600 | |
| 10426836 | 4 years ago | | | 0 | 0.0030855200 | |
| 10424147 | 4 years ago | | | 0 | 0.00070635000 | |
| 10248393 | 4 years ago | | | 0 | 0.0012904346 | |
| 10173224 | 4 years ago | | | 0 | 0.00092450406 | |
| 10173216 | 4 years ago | | | 0 | 0.0012470394 | |
| 10110476 | 5 years ago | | | 0 | 0.0046282800 | |
| 10023742 | 5 years ago | | | 0 | 0.00035317500 | |
| 10023087 | 5 years ago | | | 0 | 0.00078336336 | |
| 10022933 | 5 years ago | | | 0 | 0.00035299500 |
ABI
ABI objects
Getter at block 21287828
_totalSupply() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Dark Matter
symbol() view returns (string)
DM
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
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)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.