// 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 |
|---|---|---|---|
| 0x85cb9b…24e3d6 | 9 days agoSat, 08 Aug 2026 19:48:48 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6f0226b0 data: 0x000000000000000000…c2d2883e |
| 0x85cb9b…24e3d6 | 9 days agoSat, 08 Aug 2026 19:48:48 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…c2d2883e |
| 0x85cb9b…24e3d6 | 9 days agoSat, 08 Aug 2026 19:48:48 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c2d2883e |
| 0xa19ef7…08be7c | 9 days agoSat, 08 Aug 2026 19:48:39 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…4ffcef5e data: 0x000000000000000000…fb054d2f |
| 0xa19ef7…08be7c | 9 days agoSat, 08 Aug 2026 19:48:39 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…fb054d2f |
| 0xd9aec7…6b6b7c | 9 days agoSat, 08 Aug 2026 19:48:33 UTC | Transfer | [0] 0x000000000000…a6dab2fd [1] 0x000000000000…43e40951 data: 0x000000000000000000…3d829030 |
| 0xd1a1c9…e34771 | 9 days agoSat, 08 Aug 2026 19:48:25 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6ffb4fb7 data: 0x000000000000000000…77d02473 |
| 0xd1a1c9…e34771 | 9 days agoSat, 08 Aug 2026 19:48:25 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…77d02473 |
| 0x8439ff…12f46b | 9 days agoSat, 08 Aug 2026 19:48:17 UTC | Transfer | [0] 0x000000000000…46a45858 [1] 0x000000000000…43e40951 data: 0x000000000000000000…06699edb |
| 0xcc1e78…60a39a | 9 days agoSat, 08 Aug 2026 19:48:06 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…f6f1ea94 data: 0x000000000000000000…352066c7 |
| 0xcc1e78…60a39a | 9 days agoSat, 08 Aug 2026 19:48:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…352066c7 |
| 0x35ae90…913d7d | 9 days agoSat, 08 Aug 2026 19:47:55 UTC | Approval | [0] 0x000000000000…87787871 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xb07f10…180cc8 | 9 days agoSat, 08 Aug 2026 19:47:50 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…87787871 data: 0x000000000000000000…b9bb82b1 |
| 0xb07f10…180cc8 | 9 days agoSat, 08 Aug 2026 19:47:50 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b9bb82b1 |
| 0x3727c8…be30e3 | 9 days agoSat, 08 Aug 2026 19:47:37 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…f610fbad data: 0x000000000000000000…9b117469 |
| 0x3727c8…be30e3 | 9 days agoSat, 08 Aug 2026 19:47:37 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9b117469 |
| 0x4e6faa…70338f | 9 days agoSat, 08 Aug 2026 19:47:35 UTC | Transfer | [0] 0x000000000000…46a45858 [1] 0x000000000000…43e40951 data: 0x000000000000000000…e28eed5d |
| 0xc1ee4c…6e4a03 | 9 days agoSat, 08 Aug 2026 19:47:20 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…eb1a3243 data: 0x000000000000000000…c538384b |
| 0xc1ee4c…6e4a03 | 9 days agoSat, 08 Aug 2026 19:47:20 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c538384b |
| 0x7cd86e…cc5a52 | 9 days agoSat, 08 Aug 2026 19:47:16 UTC | Transfer | [0] 0x000000000000…6ffb4fb7 [1] 0x000000000000…43e40951 data: 0x000000000000000000…0ee10bc5 |
| 0x6d4f47…a0a26a | 9 days agoSat, 08 Aug 2026 19:47:04 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c836d24d data: 0x000000000000000000…7aab126d |
| 0x6d4f47…a0a26a | 9 days agoSat, 08 Aug 2026 19:47:04 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…7aab126d |
| 0x42026a…549bd3 | 9 days agoSat, 08 Aug 2026 19:46:54 UTC | Transfer | [0] 0x000000000000…2b8eb7f5 [1] 0x000000000000…43e40951 data: 0x000000000000000000…dc4e25db |
| 0x5d0d49…cb32a0 | 9 days agoSat, 08 Aug 2026 19:46:51 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…84bd7698 data: 0x000000000000000000…570b4787 |
| 0x5d0d49…cb32a0 | 9 days agoSat, 08 Aug 2026 19:46:51 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…570b4787 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| 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 | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x35ae90…913d7d | Approve | 31,336,814 | 9 days agoSat, 08 Aug 2026 19:47:55 UTC | 0x2a9a…7871 | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0x3b1771…df9834 | Approve | 31,334,854 | 9 days agoSat, 08 Aug 2026 19:44:40 UTC | 0x75ec…7c95 | IN | Pandu | $0.000 ETH | 0.00000142 | |
| 0xc809ae…03e058 | Approve | 31,334,757 | 9 days agoSat, 08 Aug 2026 19:44:30 UTC | 0xe01a…c1c8 | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x63c4f9…252bc0 | Approve | 31,334,621 | 9 days agoSat, 08 Aug 2026 19:44:16 UTC | 0x8183…a7c3 | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x1c57c7…9b7282 | Approve | 31,334,241 | 9 days agoSat, 08 Aug 2026 19:43:38 UTC | 0xb620…c7f8 | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x2cc00b…1e046d | Approve | 31,334,040 | 9 days agoSat, 08 Aug 2026 19:43:18 UTC | 0xea1e…ddbd | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0xe1a61c…49201f | Approve | 31,333,961 | 9 days agoSat, 08 Aug 2026 19:43:10 UTC | 0x2941…d5c9 | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x23628a…3a36ba | Approve | 31,333,483 | 9 days agoSat, 08 Aug 2026 19:42:22 UTC | 0xf72a…d252 | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x09d6f2…aa6535 | Approve | 31,333,437 | 9 days agoSat, 08 Aug 2026 19:42:17 UTC | 0x0fd1…8623 | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x1a0ea7…349996 | Approve | 31,333,249 | 9 days agoSat, 08 Aug 2026 19:41:58 UTC | 0x76ec…7698 | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0x43d494…54fe62 | Approve | 31,333,149 | 9 days agoSat, 08 Aug 2026 19:41:48 UTC | 0x2e3c…92a0 | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0x8b1375…648aff | Approve | 31,333,061 | 9 days agoSat, 08 Aug 2026 19:41:39 UTC | 0x331f…b2fd | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x135b45…56fbcd | Approve | 31,332,998 | 9 days agoSat, 08 Aug 2026 19:41:34 UTC | 0xe225…f4ff | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x18517d…5b6a35 | Approve | 31,332,947 | 9 days agoSat, 08 Aug 2026 19:41:29 UTC | 0x06b7…b07a | IN | Pandu | $0.000 ETH | 0.00000146 | |
| 0x011c39…b73d8b | Approve | 31,332,787 | 9 days agoSat, 08 Aug 2026 19:41:13 UTC | 0x9dbd…c82d | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x765bef…4b7427 | Approve | 31,332,750 | 9 days agoSat, 08 Aug 2026 19:41:10 UTC | 0xf08f…7960 | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0xc87b14…11cb3f | Approve | 31,332,717 | 9 days agoSat, 08 Aug 2026 19:41:06 UTC | 0xfac0…820b | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x468b88…cf676b | Approve | 31,332,680 | 9 days agoSat, 08 Aug 2026 19:41:03 UTC | 0x88c2…f2c7 | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0x6840b2…c4097c | Approve | 31,332,622 | 9 days agoSat, 08 Aug 2026 19:40:57 UTC | 0xd6cc…b970 | IN | Pandu | $0.000 ETH | 0.00000142 | |
| 0xc2e1a2…9cc5d3 | Approve | 31,332,506 | 9 days agoSat, 08 Aug 2026 19:40:45 UTC | 0x5b3a…a4e9 | IN | Pandu | $0.000 ETH | 0.00000143 | |
| 0x2327fb…d73ba0 | Approve | 31,332,380 | 9 days agoSat, 08 Aug 2026 19:40:32 UTC | 0x4f24…34c9 | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x3aff20…5a2fce | Approve | 31,332,352 | 9 days agoSat, 08 Aug 2026 19:40:30 UTC | 0x1749…c23d | IN | Pandu | $0.000 ETH | 0.00000086 | |
| 0xc2fcd1…d2dff8 | Approve | 31,332,322 | 9 days agoSat, 08 Aug 2026 19:40:27 UTC | 0x1749…c23d | IN | Pandu | $0.000 ETH | 0.00000145 | |
| 0xdd15ac…6f04d8 | Approve | 31,332,300 | 9 days agoSat, 08 Aug 2026 19:40:24 UTC | 0x9a5d…8a81 | IN | Pandu | $0.000 ETH | 0.00000144 | |
| 0x1dd4e7…a8cd32 | Approve | 31,332,268 | 9 days agoSat, 08 Aug 2026 19:40:21 UTC | 0x39d7…dff7 | IN | Pandu | $0.000 ETH | 0.00000143 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 31,330,933 | 9 days agoSat, 08 Aug 2026 19:38:07 UTC | 0xc28d7e…585786 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x0faf…3c9d | 0 ETH |