DIW Token
Verified contract
Active on
Ethereum with 6,827 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIW | ERC-20 | 16.25K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18407751 | a year ago | | | 0 | 0.00054565581 | |
| 17463910 | a year ago | | | 0 | 0.00045849946 | |
| 17102911 | 2 years ago | | | 0 | 0.0014805543 | |
| 14823317 | 2 years ago | | | 0 | 0.00063975214 | |
| 12884087 | 3 years ago | | | 0 | 0.00062752100 | |
| 12268829 | 4 years ago | | | 0 | 0.0031937036 | |
| 11867911 | 4 years ago | | | 0 | 0.0054184980 | |
| 11467973 | 4 years ago | | | 0 | 0.0043913571 | |
| 11467145 | 4 years ago | | | 0 | 0.0017831520 | |
| 11467113 | 4 years ago | | | 0 | 0.0012182171 |
ABI
ABI objects
Getter at block 21167727
decimals() view returns (uint8)
18
name() view returns (string)
DIW Token
symbol() view returns (string)
DIW
totalSupply() view returns (uint256)
126911602946940436183983000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) 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 burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _supplier, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.