BLACK DIA COIN
Verified contract
Active on
Ethereum with 698 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BLACK DIA COIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9269586 | 5 years ago | | | 0 | 0.00013960200 | |
| 8859636 | 5 years ago | | | 0 | 0.00038308950 | |
| 8676620 | 5 years ago | | | 0 | 0.00054905400 | |
| 8676588 | 5 years ago | | | 0 | 0.00081905400 | |
| 8544231 | 5 years ago | | | 0 | 0.00094590000 | |
| 8395580 | 5 years ago | | | 0 | 0.00029010000 | |
| 8280514 | 5 years ago | | | 0 | 0.00014543400 | |
| 8280498 | 5 years ago | | | 0 | 0.00013915200 | |
| 7944108 | 6 years ago | | | 0 | 0.00012098800 | |
| 7625441 | 6 years ago | | | 0 | 0.00011604000 |
ABI
ABI objects
Getter at block 21396496
AAcontributors() view returns (string)
BLACK DIA COIN TEAM
decimals() view returns (uint8 _decimals)
8
distributeAmount() view returns (uint256)
0
mintingFinished() view returns (bool)
false
name() view returns (string _name)
BLACK DIA COIN
owner() view returns (address)
0x89c9f8700e978fb87ad5cc159b14e380f8e70352
symbol() view returns (string _symbol)
BDA
totalSupply() view returns (uint256 _totalSupply)
4000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
autoDistribute() payable
burn(address _from, uint256 _unitAmount)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
finishMinting() returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
mint(address _to, uint256 _unitAmount) returns (bool)
setDistributeAmount(uint256 _unitAmount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
FrozenFunds(address indexed target, bool frozen)
LockedFunds(address indexed target, uint256 locked)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
fallback()
This contract contains no error objects.