SharedStake / Contracts

A repository to track and open source SharedStake's on-chain contracts and their addresses.
10 stars 4 forks source link

Multisend a ERC20 advertising us to whales #13

Open sharedStake-dev opened 3 years ago

sharedStake-dev commented 3 years ago

inspired by this: https://etherscan.io/tx/0xb19d20b422df26b50775358f64234e8d45d6d96befddfa8cd77ceefa568eb9fb

Mushrooms finance did a multisend to a targeted group of power-defi users with a one-off erc20 titled "try mushrooms finance".

This is great directed marketing.

We should give this a shot.

You can most likely get the user data from the linked tx.

Additionally it might be viable to fork, deploy and reuse the multisend contract ethglobal uses to return user funds: https://etherscan.io/address/0x941f40c2955ee09ba638409f67ef27c531fc055c#code

JitrZ commented 3 years ago

I've checked the vyper code, so your idea is to write a same contract .sol file? One thing I'm not sure even after reading the code, this multisend contract has nothing to do with gas fee, just automatize sending a same amount to many users' address, am I right?