TokensFarmCongress
Verified contract
Active on
Ethereum with 68 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 "TokensFarmCongress"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20419669 | 4 months ago | | | 0 | 0.00083511225 | |
| 20419663 | 4 months ago | | | 0 | 0.0048447544 | |
| 17626287 | a year ago | | | 0 | 0.017723475 | |
| 17615347 | a year ago | | | 0 | 0.0015278900 | |
| 17592151 | a year ago | | | 0 | 0.0023947536 | |
| 17592146 | a year ago | | | 0 | 0.039881051 | |
| 16568587 | 2 years ago | | | 0 | 0.0049328410 | |
| 16565162 | 2 years ago | | | 0 | 0.0013792234 | |
| 16541881 | 2 years ago | | | 0 | 0.0029999355 | |
| 16541865 | 2 years ago | | | 0 | 0.037745566 |
ABI
ABI objects
Getter at block 21266575
getMembersRegistry() view returns (address)
0xd7440c4457c4e729962b2044ba00c9370a3cbaad
name() view returns (string)
TokensFarmCongress
proposalCount() view returns (uint256)
18
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.