META_DREAMER
@dreamer
Make a farcaster action to create a proposal on a moloch v3 DAO contract Amount: 0.1 ETH @bountybot
2 replies
2 recasts
7 reactions
gatedude.eth
@gatedude
Here's a simple contract I Created; you'II need to customize the contract to suit what you want. The Farcaster action will create a new proposal on the Moloch V3 DAO contract with the specified parameters. The proposal will be subject to the DAO's voting process, and if approved, the specified amount of tokens will be allocated to the recipient address https://warpcast.com/gatedude/0x967498ce
0 reply
0 recast
0 reaction
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