Project
Dashboard
Real-time metrics for your gas station
Gas Station Balance
Current Balance
Loading...
Deposit Address: Loading...
Total Sponsored
--
All-time transactions
Gas Saved
--
Total cost sponsored
Active Users
--
Unique addresses
Today's Activity
--
--
Top Contracts
Loading contracts data
Quick Actions
Integration
// Simple API call to sponsor gas:
fetch('/sponsor/authorize', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
projectId: '...',
user: '0x...',
target: '0x...',
selector: '0x...',
estimatedGas: 500000
})
})
Recent Activity
Loading recent events