
ETH RUSH
Native ETH on Base by Donald Toad
ETH / USD
——
Earn
Earn weekly referral rewards on Base for ETH RUSH.
Selected: BaseInitializing
How referrals work
On-chainCreate + share
- Create your referral code and share it.
- New players can bind your code once on Base.
Weekly rewards
- Each week (epoch), the vault may end with a surplus.
- If it does, a portion of that surplus is allocated to referral rewards.
- Rewards are split across referrers based on their epoch base (activity attributed to their referees).
When rewards are 0
If the vault ends the epoch with no surplus, or a deficit, there is nothing to distribute, so claims for that epoch will be 0. Referral rewards are paid from the vault’s weekly surplus. If the vault does not finish the epoch with a surplus, the reward pool is 0 and no referral rewards are distributed.
🧪FORMULAexpand
bps: 0 / 10000
ExactepochId = floor(block.timestamp / WEEK)
houseDelta = int(amountReceived) - int(payout)
profit(epochId) += houseDelta
if houseDelta > 0 and referrerOf[player] != 0x0:
refBps = getRefBps(referrer)
baseAdded = uint(houseDelta) * refBps / BPS_DENOM
epochBaseOf[epochId][referrer] += baseAdded
totalBase(epochId) += baseAdded
else:
baseAdded = 0
finalizeEpoch(epochId):
cap = profit(epochId) > 0 ? uint(profit(epochId)) : 0
rewardsTotal = min(totalBase(epochId), cap)
claim(epochId):
userBase = epochBaseOf[epochId][msg.sender]
amount = rewardsTotal * userBase / totalBase(epochId)
Notes: only positive houseDelta contributes to base; if profit ≤ 0, then cap = 0 and rewardsTotal = 0 → claims are 0.
Network
Fixed: Base
Base
LIVEChain ID: 8453
Initializing…
Wallet
Not connectedConnect
Registry: —
Vault: —
Game: —
Reward asset: Native ETH
Asset address: native ETH
Registry asset balance: 0 ETH
Bind to a referrer
—Connect your wallet to bind.
Referral code
Resolved referrer: —
Your referral code
Your code is Base-only. Registering is required to share.
Code
Not createdReferral code (friendly)
—
Public code (bytes32)
—
💰 Weekly rewards
Claim uses registry-tracked base for the past finalized epoch. Live estimate is shown below.
Current epoch
0
Claim epoch
0
Epoch status
Not finalized
Next epoch boundary (ISO): —
Next epoch in: —
Your credit (registry)
epochBaseOf
0 ETH
Est rewards
0 ETH
Disabled reason: Initializing…
Live estimate (current epoch)
—
Your base
0 ETH
Your est rewards
0 ETH
👥 Referees
Tracks players who bound to you and shows ETH RUSH game activity for those wallets.
Referees found
0
Scan cursor: —
Scanning
Stats scan
Complete
Cursor: —
Ready
Total wagered (refs)
0 ETH
Net (refs)
0 ETH