get_proposal_proposer
Retrieve the wallet address that submitted a governance proposal using its ID and governor contract. Works across EVM networks like BSC, Ethereum, and Arbitrum.
Instructions
Get the address that created a proposal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| proposalId | Yes | Proposal ID | |
| governorAddress | Yes | Governor contract address |