Add Rocket Bunny (ERC20) and Pocket Bomb (BEP20) (#6600)

* Added ROCKET BUNNY

Rocket Bunny is a deflationary token with a max circulating supply of 777 Quadrilion. Each transaction incurs a 4% tax that is distributed in four equal parts: 1% to holders, 1% burned to The Rabbit's Hole, 1% locked liquidity, and 1% as a bonus to liquidity providers. As volume increase, the amount burned increases logarithmically, eventually leading to an exponential decrease in supply.
Each transaction automatically rewards holders and increases the token's price floor through liquidity locks. All without staking.

Website: https://rocketbunny.io/

* Added POCKET BOMB

Pocket Bomb is a deflationary token with a max circulating supply of 777 Million. Each transaction incurs a 4% tax that is distributed in four equal parts: 1% to holders, 1% burned to The Junk Yard, 2% locked liquidity, and 1% as a bonus to liquidity providers. As volume increase, the amount burned increases logarithmically, eventually leading to an exponential decrease in supply.
Each transaction automatically rewards holders and increases the token's price floor through liquidity locks. All without staking.

Website: https://pbom.rocketbunny.io/

* Changed contract addresses to be in checksum format
This commit is contained in:
Viltrum 2021-04-21 01:45:04 +03:00 committed by GitHub
parent 48f1ad8246
commit bf70a5541a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"name": "Rocket Bunny",
"website": "https://rocketbunny.io/",
"description": "Rocket Bunny combines the most sought after tokenomics across DeFi: automatic liquidity adds, compounding yield, deflationary supply, liquidity rewards, and price shock protection.",
"explorer": "https://etherscan.io/token/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c",
"research": "https://rocketbunny.medium.com/welcome-to-rocket-bunny-f21b79f2715f",
"type": "ERC20",
"symbol": "BUNNY",
"decimals": 9,
"status": "active",
"id": "0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,12 @@
{
"name": "Pocket Bomb",
"website": "https://pbom.rocketbunny.io/",
"description": "Pocket Bomb combines the most sought after tokenomics across DeFi: automatic liquidity adds, compounding yield, deflationary supply, liquidity rewards, and price shock protection.",
"explorer": "https://bscscan.com/token/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c",
"research": "https://rocketbunny.medium.com/welcome-to-rocket-bunny-f21b79f2715f",
"type": "BEP20",
"symbol": "PBOM",
"decimals": 9,
"status": "active",
"id": "0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB