// SPDX-License-Identifier: MIT
pragma solidity ^0.8.28;
// Deployed each cycle via create2 — one per token. Runtime bytecode is ~65 bytes, so a launch costs a
// fraction of deploying the full token contract; all the logic lives once per network in
// PonsLauncherToken (see PonsLauncherToken.sol), which every token here delegatecalls into.
// Constructor arg is that implementation address — baked into the init bytecode before deployment.
//
// The implementation is stored as an immutable, i.e. inside the runtime bytecode rather than a storage
// slot. No EIP-1967 proxy slot is written, so explorers do not flag these as upgradeable proxies, and
// the implementation address is permanently fixed at deploy time.
contract PonsToken {
address private immutable _impl;
constructor(address implementation) {
_impl = implementation;
}
fallback() external {
address impl = _impl;
assembly {
calldatacopy(0, 0, calldatasize())
let ok := delegatecall(gas(), impl, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
switch ok
case 0 {
revert(0, returndatasize())
}
default {
return(0, returndatasize())
}
}
}
}[
{
"type": "constructor",
"inputs": [
{
"name": "implementation",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "fallback",
"stateMutability": "nonpayable"
}
]0x6080604052348015600e575f5ffd5b507f000000000000000000000000408276cb5aaa9932e82a0b32ae7947ebc8746cac365f80375f5f365f845af43d5f5f3e8080156049573d5ff35b3d5ffdfea2646970667358221220e0425ea15bc25572a3da02b31d134c3c5bb8cfbfdfdbe220c3de9afca723efe764736f6c63430008210033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xbebc04…2d158f | Approve | 32,646,526 | 7 days agoMon, 10 Aug 2026 08:14:40 UTC | 0x5d83…4a4e | IN | Pumpfun Agent | $0.000 ETH | 0.00000131 | |
| 0x4f377b…d23fb8 | Approve | 32,646,210 | 7 days agoMon, 10 Aug 2026 08:14:08 UTC | 0x0ab1…99b5 | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x2fca52…21cf94 | Approve | 32,645,353 | 7 days agoMon, 10 Aug 2026 08:12:42 UTC | 0x4574…3d74 | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0xabb728…3ce734 | Approve | 32,644,867 | 7 days agoMon, 10 Aug 2026 08:11:53 UTC | 0x222e…d68a | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x4e399f…019980 | Approve | 32,644,339 | 7 days agoMon, 10 Aug 2026 08:11:00 UTC | 0xf87a…d1ec | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x4b49e0…27b4c5 | Approve | 32,643,969 | 7 days agoMon, 10 Aug 2026 08:10:23 UTC | 0x08bb…f359 | IN | Pumpfun Agent | $0.000 ETH | 0.00000131 | |
| 0x81c96c…79f453 | Approve | 32,643,551 | 7 days agoMon, 10 Aug 2026 08:09:42 UTC | 0xddc8…31e8 | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0xd82dd2…bd0ff7 | Approve | 32,643,255 | 7 days agoMon, 10 Aug 2026 08:09:13 UTC | 0x0711…da8e | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0x841faf…f1e4bf | Approve | 32,642,865 | 7 days agoMon, 10 Aug 2026 08:08:33 UTC | 0x288f…afac | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x97050f…59117b | Approve | 32,642,772 | 7 days agoMon, 10 Aug 2026 08:08:24 UTC | 0x871e…dc7f | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x591b1b…60649c | Approve | 32,642,637 | 7 days agoMon, 10 Aug 2026 08:08:10 UTC | 0xb270…752f | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x7a9af8…9937bb | Approve | 32,642,449 | 7 days agoMon, 10 Aug 2026 08:07:51 UTC | 0xc09d…d82f | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0xba29ef…ac6e07 | Approve | 32,642,215 | 7 days agoMon, 10 Aug 2026 08:07:28 UTC | 0x52f2…f85f | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x18df72…9269e2 | Approve | 32,642,071 | 7 days agoMon, 10 Aug 2026 08:07:13 UTC | 0x4c72…f9bb | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0xbfd0cf…dd3718 | Approve | 32,641,999 | 7 days agoMon, 10 Aug 2026 08:07:06 UTC | 0x723f…e4ac | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x00eb75…121802 | Approve | 32,641,816 | 7 days agoMon, 10 Aug 2026 08:06:48 UTC | 0xba29…06ad | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x79dbf7…e7f2ad | Approve | 32,641,773 | 7 days agoMon, 10 Aug 2026 08:06:43 UTC | 0x975c…478e | IN | Pumpfun Agent | $0.000 ETH | 0.00000134 | |
| 0x7d3c3b…ce6822 | Approve | 32,641,589 | 7 days agoMon, 10 Aug 2026 08:06:25 UTC | 0x278c…c874 | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0xc3dc7d…629905 | Approve | 32,641,540 | 7 days agoMon, 10 Aug 2026 08:06:20 UTC | 0xf9a0…1aa0 | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x22c311…fd5312 | Approve | 32,641,497 | 7 days agoMon, 10 Aug 2026 08:06:16 UTC | 0x84d9…4def | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x13e628…9760f9 | Approve | 32,641,403 | 7 days agoMon, 10 Aug 2026 08:06:06 UTC | 0xca9e…b1a8 | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0x4d823d…ab1d9e | Approve | 32,641,273 | 7 days agoMon, 10 Aug 2026 08:05:53 UTC | 0x0f29…7ac8 | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 | |
| 0x3f76dd…e66342 | Approve | 32,641,227 | 7 days agoMon, 10 Aug 2026 08:05:49 UTC | 0x646b…fb3b | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0x86bb33…a69740 | Approve | 32,641,214 | 7 days agoMon, 10 Aug 2026 08:05:47 UTC | 0xf6e5…e6fb | IN | Pumpfun Agent | $0.000 ETH | 0.00000133 | |
| 0x9104d8…cf6f01 | Approve | 32,641,188 | 7 days agoMon, 10 Aug 2026 08:05:45 UTC | 0xad94…656d | IN | Pumpfun Agent | $0.000 ETH | 0.00000132 |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x0da6c0…659cf4 | 7 days agoMon, 10 Aug 2026 08:15:53 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…690fc66a data: 0x000000000000000000…551320bf |
| 0x0da6c0…659cf4 | 7 days agoMon, 10 Aug 2026 08:15:53 UTC | Approval | [0] 0x000000000000…12dc0260 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…551320bf |
| 0x0da6c0…659cf4 | 7 days agoMon, 10 Aug 2026 08:15:53 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…551320bf |
| 0xa68987…4d6249 | 7 days agoMon, 10 Aug 2026 08:15:50 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…1cbac8d2 data: 0x000000000000000000…ca5caa6f |
| 0xa68987…4d6249 | 7 days agoMon, 10 Aug 2026 08:15:50 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…ca5caa6f |
| 0xb56a83…4a4871 | 7 days agoMon, 10 Aug 2026 08:15:26 UTC | Transfer | [0] 0x000000000000…94a0c874 [1] 0x000000000000…43e40951 data: 0x000000000000000000…c7033ac5 |
| 0x2f905f…148894 | 7 days agoMon, 10 Aug 2026 08:15:22 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…e621f85f data: 0x000000000000000000…2fb75524 |
| 0x2f905f…148894 | 7 days agoMon, 10 Aug 2026 08:15:22 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…2fb75524 |
| 0x708beb…dd3f3f | 7 days agoMon, 10 Aug 2026 08:14:51 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…fff5057d data: 0x000000000000000000…d15a2617 |
| 0x708beb…dd3f3f | 7 days agoMon, 10 Aug 2026 08:14:51 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…d15a2617 |
| 0xd112ba…0a7c42 | 7 days agoMon, 10 Aug 2026 08:14:41 UTC | Transfer | [0] 0x000000000000…804e4a4e [1] 0x000000000000…43e40951 data: 0x000000000000000000…3d152125 |
| 0xbebc04…2d158f | 7 days agoMon, 10 Aug 2026 08:14:40 UTC | Approval | [0] 0x000000000000…804e4a4e [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x41a8a5…e23619 | 7 days agoMon, 10 Aug 2026 08:14:27 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…2b021a3a data: 0x000000000000000000…2db50684 |
| 0x41a8a5…e23619 | 7 days agoMon, 10 Aug 2026 08:14:27 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…2db50684 |
| 0x9b011e…cecd9d | 7 days agoMon, 10 Aug 2026 08:14:09 UTC | Transfer | [0] 0x000000000000…fec099b5 [1] 0x000000000000…43e40951 data: 0x000000000000000000…5b089d59 |
| 0x4f377b…d23fb8 | 7 days agoMon, 10 Aug 2026 08:14:08 UTC | Approval | [0] 0x000000000000…fec099b5 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x466d4e…087dc8 | 7 days agoMon, 10 Aug 2026 08:14:06 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…21afd1ec data: 0x000000000000000000…494cbe96 |
| 0x466d4e…087dc8 | 7 days agoMon, 10 Aug 2026 08:14:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…494cbe96 |
| 0xa58eea…51aed8 | 7 days agoMon, 10 Aug 2026 08:13:44 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…fec099b5 data: 0x000000000000000000…a6289a98 |
| 0xa58eea…51aed8 | 7 days agoMon, 10 Aug 2026 08:13:44 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…a6289a98 |
| 0x7b2fb2…302fe5 | 7 days agoMon, 10 Aug 2026 08:13:41 UTC | Transfer | [0] 0x000000000000…80134def [1] 0x000000000000…43e40951 data: 0x000000000000000000…9b3a8fdc |
| 0xda6f93…f2e79f | 7 days agoMon, 10 Aug 2026 08:13:17 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…7cc9bf23 data: 0x000000000000000000…1b016872 |
| 0xda6f93…f2e79f | 7 days agoMon, 10 Aug 2026 08:13:17 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…1b016872 |
| 0x255949…a8bce4 | 7 days agoMon, 10 Aug 2026 08:13:13 UTC | Transfer | [0] 0x000000000000…ddf431e8 [1] 0x000000000000…43e40951 data: 0x000000000000000000…4a3144c1 |
| 0x80351b…0aa55c | 7 days agoMon, 10 Aug 2026 08:13:02 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…2b021a3a data: 0x000000000000000000…20d2e871 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 32,641,096 | 7 days agoMon, 10 Aug 2026 08:05:35 UTC | 0x5d45eb…607b8f | CREATE2 | 0xc1304430 | 0x6ed6…0260 | IN | 0x9152…3b07 | 0 ETH |