ProposerV2
Verified contract
Active on
Ethereum with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38,250.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMA | ERC-20 | 15K | $2.55 |
$38,250 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19709665 | 7 months ago | | | 0 | 0.00089259082 | |
| 19684363 | 7 months ago | | | 0 | 0.0093193507 | |
| 19641189 | 7 months ago | | | 0 | 0.079430925 | |
| 19583610 | 8 months ago | | | 0 | 0.048637383 | |
| 19531337 | 8 months ago | | | 0 | 0.024380829 | |
| 19413401 | 8 months ago | | | 0 | 0.0080871925 | |
| 19413398 | 8 months ago | | | 0 | 0.0078513653 | |
| 19413391 | 8 months ago | | | 0 | 0.0093922832 | |
| 19325585 | 9 months ago | | | 0 | 0.075806338 | |
| 19257049 | 9 months ago | | | 0 | 0.025733739 |
ABI
ABI objects
Getter at block 21245442
bond() view returns (uint256)
5000000000000000000000
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
getCurrentTime() view returns (uint256)
1732304723
governor() view returns (address)
0x7b292034084a41b9d441b71b6e3557edd0463fa8
owner() view returns (address)
0x7b292034084a41b9d441b71b6e3557edd0463fa8
token() view returns (address)
0x04fa0d235c4abf4bcf4787af4cf447de572ef828
Read-only
bondedProposals(uint256) view returns (address sender, uint64 time, uint256 lockedBond, bytes ancillaryData)
State-modifying
Events multicall(bytes[] data) returns (bytes[] results)
propose(struct GovernorV2Transaction[] transactions, bytes ancillaryData) returns (uint256)
renounceOwnership()
resolveProposal(uint256 id)
setBond(uint256 _bond)
transferOwnership(address newOwner)
BondSet(uint256 bond)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalResolved(uint256 indexed id, bool success)
constructor(address _token, uint256 _bond, address _governor, address _finder)
This contract contains no fallback and receive objects.
This contract contains no error objects.