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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
DATx | ERC-20 | 2.481095K | -- | -- | |
UNC | ERC-20 | 500 | -- | -- | |
DPN | ERC-20 | 100 | -- | -- | |
ICST | ERC-20 | 30 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
TEU | ERC-20 | 3.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453468 | 4 months ago | | | 0 | 0.000032279000 | |
| 20453134 | 4 months ago | | | 0 | 0.000029479000 | |
| 19216861 | 9 months ago | | | 0 | 0.00099013111 | |
| 19011860 | 10 months ago | | | 0 | 0.00054719697 | |
| 18626935 | a year ago | | | 0 | 0.0015660521 | |
| 18220078 | a year ago | | | 0 | 0.00059648961 | |
| 18220051 | a year ago | | | 0 | 0.00059516911 | |
| 18219944 | a year ago | | | 0 | 0.00045652795 | |
| 18219942 | a year ago | | | 0 | 0.00047314352 | |
| 18219941 | a year ago | | | 0 | 0.00047765681 |
ABI
ABI objects
Getter at block 21245907
decimals() view returns (uint8)
18
name() view returns (string)
DATx
owner() view returns (address)
0xf5c8b99c64a5584a911d3aae4873b3581d48586e
paused() view returns (bool)
false
symbol() view returns (string)
DATx
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.