Data Token
Verified contract
Active on
Ethereum with 144,936 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 |
---|---|---|---|---|---|
NAS | ERC-20 | 13.396353 | $0.00499 |
$0.07 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
DTA | ERC-20 | 301.455355K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
PRSMD | ERC-20 | 3.24K | -- | -- | |
OSCH | ERC-20 | 1K | -- | -- | |
XCEL | ERC-20 | 150 | -- | -- | |
CNN | ERC-20 | 128 | -- | -- | |
EET | ERC-20 | 80 | -- | -- | |
THRT | ERC-20 | 45.184466 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196280 | 11 days ago | | | 0 | 0.00079193879 | |
| 21194635 | 11 days ago | | | 0 | 0.0015234238 | |
| 21178402 | 13 days ago | | | 0 | 0.0013961257 | |
| 21024325 | a month ago | | | 0 | 0.00026946641 | |
| 20856004 | 2 months ago | | | 0 | 0.00013534689 | |
| 20496834 | 4 months ago | | | 0 | 0.00010824334 | |
| 20453468 | 4 months ago | | | 0 | 0.000030664000 | |
| 20453391 | 4 months ago | | | 0 | 0.000094338298 | |
| 20453391 | 4 months ago | | | 0 | 0.000094338298 | |
| 20453364 | 4 months ago | | | 0 | 0.000047776000 |
ABI
ABI objects
Getter at block 21274794
decimals() view returns (uint8)
18
name() view returns (string)
Data Token
symbol() view returns (string)
DTA
totalSupply() view returns (uint256)
11499999988999999999989999985
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)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
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 from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.