// 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 | ||||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x3ab2ab…4e2ca9 | 7 days agoMon, 10 Aug 2026 08:28:52 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…148fa54a data: 0x000000000000000000…43523753 |
| 0x3ab2ab…4e2ca9 | 7 days agoMon, 10 Aug 2026 08:28:52 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…43523753 |
| 0x3ab2ab…4e2ca9 | 7 days agoMon, 10 Aug 2026 08:28:52 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…43523753 |
| 0x46c037…322e84 | 7 days agoMon, 10 Aug 2026 08:28:45 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…12f87a20 data: 0x000000000000000000…322e54e6 |
| 0x46c037…322e84 | 7 days agoMon, 10 Aug 2026 08:28:45 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…322e54e6 |
| 0x06dc18…ca5118 | 7 days agoMon, 10 Aug 2026 08:28:41 UTC | Transfer | [0] 0x000000000000…9ba4cd61 [1] 0x000000000000…43e40951 data: 0x000000000000000000…9b0d3fa2 |
| 0x2e1c44…10175c | 7 days agoMon, 10 Aug 2026 08:28:28 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a3fdd683 data: 0x000000000000000000…2e550ff7 |
| 0x2e1c44…10175c | 7 days agoMon, 10 Aug 2026 08:28:28 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…2e550ff7 |
| 0x121083…0c4cf4 | 7 days agoMon, 10 Aug 2026 08:28:15 UTC | Transfer | [0] 0x000000000000…3af003f6 [1] 0x000000000000…43e40951 data: 0x000000000000000000…dde0f2a0 |
| 0x3060c9…9d8659 | 7 days agoMon, 10 Aug 2026 08:28:14 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…9ba4cd61 data: 0x000000000000000000…5fce4704 |
| 0x3060c9…9d8659 | 7 days agoMon, 10 Aug 2026 08:28:14 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…5fce4704 |
| 0x4e220f…b40f5c | 7 days agoMon, 10 Aug 2026 08:27:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…dace0f0c data: 0x000000000000000000…50f6b239 |
| 0x4e220f…b40f5c | 7 days agoMon, 10 Aug 2026 08:27:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…50f6b239 |
| 0x0acfae…75be85 | 7 days agoMon, 10 Aug 2026 08:27:50 UTC | Transfer | [0] 0x000000000000…3af003f6 [1] 0x000000000000…43e40951 data: 0x000000000000000000…5f890ecb |
| 0x1b3dc5…0af2a3 | 7 days agoMon, 10 Aug 2026 08:27:49 UTC | Approval | [0] 0x000000000000…3af003f6 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x0ff10e…8ba389 | 7 days agoMon, 10 Aug 2026 08:27:45 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…792eccc0 data: 0x000000000000000000…9296d9d5 |
| 0x0ff10e…8ba389 | 7 days agoMon, 10 Aug 2026 08:27:45 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9296d9d5 |
| 0xfe2df5…23e8c8 | 7 days agoMon, 10 Aug 2026 08:27:32 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d5943bd7 data: 0x000000000000000000…63a99a42 |
| 0xfe2df5…23e8c8 | 7 days agoMon, 10 Aug 2026 08:27:32 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…63a99a42 |
| 0x735111…92e88e | 7 days agoMon, 10 Aug 2026 08:27:31 UTC | Transfer | [0] 0x000000000000…7a632219 [1] 0x000000000000…43e40951 data: 0x000000000000000000…b02d012a |
| 0x02207f…32d843 | 7 days agoMon, 10 Aug 2026 08:27:18 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c7a5a7c1 data: 0x000000000000000000…3d1b9a7d |
| 0x02207f…32d843 | 7 days agoMon, 10 Aug 2026 08:27:18 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…3d1b9a7d |
| 0x61919f…9e8730 | 7 days agoMon, 10 Aug 2026 08:27:18 UTC | Transfer | [0] 0x000000000000…77077901 [1] 0x000000000000…43e40951 data: 0x000000000000000000…2deb9a54 |
| 0x412a1c…759d7e | 7 days agoMon, 10 Aug 2026 08:27:16 UTC | Approval | [0] 0x000000000000…77077901 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x0a7c0c…614643 | 7 days agoMon, 10 Aug 2026 08:27:02 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…fa95cdc2 data: 0x000000000000000000…112b20dd |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1b3dc5…0af2a3 | Approve | 32,654,392 | 7 days agoMon, 10 Aug 2026 08:27:49 UTC | 0xa123…03f6 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x412a1c…759d7e | Approve | 32,654,064 | 7 days agoMon, 10 Aug 2026 08:27:16 UTC | 0xd08d…7901 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x79454a…468d92 | Approve | 32,653,247 | 7 days agoMon, 10 Aug 2026 08:25:54 UTC | 0x43f7…6c57 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x9265c3…b7b6fa | Approve | 32,653,102 | 7 days agoMon, 10 Aug 2026 08:25:39 UTC | 0x00b4…eadf | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x000105…a3fe2f | Approve | 32,652,809 | 7 days agoMon, 10 Aug 2026 08:25:10 UTC | 0xd103…8b4f | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x0688ab…f077fe | Approve | 32,652,285 | 7 days agoMon, 10 Aug 2026 08:24:17 UTC | 0xca63…2219 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x1c5422…509a9b | Approve | 32,651,622 | 7 days agoMon, 10 Aug 2026 08:23:11 UTC | 0x1a59…c394 | IN | ボゾ | $0.000 ETH | 0.00000133 | |
| 0xdd62a8…1cef16 | Approve | 32,651,203 | 7 days agoMon, 10 Aug 2026 08:22:30 UTC | 0xfe15…e7b0 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x6322f0…a787f9 | Approve | 32,650,979 | 7 days agoMon, 10 Aug 2026 08:22:07 UTC | 0xfbb7…c3ec | IN | ボゾ | $0.000 ETH | 0.00000133 | |
| 0x4407a0…0162f6 | Approve | 32,650,697 | 7 days agoMon, 10 Aug 2026 08:21:39 UTC | 0xa3b1…591a | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x751f50…b9e843 | Approve | 32,650,566 | 7 days agoMon, 10 Aug 2026 08:21:26 UTC | 0xc876…a7c1 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x4f3bc7…5d5dbe | Approve | 32,650,439 | 7 days agoMon, 10 Aug 2026 08:21:13 UTC | 0x2606…a76e | IN | ボゾ | $0.000 ETH | 0.00000147 | |
| 0xb00c8f…1fb7a1 | Approve | 32,650,349 | 7 days agoMon, 10 Aug 2026 08:21:04 UTC | 0xaf8f…7a20 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0xf491e4…91d5e4 | Approve | 32,650,232 | 7 days agoMon, 10 Aug 2026 08:20:52 UTC | 0xdc4b…ccc0 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x777750…3c7bd5 | Approve | 32,650,158 | 7 days agoMon, 10 Aug 2026 08:20:45 UTC | 0xd0f6…c8e8 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0xd5c462…1ac568 | Approve | 32,650,116 | 7 days agoMon, 10 Aug 2026 08:20:40 UTC | 0x9382…b895 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0xcef3d8…0779a4 | Approve | 32,650,081 | 7 days agoMon, 10 Aug 2026 08:20:37 UTC | 0x1b1d…ee39 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x4049f9…8853f8 | Approve | 32,650,048 | 7 days agoMon, 10 Aug 2026 08:20:34 UTC | 0xdcb1…3316 | IN | ボゾ | $0.000 ETH | 0.00000133 | |
| 0x0b703b…deb119 | Approve | 32,649,936 | 7 days agoMon, 10 Aug 2026 08:20:22 UTC | 0x0157…2891 | IN | ボゾ | $0.000 ETH | 0.00000133 | |
| 0x589308…09ba1b | Approve | 32,649,912 | 7 days agoMon, 10 Aug 2026 08:20:20 UTC | 0xaf48…33e7 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x53d678…db760d | Approve | 32,649,880 | 7 days agoMon, 10 Aug 2026 08:20:17 UTC | 0x09f2…2293 | IN | ボゾ | $0.000 ETH | 0.00000131 | |
| 0x074750…bbb00f | Approve | 32,649,833 | 7 days agoMon, 10 Aug 2026 08:20:12 UTC | 0xe3b4…24d1 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x44b546…070e1b | Approve | 32,649,708 | 7 days agoMon, 10 Aug 2026 08:19:59 UTC | 0xbd90…73c0 | IN | ボゾ | $0.000 ETH | 0.00000133 | |
| 0xab17ac…c2437a | Approve | 32,649,645 | 7 days agoMon, 10 Aug 2026 08:19:53 UTC | 0xd5bf…fa64 | IN | ボゾ | $0.000 ETH | 0.00000132 | |
| 0x0dde32…646674 | Approve | 32,649,612 | 7 days agoMon, 10 Aug 2026 08:19:50 UTC | 0x73fb…1cbb | IN | ボゾ | $0.000 ETH | 0.00000132 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 32,648,479 | 7 days agoMon, 10 Aug 2026 08:17:56 UTC | 0x235ca7…9cd167 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x9dd0…bc2a | 0 ETH |