DOGIRA Anti Dev/Team Wallet Dump Features

Andre Musk
3 min readFeb 4, 2021

After talking with Shappy (War On Rugs) it became clear to me that not all memers who claim to be doing it for the community are actually doing so…. Not shit really. 😿

BUT DOGIRA takes NO prisoners. So I’ve decided to put all the unlocked funds (marketing, dev, community, roughly 20%) into dogecity wallet. 🐶 Dogecity has now a limit on how much can be transferred out of that wallet (either to the pool via selling or another wallet — for when we want to implement DOGEY KONG) for up to 5% per day of that wallet. This will mean that no you can feel SAFU that team CANNOT dump on you. 🆒 😎 💪 We will do it slowly. Kekekekeke. ;P.

No but seriously. We all just want to make money here. Go with the winner. Go with DOGIRA.

  1. Because we keep our funds in dogecity, that means muchsupport function now awards shillers .001% — .1% of the the 20% of the supply. That’s anywhere between 200–20k per shill reward 💸. Meaning we reward YOU with the marketing fund instead!
  2. Notice our incentives. You need to go with devs who actually make it clear they want to make money but NOT at your expense. So the 1% fee (can be increased to 2%) that goes to dogecity, is for the team AND now all of us.
  3. Any project who says we’ll lock liquidity forever is going to fuck you over. Who in their right fucking mind would lock away 50ETH and throw away the keys? That’s insane and a fucking tragedy. So no, there’s no 80 year liquidity lock. Probably something more like 3–6 months. And allows me to expand to more fun projects and this broadening memecosystem.
  4. At the end of the day ALWAYS ALWAYS DYOR. If that means learning solidity. Fucking do it. I did. Now look. I command a fucking doge monster.

The code in question is here on line 1036 (available soon):

if(sender == state.addresses.dogecity) {
require(amount <= dogeCityInitial / 25, "too much"); // 4% per day
require(lastTeamSell + 1 days < block.timestamp, "too soon");
if(timeInitialized + 15 days > block.timestamp){ // to enable preparing for farm
require(recipient == state.addresses.pool, "can only sell to uniswap pool");
}
lastTeamSell = block.timestamp;
}

Basically you can see that if dogecity is sending, either to a pool or some other wallet (for farming etc) then it has to be 4% of the initial amount in that wallet. And then it’ll update the time so this can be done only once per day. AND by removing the setter that can change the dogecity address, then we can’t do a fakeout and just say the address of dogecity is somewhere else then dump from the actual dogecity. We also give it 15 days until the wallet can transfer anywhere else than the pool so that we can’t collect the 4% per day then dump at some top. But its not too long that we can’t gather tokens to put into a pool for farming our other meme project. ;)

There are many ways to get rugged, but when you can look for the code that always helps.

Presale times are coming soon. It costs almost 2 eth to launch this so I’m waiting till its closer to 1eth to launch. Thank you! Join our TG. All hail dogira!

https://t.me/dogiratoken

--

--