// 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 | ||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x519151…266b2f | 9 days agoSat, 08 Aug 2026 22:08:01 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a423b8df data: 0x000000000000000000…3b19177f |
| 0x519151…266b2f | 9 days agoSat, 08 Aug 2026 22:08:01 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…3b19177f |
| 0x519151…266b2f | 9 days agoSat, 08 Aug 2026 22:08:01 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…3b19177f |
| 0xa99025…cb6953 | 9 days agoSat, 08 Aug 2026 22:08:01 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c7a5a7c1 data: 0x000000000000000000…6c0655cc |
| 0xa99025…cb6953 | 9 days agoSat, 08 Aug 2026 22:08:01 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…6c0655cc |
| 0xad6fad…9fab3a | 9 days agoSat, 08 Aug 2026 22:08:00 UTC | Transfer | [0] 0x000000000000…43e76979 [1] 0x000000000000…43e40951 data: 0x000000000000000000…4577f6db |
| 0x38513f…4abb34 | 9 days agoSat, 08 Aug 2026 22:07:58 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…e27c098d data: 0x000000000000000000…74885de9 |
| 0x38513f…4abb34 | 9 days agoSat, 08 Aug 2026 22:07:58 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…74885de9 |
| 0xc76878…8166a4 | 9 days agoSat, 08 Aug 2026 22:07:56 UTC | Transfer | [0] 0x000000000000…77077901 [1] 0x000000000000…43e40951 data: 0x000000000000000000…6855711c |
| 0xe5b547…2df61d | 9 days agoSat, 08 Aug 2026 22:07:55 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…68b8e7b0 data: 0x000000000000000000…167ebdc4 |
| 0xe5b547…2df61d | 9 days agoSat, 08 Aug 2026 22:07:55 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…167ebdc4 |
| 0x027af0…fa7b73 | 9 days agoSat, 08 Aug 2026 22:07:54 UTC | Transfer | [0] 0x000000000000…3af003f6 [1] 0x000000000000…43e40951 data: 0x000000000000000000…e0a64fd0 |
| 0xc71b69…718941 | 9 days agoSat, 08 Aug 2026 22:07:53 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…aa7c3f4a data: 0x000000000000000000…fa533f1a |
| 0xc71b69…718941 | 9 days agoSat, 08 Aug 2026 22:07:53 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…fa533f1a |
| 0x1c0262…a819a0 | 9 days agoSat, 08 Aug 2026 22:07:51 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…43e76979 data: 0x000000000000000000…f702c040 |
| 0x1c0262…a819a0 | 9 days agoSat, 08 Aug 2026 22:07:51 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…f702c040 |
| 0x9676fa…bbf391 | 9 days agoSat, 08 Aug 2026 22:07:51 UTC | Transfer | [0] 0x000000000000…3a8d8baf [1] 0x000000000000…43e40951 data: 0x000000000000000000…a70164fc |
| 0x1e1086…d55f8e | 9 days agoSat, 08 Aug 2026 22:07:49 UTC | Approval | [0] 0x000000000000…3af003f6 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x5f5a82…3d9e19 | 9 days agoSat, 08 Aug 2026 22:07:49 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a0ddd880 data: 0x000000000000000000…f5c42972 |
| 0x5f5a82…3d9e19 | 9 days agoSat, 08 Aug 2026 22:07:49 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…f5c42972 |
| 0xa878a8…b27e88 | 9 days agoSat, 08 Aug 2026 22:07:47 UTC | Transfer | [0] 0x000000000000…fe984c97 [1] 0x000000000000…43e40951 data: 0x000000000000000000…c61e9941 |
| 0x4ddc07…0d1c1f | 9 days agoSat, 08 Aug 2026 22:07:46 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…0a25c394 data: 0x000000000000000000…16ac7029 |
| 0x4ddc07…0d1c1f | 9 days agoSat, 08 Aug 2026 22:07:46 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…16ac7029 |
| 0x145fae…a10446 | 9 days agoSat, 08 Aug 2026 22:07:46 UTC | Approval | [0] 0x000000000000…fe984c97 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xe0a60d…1bbef7 | 9 days agoSat, 08 Aug 2026 22:07:43 UTC | Transfer | [0] 0x000000000000…f96a4c23 [1] 0x000000000000…43e40951 data: 0x000000000000000000…ff657ffd |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1e1086…d55f8e | Approve | 31,420,672 | 9 days agoSat, 08 Aug 2026 22:07:49 UTC | 0xa123…03f6 | IN | RUNTIME | $0.000 ETH | 0.00000148 | |
| 0x145fae…a10446 | Approve | 31,420,639 | 9 days agoSat, 08 Aug 2026 22:07:46 UTC | 0x801a…4c97 | IN | RUNTIME | $0.000 ETH | 0.00000145 | |
| 0x9acdae…454898 | Approve | 31,420,594 | 9 days agoSat, 08 Aug 2026 22:07:41 UTC | 0xbd90…73c0 | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0x9420cb…bce16e | Approve | 31,420,564 | 9 days agoSat, 08 Aug 2026 22:07:38 UTC | 0x8e39…8baf | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0x8741d4…0e1057 | Approve | 31,420,463 | 9 days agoSat, 08 Aug 2026 22:07:28 UTC | 0x3ad9…0f0c | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0x641178…c79525 | Approve | 31,420,443 | 9 days agoSat, 08 Aug 2026 22:07:26 UTC | 0xaf48…33e7 | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0x29773a…18c424 | Approve | 31,420,417 | 9 days agoSat, 08 Aug 2026 22:07:24 UTC | 0xe506…cdc2 | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0x985423…ead248 | Approve | 31,420,267 | 9 days agoSat, 08 Aug 2026 22:07:08 UTC | 0x00b4…eadf | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0xecf2a6…7b4b2e | Approve | 31,420,236 | 9 days agoSat, 08 Aug 2026 22:07:05 UTC | 0xd08d…7901 | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0x5f36ac…345ac8 | Approve | 31,420,130 | 9 days agoSat, 08 Aug 2026 22:06:55 UTC | 0xfbb7…c3ec | IN | RUNTIME | $0.000 ETH | 0.00000145 | |
| 0xf8d516…3ae03f | Approve | 31,420,064 | 9 days agoSat, 08 Aug 2026 22:06:48 UTC | 0x5f06…a16a | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0x9a13d6…d32afc | Approve | 31,420,029 | 9 days agoSat, 08 Aug 2026 22:06:45 UTC | 0xdcb1…3316 | IN | RUNTIME | $0.000 ETH | 0.00000148 | |
| 0x4f77c1…4dad30 | Approve | 31,420,007 | 9 days agoSat, 08 Aug 2026 22:06:42 UTC | 0x864d…3762 | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0xd3651c…55ba50 | Approve | 31,419,950 | 9 days agoSat, 08 Aug 2026 22:06:37 UTC | 0x5fbc…828d | IN | RUNTIME | $0.000 ETH | 0.00000145 | |
| 0x29292a…36aa73 | Approve | 31,419,928 | 9 days agoSat, 08 Aug 2026 22:06:34 UTC | 0x3cb2…c443 | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0xbafd23…32add3 | Approve | 31,419,895 | 9 days agoSat, 08 Aug 2026 22:06:31 UTC | 0x2857…99ee | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0xe60586…6e77f6 | Approve | 31,419,872 | 9 days agoSat, 08 Aug 2026 22:06:29 UTC | 0x17e4…ea25 | IN | RUNTIME | $0.000 ETH | 0.00000145 | |
| 0x139c13…a1131d | Approve | 31,419,715 | 9 days agoSat, 08 Aug 2026 22:06:13 UTC | 0x0122…4c23 | IN | RUNTIME | $0.000 ETH | 0.00000146 | |
| 0x0b313f…94ab39 | Approve | 31,419,693 | 9 days agoSat, 08 Aug 2026 22:06:11 UTC | 0xa874…6979 | IN | RUNTIME | $0.000 ETH | 0.00000086 | |
| 0xaa6fa9…b04b1d | Approve | 31,419,670 | 9 days agoSat, 08 Aug 2026 22:06:08 UTC | 0xa874…6979 | IN | RUNTIME | $0.000 ETH | 0.00000147 | |
| 0xf73743…635c95 | Approve | 31,419,568 | 9 days agoSat, 08 Aug 2026 22:05:58 UTC | 0x5ff3…b8df | IN | RUNTIME | $0.000 ETH | 0.00000147 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 31,419,564 | 9 days agoSat, 08 Aug 2026 22:05:58 UTC | 0xe26637…6b9c72 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x5aef…7efe | 0 ETH |