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 |
---|---|---|---|---|---|
JD | ERC-20 | 552.807513M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19713580 | 2 months ago | | | 0 | 0.000052121885 | |
| 19393099 | 2 months ago | | | 0 | 1.5522425e-7 | |
| 18709539 | 2 months ago | | | 0 | 0.000051978454 | |
| 18427840 | 3 months ago | | | 0 | 0.000053079631 | |
| 17706909 | 3 months ago | | | 0 | 0.000052223675 | |
| 17222229 | 3 months ago | | | 0 | 0.000053319115 | |
| 16053159 | 4 months ago | | | 0 | 0.000053477231 | |
| 15952628 | 4 months ago | | | 0 | 0.000034818136 | |
| 15952478 | 4 months ago | | | 0 | 0.000034833106 | |
| 15804548 | 5 months ago | | | 0 | 0.000052321141 |
ABI
ABI objects
Getter at block 21855355
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xcfe2e513468ba2226719955f34acacd7dfe4e21c
name() view returns (string)
Jadetoken
owner() view returns (address)
0xcfe2e513468ba2226719955f34acacd7dfe4e21c
symbol() view returns (string)
JD
totalSupply() view returns (uint256)
2203460000000234000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount) 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.