Dswap Token
Verified contract
Active on
Ethereum with 3,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($359.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 358.837503 | $1.001 |
$359.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20038155 | 6 months ago | | | 0 | 0.00042857875 | |
| 19558541 | 8 months ago | | | 0 | 0.00074847588 | |
| 19558527 | 8 months ago | | | 0 | 0.00084390663 | |
| 16760606 | 2 years ago | | | 0 | 0.0010397218 | |
| 13495409 | 3 years ago | | | 0 | 0.0058339870 | |
| 13360008 | 3 years ago | | | 0 | 0.0067649711 | |
| 13346324 | 3 years ago | | | 0 | 0.0025832501 | |
| 12964520 | 3 years ago | | | 0 | 0.00064564503 | |
| 12964450 | 3 years ago | | | 0 | 0.00070390803 | |
| 12964289 | 3 years ago | | | 0 | 0.00090683775 |
ABI
ABI objects
Getter at block 21390238
decimals() view returns (uint8)
6
isOwner() view returns (bool)
false
name() view returns (string)
Dswap Token
owner() view returns (address)
0x9a10e89d43719f693847eb929298c050ee91d607
symbol() view returns (string)
Dswap
totalSupply() view returns (uint256)
6636300000000
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)
burn(address account, uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.