DataTrading Token
Verified contract
Active on
Ethereum with 738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7847742 | 5 years ago | | | 0 | 0.00044352000 | |
| 7336456 | 6 years ago | | | 0 | 0.00029138480 | |
| 7313183 | 6 years ago | | | 0 | 0.00033272100 | |
| 6981476 | 6 years ago | | | 0 | 0.0015209770 | |
| 6950634 | 6 years ago | | | 0 | 0.00044439600 | |
| 6943123 | 6 years ago | | | 0 | 0.00062362800 | |
| 6943072 | 6 years ago | | | 0 | 0.00062439600 | |
| 6940004 | 6 years ago | | | 0 | 0.00062439600 | |
| 6902702 | 6 years ago | | | 0 | 0.00031927700 | |
| 6872942 | 6 years ago | | | 0 | 0.0010393800 |
ABI
ABI objects
Getter at block 21167927
decimals() view returns (uint8)
18
name() view returns (string)
DataTrading Token
owner() view returns (address)
0xb1bb8ded5caae339eefec0c6aa6c1171f3033c2e
symbol() view returns (string)
DTT
totalSupply() view returns (uint256)
59945573456045000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burnUnmintedTokens(uint256 _burnedAmount) returns (bool success)
mintTokens(address _target, uint256 _mintedAmount) returns (bool success)
mintTokensWithApproval(address _target, uint256 _mintedAmount, address _spender) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.