ChainportCongress
Verified contract
Active on
Ethereum with 235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EARN | ERC-20 | 13.606617K | $0.001783 |
$24.26 | |
PEAK | ERC-20 | 19.423311 | $0.000364 |
$0.01 | |
CPT | ERC-20 | 1B | -- | -- | |
PORT | ERC-20 | 180M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085218 | 10 days ago | | | 0 | 0.00097106349 | |
| 21073486 | 12 days ago | | | 0 | 0.0010615654 | |
| 21070883 | 12 days ago | | | 0 | 0.00082883892 | |
| 21069666 | 12 days ago | | | 0 | 0.0030193325 | |
| 20928478 | a month ago | | | 0 | 0.0038447781 | |
| 20928433 | a month ago | | | 0 | 0.0020283542 | |
| 20927474 | a month ago | | | 0 | 0.0012341863 | |
| 20927470 | a month ago | | | 0 | 0.0012415055 | |
| 20927406 | a month ago | | | 0 | 0.0051873426 | |
| 20454225 | 3 months ago | | | 0 | 0.00020880051 |
ABI
ABI objects
Getter at block 21158014
getMembersRegistry() view returns (address)
0x1dee7be5415f6fdcc8515ca06ae8d9afb550abca
name() view returns (string)
ChainportCongress
proposalCount() view returns (uint256)
61
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)
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.