DimonCoin
Verified contract
Active on
Ethereum with 4,951 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 |
---|---|---|---|---|---|
FUDD | ERC-20 | 34.481815M | -- | -- | |
BRAT | ERC-20 | 141.819869 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009071 | 2 years ago | | | 0 | 0.00053974828 | |
| 15033915 | 2 years ago | | | 0 | 0.00081803743 | |
| 13802742 | 3 years ago | | | 0 | 0.0011636820 | |
| 13790487 | 3 years ago | | | 0 | 0.0014029500 | |
| 12346293 | 4 years ago | | | 0 | 0.0013514280 | |
| 11237188 | 4 years ago | | | 0 | 0.0016491816 | |
| 11134712 | 4 years ago | | | 0 | 0.00069965280 | |
| 11118608 | 4 years ago | | | 0 | 0.00082249440 | |
| 11118567 | 4 years ago | | | 0 | 0.0011647485 | |
| 11008796 | 4 years ago | | | 0 | 0.0028547641 |
ABI
ABI objects
Getter at block 21284606
decimals() view returns (uint8)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
DimonCoin
symbol() view returns (string)
FUDD
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeFUDD(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.