DcentralabCongress
Verified contract
Active on
Ethereum with 12 txns
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 "DcentralabCongress"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986318 | a month ago | | | 0 | 0.0025326587 | |
| 20971713 | 2 months ago | | | 0 | 0.012544837 | |
| 20970560 | 2 months ago | | | 0 | 0.0011456156 | |
| 20969846 | 2 months ago | | | 0 | 0.00092729023 | |
| 20966191 | 2 months ago | | | 0 | 0.0018128760 | |
| 20966189 | 2 months ago | | | 0 | 0.0075930692 | |
| 19154692 | 10 months ago | | | 0 | 0.0028591676 | |
| 19154672 | 10 months ago | | | 0 | 0.0011671462 | |
| 19154612 | 10 months ago | | | 0 | 0.00099391319 | |
| 19141289 | 10 months ago | | | 0 | 0.0023951076 |
ABI
ABI objects
Getter at block 21310860
getMembersRegistry() view returns (address)
0x1cc1cdbc3477249153cbd2954a085d48d73d3694
name() view returns (string)
DcentralabCongress
proposalCount() view returns (uint256)
3
Read-only
getActions(uint256 proposalId) view returns (address[] targets, uint256[] values, string[] signatures, bytes[] calldatas)
proposals(uint256) view returns (uint256 id, address proposer, uint256 forVotes, uint256 againstVotes, bool canceled, bool executed, uint256 timestamp)
receipts(uint256, address) view returns (bool hasVoted, bool support)
State-modifying
Events cancel(uint256 proposalId)
castVote(uint256 proposalId, bool support)
execute(uint256 proposalId) payable
propose(address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description) returns (uint256)
setMembersRegistry(address _membersRegistry)
ExecuteTransaction(address indexed target, uint256 value, string signature, bytes data)
ProposalCanceled(uint256 id)
ProposalCreated(uint256 id, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, string description)
ProposalExecuted(uint256 id)
ReceivedEther(address sender, uint256 amount)
VoteCast(address voter, uint256 proposalId, bool support)
This contract contains no constructor objects.
receive()
This contract contains no error objects.