DragonballCoin
Verified contract
Active on
Ethereum with 587 txns
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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7968777 | 5 years ago | | | 0 | 0.000058632000 | |
| 7968230 | 5 years ago | | | 0 | 0.000036645000 | |
| 7958592 | 5 years ago | | | 0 | 0.000056739100 | |
| 7802630 | 6 years ago | | | 0 | 0.00036645000 | |
| 7765100 | 6 years ago | | | 0 | 0.00056809500 | |
| 7242936 | 6 years ago | | | 0 | 0.00041884290 | |
| 7222686 | 6 years ago | | | 0 | 0.00036709000 | |
| 7188490 | 6 years ago | | | 0 | 0.00020658000 | |
| 7031613 | 6 years ago | | | 0 | 0.00051645000 | |
| 7024037 | 6 years ago | | | 0 | 0.00013546450 |
ABI
ABI objects
Getter at block 21386160
decimals() view returns (uint8)
8
name() view returns (string)
DragonballCoin
symbol() view returns (string)
DBC
totalSupply() view returns (uint256)
8000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events burnFrom(address _who, uint256 _value) returns (bool)
makeCoin(uint256 _value) returns (bool)
setLock(bool _locked) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferBack(address _who, uint256 _value) returns (bool)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.