HashesDAO
Verified contract
Active on
Ethereum with 185 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd07e…542d
Balances ($9,291.06)
Native
Value
$8,047.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.223387 | $3,619.27 |
$8,047.04 | |
WETH | ERC-20 | 0.20215 | $3,615.16 |
$730.8 | |
BOTTO | ERC-20 | 817.137746 | $0.62807 |
$513.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20297562 | 4 months ago | | | 2.2191369 | 0.000037941075 | |
| 20088103 | 5 months ago | | | 0 | 0.0012801590 | |
| 20063057 | 6 months ago | | | 0 | 0.0026893400 | |
| 20033736 | 6 months ago | | | 0 | 0.0021626259 | |
| 20033216 | 6 months ago | | | 0 | 0.0024682683 | |
| 20032738 | 6 months ago | | | 0 | 0.0016163903 | |
| 20029812 | 6 months ago | | | 0 | 0.00094977023 | |
| 20029784 | 6 months ago | | | 0 | 0.0010914995 | |
| 20029256 | 6 months ago | | | 0 | 0.0016196826 | |
| 20027317 | 6 months ago | | | 0 | 0.0028684336 |
ABI
ABI objects
Getter at block 21285342
authoritiesActive() view returns (bool)
true
getProposalCount() view returns (uint128)
7
gracePeriod() view returns (uint32)
1209600
name() view returns (string)
HashesDAO
owner() view returns (address)
0xee1ddffcb15c00911d0f78c1a1c75c79b77c5d66
proposalMaxOperations() view returns (uint32)
10
proposalThreshold() view returns (uint32)
10
quorumAuthorities() view returns (uint256)
3
quorumVotes() view returns (uint32)
40
timelockDelay() view returns (uint32)
259200
version() view returns (string)
1
votingDelay() view returns (uint32)
1
votingPeriod() view returns (uint32)
17280
Read-only
getActions(uint128 _proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
getAuthorityStatus(address _authority) view returns (bool)
getIsQueuedTransaction(bytes32 _txHash) view returns (bool)
getLatestProposalId(address _proposer) view returns (uint128)
getProposal(uint128 _proposalId) view returns (bool, bool, address, uint32, uint128, uint256, uint256, uint256, uint256, uint256)
getReceipt(uint128 _proposalId, address _voter) view returns (struct HashesDAOReceipt)
state(uint128 _proposalId) view returns (uint8)
State-modifying
Events cancel(uint128 _proposalId)
castVote(uint128 _proposalId, bool _support, bool _deactivate, bytes _deactivateSignature)
castVoteBySig(uint128 _proposalId, bool _support, bool _deactivate, bytes _deactivateSignature, bytes _signature)
deactivateAuthorities(bytes[] _signatures, address[] _authorities)
execute(uint128 _proposalId) payable
propose(address[] _targets, uint256[] _values, string[] _signatures, bytes[] _calldatas, string _description) returns (uint128)
queue(uint128 _proposalId)
renounceOwnership()
transferOwnership(address newOwner)
veto(uint128 _proposalId, bytes[] _signatures)
AuthoritiesDeactivated()
CancelTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ExecuteTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalCanceled(uint128 indexed id)
ProposalCreated(uint128 indexed id, address indexed proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)
ProposalExecuted(uint128 indexed id)
ProposalQueued(uint128 indexed id, uint256 eta)
ProposalVetoed(uint128 indexed id, uint256 quorum)
QueueTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
VoteCast(address indexed voter, uint128 indexed proposalId, bool support, uint256 votes)
constructor(address _hashesToken, address[] _authorities, uint32 _proposalMaxOperations, uint32 _votingDelay, uint32 _votingPeriod, uint32 _gracePeriod, uint32 _timelockDelay, uint32 _quorumVotes, uint32 _proposalThreshold)
receive()
This contract contains no error objects.