Governor
Verified contract
Active on
Ethereum with 1,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40f9…77c3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKX | ERC-20 | 0.0001 | $11.50 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16678199 | 2 years ago | | | 0 | 0.0052147638 | |
| 16678134 | 2 years ago | | | 0 | 0.0076486923 | |
| 16678132 | 2 years ago | | | 0 | 0.0068891870 | |
| 16678130 | 2 years ago | | | 0 | 0.0093145999 | |
| 16678129 | 2 years ago | | | 0 | 0.0083530362 | |
| 16678127 | 2 years ago | | | 0 | 0.021105189 | |
| 16678125 | 2 years ago | | | 0 | 0.025486397 | |
| 16678123 | 2 years ago | | | 0 | 0.0090950194 | |
| 16678121 | 2 years ago | | | 0 | 0.0089314541 | |
| 16678120 | 2 years ago | | | 0 | 0.0084317526 |
ABI
ABI objects
Getter at block 21245724
getCurrentTime() view returns (uint256)
1732308119
numProposals() view returns (uint256)
191
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getMember(uint256 roleId) view returns (address)
getProposal(uint256 id) view returns (struct GovernorProposal)
holdsRole(uint256 roleId, address memberToCheck) view returns (bool)
proposals(uint256) view returns (uint256 requestTime)
State-modifying
Events addMember(uint256 roleId, address newMember)
executeProposal(uint256 id, uint256 transactionIndex) payable
propose(struct GovernorTransaction[] transactions)
removeMember(uint256 roleId, address memberToRemove)
renounceMembership(uint256 roleId)
resetMember(uint256 roleId, address newMember)
setCurrentTime(uint256 time)
AddedSharedMember(uint256 indexed roleId, address indexed newMember, address indexed manager)
NewProposal(uint256 indexed id, struct GovernorTransaction[] transactions)
ProposalExecuted(uint256 indexed id, uint256 transactionIndex)
RemovedSharedMember(uint256 indexed roleId, address indexed oldMember, address indexed manager)
ResetExclusiveMember(uint256 indexed roleId, address indexed newMember, address indexed manager)
constructor(address _finderAddress, uint256 _startingId, address _timerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.