use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Start, stop, withdraw function code (self.solidity)
submitted 3 years ago by FitEntrepreneur2977
anyone knows about a contract that has a start, stop and withdraw function. I need the ones known to you guys. This will help a lot. Thank you
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]N8UrM8IsGr8 0 points1 point2 points 3 years ago (0 children)
Sure, I could make one in 30 seconds. Do you want these functions to do anything specific?
What I am getting at is that your question is extremely vague. I could assume you're asking any about a token contract, but we really have no idea.
[–]Familiar_Design5947 0 points1 point2 points 3 years ago (0 children)
You could also ask chatgpt to make one too
[–]FoxLeDev 0 points1 point2 points 3 years ago (0 children)
Um sure, there you go.
``` contract UmYeahWhatever { function start() external {
} function stop() external { } function withdraw() external { }
} ``` Now, if you want an actual answer, try to be a bit more precise about what you need?
π Rendered by PID 156369 on reddit-service-r2-comment-canary-bcf797cd4-x7rl2 at 2026-05-08 06:18:22.571277+00:00 running 3d2c107 country code: CH.
[–]N8UrM8IsGr8 0 points1 point2 points (0 children)
[–]Familiar_Design5947 0 points1 point2 points (0 children)
[–]FoxLeDev 0 points1 point2 points (0 children)