ChainportCongress
Verified contract
Active on
Base with 69 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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21791333 | 22 days ago | | | 0 | 0.00027010228 | |
| 21721700 | 24 days ago | | | 0 | 0.0000010223970 | |
| 21710566 | 24 days ago | | | 0 | 0.00019434489 | |
| 21708082 | 24 days ago | | | 0 | 0.00083247679 | |
| 20853859 | a month ago | | | 0 | 0.0000010766910 | |
| 20852831 | a month ago | | | 0 | 5.5329720e-7 | |
| 20841246 | a month ago | | | 0 | 0.00019374213 | |
| 20841234 | a month ago | | | 0 | 0.00091982416 | |
| 17987070 | 4 months ago | | | 0 | 8.5862700e-7 | |
| 17987060 | 4 months ago | | | 0 | 3.7888830e-7 |
ABI
ABI objects
Getter at block 22748963
getMembersRegistry() view returns (address)
0x927f5f422bafd00df2ae817945b6e8694ad2f852
name() view returns (string)
ChainportCongress
proposalCount() view returns (uint256)
17
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.