Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DakChain"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11222432 | 4 years ago | | | 0 | 0.0015567381 | |
| 10748275 | 4 years ago | | | 0 | 0.0034800500 | |
| 10747548 | 4 years ago | | | 0 | 0.0038231540 | |
| 10565654 | 4 years ago | | | 0 | 0.0039935000 | |
| 10559302 | 4 years ago | | | 0 | 0.0021635258 | |
| 10559301 | 4 years ago | | | 0 | 0.0021625664 | |
| 10559272 | 4 years ago | | | 0 | 0.0021423600 | |
| 10559272 | 4 years ago | | | 0 | 0.0033303601 | |
| 10559272 | 4 years ago | | | 0 | 0.0033303601 | |
| 10558745 | 4 years ago | | | 0 | 0.0031377500 |
ABI
ABI objects
Getter at block 21084058
decimals() view returns (uint8)
2
name() view returns (string)
DakChain
symbol() view returns (string)
DAK
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.