Damex Token
Verified contract
Active on
Ethereum with 4,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,630.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6.62276K | $1.001 |
$6,629.38 | |
DAMEX | ERC-20 | 500 | $0.001951 |
$0.98 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266761 | 9 hours ago | | | 0 | 0.00098431718 | |
| 21266216 | 10 hours ago | | | 0 | 0.0010694427 | |
| 21265499 | 13 hours ago | | | 0 | 0.0012265811 | |
| 21261186 | a day ago | | | 0 | 0.00058760302 | |
| 21260899 | a day ago | | | 0 | 0.00023315040 | |
| 21259848 | a day ago | | | 0 | 0.00057394517 | |
| 21245294 | 3 days ago | | | 0 | 0.00044818515 | |
| 21245191 | 3 days ago | | | 0 | 0.0010758290 | |
| 21243480 | 4 days ago | | | 0 | 0.00044903139 | |
| 21243390 | 4 days ago | | | 0 | 0.00086610530 |
ABI
ABI objects
Getter at block 21269335
decimals() view returns (uint8)
18
name() view returns (string)
Damex Token
owner() view returns (address)
0xcd51ef559bcdb7fcf5c278ecef13f1b6fed9a168
symbol() view returns (string)
DAMEX
totalSupply() view returns (uint256)
368977577200000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMetadata(string name, string symbol)
Approval(address indexed owner, address indexed spender, uint256 value)
MetadataUpdated(string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.