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 "DotQii"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11853642 | 4 years ago | | | 0 | 0.0064175474 | |
| 8466080 | 5 years ago | | | 0 | 0.00058621500 | |
| 8466061 | 5 years ago | | | 0 | 0.00057915000 | |
| 8463534 | 5 years ago | | | 0 | 0.00042915000 | |
| 8463003 | 5 years ago | | | 0 | 0.00086872500 | |
| 8289092 | 5 years ago | | | 0 | 0.0011583000 | |
| 8289052 | 5 years ago | | | 0 | 0.0011595800 | |
| 8289006 | 5 years ago | | | 0 | 0.00064372500 | |
| 8288999 | 5 years ago | | | 0 | 0.0011583000 | |
| 8288993 | 5 years ago | | | 0 | 0.00086776500 |
ABI
ABI objects
Getter at block 21276120
crowdsaleContract() view returns (address)
0xa0345c8e234eedc2307e3620f248c98fc6cbcbd4
decimals() view returns (uint8)
18
name() view returns (string)
DotQii
owner() view returns (address)
0x1861d3bdc720163b904ccdd862a1634401f116b9
paused() view returns (bool)
false
symbol() view returns (string)
DQI
totalSupply() view returns (uint256 _totalSupply)
300000000000000000000000000
unlocktime() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalances(address) view returns (uint256)
State-modifying
Events addToBalances(address _person, uint256 value)
approve(address _spender, uint256 _value) returns (bool)
changeApproval(address _spender, uint256 _oldValue, uint256 _newValue) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
setCrowdsaleContract(address crowdsale)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferToLockedBalance(address _to, uint256 _value) returns (bool)
unpause()
updateUnlocktime(uint256 newtime)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.