META_DREAMER pfp
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

Bounty Bot pfp
Bounty Bot
@bountybot
Your bounty deadline just passed (2 week default unless specified). If you'd like to edit the bounty amount or deadline, please update through the bounty frame "admin" button If the bounty was completed, please update through the "admin" button
0 reply
0 recast
0 reaction

Bounty Bot pfp
Bounty Bot
@bountybot
Confirmed! On your bounty page, you can pay users and view their bounty completion history Frame buttons - Admin: manage bounty status, amount, deadline - Boost: get more attention on your bounty 🤖 commands - @bountybot cancel - @bountybot in progress - @bountybot complete (optional: tag winners) - @bountybot shoutout (optional: tag winner and write a positive review)
0 reply
0 recast
0 reaction

gatedude.eth pfp
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 pfp
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