DIAToken
Verified contract
Active on
Ethereum with 159,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($54,067.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 10.768222 | $3,345.56 |
$36,025.73 | |
USDT | ERC-20 | 13.6594K | $1.001 |
$13,673.06 | |
DIA | ERC-20 | 4.900409K | $0.732961 |
$3,591.81 | |
LINK | ERC-20 | 49.7 | $15.31 |
$760.91 | |
SWAP | ERC-20 | 81.213278 | $0.11254 |
$9.14 | |
USDC | ERC-20 | 7 | $0.999923 |
$7 | |
ANKR | ERC-20 | 0 | $0.033747 |
$0 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
0x57f1…ea85 (#36674204228277407985883195000949963858367852205207932620684978668326976961659) | ERC-721 | 1 | -- | -- | |
HQG | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242945 | an hour ago | | | 0 | 0.00042100194 | |
| 21242857 | an hour ago | | | 0 | 0.00029493627 | |
| 21242833 | an hour ago | | | 0 | 0.00030377105 | |
| 21242779 | an hour ago | | | 0 | 0.00051148644 | |
| 21242616 | 2 hours ago | | | 0 | 0.00070608028 | |
| 21242486 | 2 hours ago | | | 0 | 0.00049589043 | |
| 21242412 | 3 hours ago | | | 0 | 0.00063789392 | |
| 21242288 | 3 hours ago | | | 0 | 0.00032864973 | |
| 21242271 | 3 hours ago | | | 0 | 0.00061664811 | |
| 21242178 | 3 hours ago | | | 0 | 0.00041370946 |
ABI
ABI objects
Getter at block 21243168
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
DIAToken
owner() view returns (address)
0x5737bf56559dd32d8880cfa236fe613e2162e157
symbol() view returns (string)
DIA
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
auditHashes(uint256) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAuditHash(uint256 hashKey, uint256 newAuditHash)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.