Q DAO Governance token v1.0
Verified contract
Active on
Ethereum with 15,632 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
KRWQ | ERC-20 | 3K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
QDAO | ERC-20 | 7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242144 | 2 days ago | | | 0 | 0.00054257664 | |
| 21025435 | a month ago | | | 0 | 0.00018264531 | |
| 20302445 | 4 months ago | | | 0 | 0.000098876766 | |
| 20297487 | 4 months ago | | | 0 | 0.00010850749 | |
| 20267253 | 5 months ago | | | 0 | 0.000067579810 | |
| 17899438 | a year ago | | | 0 | 0.00049468027 | |
| 17646109 | a year ago | | | 0 | 0.00049867696 | |
| 17646109 | a year ago | | | 0 | 0.00065330000 | |
| 17646108 | a year ago | | | 0 | 0.00049975743 | |
| 17646108 | a year ago | | | 0 | 0.00065306000 |
ABI
ABI objects
Getter at block 21258808
allOperationsCount() view returns (uint256)
0
decimals() view returns (uint8)
18
howManyOwnersDecide() view returns (uint256)
4
name() view returns (string)
Q DAO Governance token v1.0
ownersCount() view returns (uint256)
6
paused() view returns (bool)
false
symbol() view returns (string)
QDAO
totalSupply() view returns (uint256)
999081580000000000000000
Read-only
allOperations(uint256) view returns (bytes32)
allOperationsIndicies(bytes32) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
governanceContracts(address) view returns (bool)
isOwner(address wallet) view returns (bool)
owners(uint256) view returns (address)
ownersIndices(address) view returns (uint256)
votesCountByOperation(bytes32) view returns (uint256)
votesMaskByOperation(bytes32) view returns (uint256)
State-modifying
Events addAddressToGovernanceContract(address addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
approveForOtherContracts(address _sender, address _spender, uint256 _value)
burnFrom(address _to, uint256 _amount) returns (bool)
cancelPending(bytes32 operation)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeAddressFromGovernanceContract(address addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMany(address[] _recipients, uint256[] _values)
transferOwnership(address _newOwner, address _oldOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
GovernanceContractAdded(address addr)
GovernanceContractRemoved(address addr)
Mint(address indexed to, uint256 amount)
OperationCancelled(bytes32 operation, address lastCanceller)
OperationCreated(bytes32 operation, uint256 howMany, uint256 ownersCount, address proposer)
OperationDownvoted(bytes32 operation, uint256 votes, uint256 ownersCount, address downvoter)
OperationPerformed(bytes32 operation, uint256 howMany, uint256 ownersCount, address performer)
OperationUpvoted(bytes32 operation, uint256 votes, uint256 howMany, uint256 ownersCount, address upvoter)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _firstOwner, address _secondOwner, address _thirdOwner, address _fourthOwner, address _fifthOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.