DataWallet Token
Verified contract
Active on
Ethereum with 19,844 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FTX | ERC-20 | 36 | $0.000609 |
$0.02 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
DXT | ERC-20 | 49.459765K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
THM | ERC-20 | 50 | -- | -- | |
OPT | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240895 | 5 days ago | | | 0 | 0.00048332719 | |
| 21240857 | 5 days ago | | | 0 | 0.00057842526 | |
| 20452766 | 4 months ago | | | 0 | 0.000049587000 | |
| 20440720 | 4 months ago | | | 0 | 0.00010042123 | |
| 20409383 | 4 months ago | | | 0 | 0.000043550170 | |
| 20409382 | 4 months ago | | | 0 | 0.000042253811 | |
| 20409380 | 4 months ago | | | 0 | 0.000061701110 | |
| 20332105 | 4 months ago | | | 0 | 0.0020149380 | |
| 20324944 | 4 months ago | | | 0 | 0.00042666914 | |
| 20190014 | 5 months ago | | | 0 | 0.00022306680 |
ABI
ABI objects
Getter at block 21275634
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
DataWallet Token
owner() view returns (address)
0x0190c5ee21ab417b985e8b092f7709268cb65577
paused() view returns (bool)
false
symbol() view returns (string)
DXT
totalSupply() view returns (uint256)
100000000000000000
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 success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address beneficiary, uint256 amount) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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.