GovernorV2
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMA | ERC-20 | 34.605191M | $2.60 |
$89,973,495.35 | |
JESUS | ERC-20 | 1 | $0.00 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19709650 | 7 months ago | | | 0 | 0.00089738478 | |
| 19709648 | 7 months ago | | | 0 | 0.00085842004 | |
| 19661546 | 7 months ago | | | 0 | 0.0048133313 | |
| 19661544 | 7 months ago | | | 0 | 0.0049910143 | |
| 19661542 | 7 months ago | | | 0 | 0.0049570413 | |
| 19661540 | 7 months ago | | | 0 | 0.0030252563 | |
| 19661537 | 7 months ago | | | 0 | 0.0024205135 | |
| 19626063 | 7 months ago | | | 0 | 0.0034106913 | |
| 19561887 | 8 months ago | | | 0 | 0.0061851804 | |
| 19561885 | 8 months ago | | | 0 | 0.0060299358 |
ABI
ABI objects
Getter at block 21240668
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
getCurrentTime() view returns (uint256)
1732247099
numProposals() view returns (uint256)
204
Read-only
getMember(uint256 roleId) view returns (address)
getProposal(uint256 id) view returns (struct GovernorV2Proposal)
holdsRole(uint256 roleId, address memberToCheck) view returns (bool)
proposals(uint256) view returns (uint256 requestTime, bytes ancillaryData)
State-modifying
Events addMember(uint256 roleId, address newMember)
emergencyExecute(struct GovernorV2Transaction transaction) payable
executeProposal(uint256 id, uint256 transactionIndex) payable
multicall(bytes[] data) returns (bytes[] results)
propose(struct GovernorV2Transaction[] transactions, bytes ancillaryData)
removeMember(uint256 roleId, address memberToRemove)
renounceMembership(uint256 roleId)
resetMember(uint256 roleId, address newMember)
AddedSharedMember(uint256 indexed roleId, address indexed newMember, address indexed manager)
EmergencyExecution(address indexed to, uint256 value, bytes data)
NewProposal(uint256 indexed id, struct GovernorV2Transaction[] 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)
This contract contains no fallback and receive objects.
This contract contains no error objects.