Dito-System
Verified contract
Active on
Ethereum with 4,261 txns
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 "Dito-System"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452790 | 3 months ago | | | 0 | 0.000051857000 | |
| 12503250 | 3 years ago | | | 0 | 0.0017663201 | |
| 12301593 | 4 years ago | | | 0 | 0.0023227471 | |
| 11537032 | 4 years ago | | | 0 | 0.0039576750 | |
| 11536559 | 4 years ago | | | 0 | 0.013176419 | |
| 11528289 | 4 years ago | | | 0 | 0.0011526000 | |
| 11495621 | 4 years ago | | | 0 | 0.0018464951 | |
| 11470145 | 4 years ago | | | 0 | 0.0051365841 | |
| 11450943 | 4 years ago | | | 0 | 0.00061476303 | |
| 11450253 | 4 years ago | | | 0 | 0.0017933301 |
ABI
ABI objects
Getter at block 21159790
decimals() view returns (uint8)
18
name() view returns (string)
Dito-System
owner() view returns (address)
0xe09e0e4cfd3e089d3af4029a28c6fd37277b6199
symbol() view returns (string)
DITO
totalSupply() view returns (uint256)
215000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
setLock(bool _lock)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.