precision highp float; const float pi = 3.14159265359; uniform float uTime; uniform vec2 uResolution; float rand(float seed) { return fract(sin(seed) * 10000.); } float noise(vec2 p) { return rand(p.x * 14. + p.y * sin(uTime / 1500000.) * .005); } float smoothNoise(vec2 p){ vec2 inter = smoothstep(0., 1., fract(p)); float s = mix(noise(vec2(floor(p.x), floor(p.y))), noise(vec2(ceil(p.x), floor(p.y))), inter.x); float n = mix(noise(vec2(floor(p.x), ceil(p.y))), noise(vec2(ceil(p.x), ceil(p.y))), inter.x); return mix(s, n, inter.y); } float fbm(in vec2 p) { float z = 2.; float rz = 0.; for (float i = 1.; i < 6.; i++) { rz +=abs((smoothNoise(p) - .5) * 2.) / z; z *=2.; p *=2.; } return rz; } float circ(vec2 p){ float r=length(p); r=log(sqrt(r)); return abs(mod(4.*r, pi*2.) - pi) * 3. + .2; } void main() { vec2 p=gl_FragCoord.xy / uResolution.xy - 0.5; p.x *=uResolution.x / uResolution.y; float rz=fbm(p * 5.); rz *=circ(p / exp(mod(uTime / 500., pi))); gl_FragColor=vec4(vec3(.4, .3, .7) / rz, 1.); }
PumpBase Mascot

PumpBASE

0%
$0 / $5,000

🎯 PumpBase Mission

Once $5,000 is reached, all funds will be deposited to PumpBase token

15% of Purchased tokens will be airdropped to holders equally, rest will be locked.

What our launchpad is offering

Where True Potential Meets Unbreakable Security

Free to
Deploy

Launch your token on Base network without any deployment fees. Get started instantly with zero upfront costs and maximum accessibility.

Custom Rewarded
Token

Design unique tokenomics with built-in reward mechanisms. Create custom incentive structures that engage your community and drive growth.

Sniper & Whale
Security

Advanced protection against bots and large holders. Built-in anti-sniper mechanisms and whale protection ensure fair token distribution.

Auto Limits
Remove

Smart contract automatically removes trading limits when conditions are met. Seamless transition from protected launch to open trading.

tokenomics

PumpBase Token

Total
SUPPLY
Presale 30%
LP (Liquidity Pool) 20%
Team 10%
Reserve 5%
Vesting Lock / Ecosystem 35%
0xE716330329c3c50C032C20c162fB0a3bd0418646

Paid Rewards 2%

Total Rewards Distributed So Far

- ETH

Total Rewards Distributed So Far

~ - $

Total Pending Rewards

- ETH

Total Pending Rewards

~ - $

updated live ...

Custom Compound Calculator

Hold: 50k tok.

Volume: $100k

Get Directly Paid to Your Wallet

~ - ETH/day

~ - $/day

~ - ETH/week

~ - $/week

~ - ETH/month

~ - $/month

~ - ETH/year

~ - $/year