DragonCoin
Verified contract
Active on
Ethereum with 14,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DragonCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11008913 | 4 years ago | | | 0 | 0.0025437611 | |
| 11002659 | 4 years ago | | | 0 | 0.0068026801 | |
| 11002311 | 4 years ago | | | 0 | 0.0022104031 | |
| 10982348 | 4 years ago | | | 0 | 0.0011476270 | |
| 10955685 | 4 years ago | | | 0 | 0.0041689000 | |
| 10954259 | 4 years ago | | | 0 | 0.0069727471 | |
| 10916025 | 4 years ago | | | 0 | 0.0035018760 | |
| 10909724 | 4 years ago | | | 0 | 0.0027522661 | |
| 10853248 | 4 years ago | | | 0 | 0.0053287660 | |
| 10834820 | 4 years ago | | | 0 | 0.014095869 |
ABI
ABI objects
Getter at block 21158015
decimals() view returns (uint8)
18
name() view returns (string)
DragonCoin
symbol() view returns (string)
DC
totalSupply() view returns (uint256)
520000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockedAddresses(address) view returns (uint256 amount, uint256 endtime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.