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 "QAcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10212260 | 4 years ago | | | 0 | 0.0011277000 | |
| 9965507 | 5 years ago | | | 0 | 0.00075270000 | |
| 9965493 | 5 years ago | | | 0 | 0.00070022500 | |
| 9965484 | 5 years ago | | | 0 | 0.00070052500 | |
| 9965470 | 5 years ago | | | 0 | 0.0015021000 | |
| 9905423 | 5 years ago | | | 0 | 0.000090168000 | |
| 9309724 | 5 years ago | | | 0 | 0.00013525200 | |
| 9302453 | 5 years ago | | | 0 | 0.000045084000 | |
| 9270417 | 5 years ago | | | 0 | 0.00075210000 | |
| 9269581 | 5 years ago | | | 0 | 0.00027050400 |
ABI
ABI objects
Getter at block 21160504
decimals() view returns (uint8 _decimals)
8
distributeAmount() view returns (uint256)
0
initialSupply() view returns (uint256)
7000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string _name)
QAcoin
owner() view returns (address)
0x39ffd62fa901f51692d2cc867d08254b25bcf46a
symbol() view returns (string _symbol)
QA
totalSupply() view returns (uint256 _totalSupply)
257829090000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events autoDistribute() payable
burn(address _from, uint256 _unitAmount)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) 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)
transferOwnership(address newOwner)
Burn(address indexed burner, uint256 value)
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.