USDQ Stablecoin by Q DAO v1.0
Verified contract
Active on
Ethereum with 8,935 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 | -- | -- | |
CRYPTO.5 | ERC-20 | 29.1 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
USDQ | ERC-20 | 1.8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221366 | 5 days ago | | | 0 | 0.00054146641 | |
| 20591654 | 3 months ago | | | 0 | 0.00012850407 | |
| 20453364 | 4 months ago | | | 0 | 0.000028000000 | |
| 20319370 | 4 months ago | | | 0 | 0.00024175564 | |
| 20150115 | 5 months ago | | | 0 | 0.000097469171 | |
| 20150083 | 5 months ago | | | 0 | 0.000099374255 | |
| 20150082 | 5 months ago | | | 0 | 0.000094997741 | |
| 20150081 | 5 months ago | | | 0 | 0.00010255234 | |
| 20150075 | 5 months ago | | | 0 | 0.000099009654 | |
| 20150072 | 5 months ago | | | 0 | 0.00010700598 |
ABI
ABI objects
Getter at block 21255983
allOperationsCount() view returns (uint256)
2
decimals() view returns (uint8)
18
howManyOwnersDecide() view returns (uint256)
4
name() view returns (string)
USDQ Stablecoin by Q DAO v1.0
ownersCount() view returns (uint256)
6
paused() view returns (bool)
false
symbol() view returns (string)
USDQ
totalSupply() view returns (uint256)
5400096165244048219096772
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)
blacklist(address) view returns (bool)
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 addAddressToBlacklist(address addr) returns (bool success)
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()
removeAddressFromBlacklist(address addr) returns (bool success)
removeAddressFromGovernanceContract(address addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner, address _oldOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedAddressAdded(address addr)
BlacklistedAddressRemoved(address addr)
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.