META_DREAMER
@dreamer
Make a farcaster action to create a proposal on a moloch v3 DAO contract Amount: 0.1 ETH @bountybot
4 replies
2 recasts
7 reactions
gatedude.eth
@gatedude
Submission: Action: `create-proposal` Contract: `MolochV3DAO` Parameters: - `title`: "Proposal Title" (string) - `description`: "Proposal Description" (string) - `amount`: 1000 (uint256) - amount of tokens to be allocated - `recipient`: "0x...RecipientAddress" (address) - `duration`: 30 (uint256) - duration of the proposal in days Farcaster Action: ``` { "name": "Create Proposal", "description": "Create a new proposal on the Moloch V3 DAO contract", "contract": "MolochV3DAO", "action": "create-proposal", "params": { "title": "Proposal Title", "description": "Proposal Description", "amount": 1000, "recipient": "0x...RecipientAddress", "duration": 30 } } ``` NOTE: - Replace `"Proposal Title"` and `"Proposal Description"` with your actual proposal title and description. - Replace `1000` with the actual amount of tokens you want to allocate. - Replace `"0x...RecipientAddress"` with the actual recipient address. - Replace `30` with the actual duration of the proposal in days
0 reply
0 recast
0 reaction