// 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 | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x224141…ccba1b | 13 days agoTue, 04 Aug 2026 16:52:34 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6ebf5f21 data: 0x000000000000000000…5dca1435 |
| 0x224141…ccba1b | 13 days agoTue, 04 Aug 2026 16:52:34 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…5dca1435 |
| 0x224141…ccba1b | 13 days agoTue, 04 Aug 2026 16:52:34 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…5dca1435 |
| 0x51d616…a2f129 | 13 days agoTue, 04 Aug 2026 16:52:33 UTC | Approval | [0] 0x000000000000…257f656d [1] 0x000000000000…262c40dc data: 0xffffffffffffffffff…ffffffff |
| 0x8dd7fd…dde7ca | 13 days agoTue, 04 Aug 2026 16:52:32 UTC | Approval | [0] 0x000000000000…65214272 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xe58e9e…8496b4 | 13 days agoTue, 04 Aug 2026 16:52:30 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…4438bd2a |
| 0x016eeb…150369 | 13 days agoTue, 04 Aug 2026 16:52:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d7d89d1c data: 0x000000000000000000…e22176b6 |
| 0x016eeb…150369 | 13 days agoTue, 04 Aug 2026 16:52:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…e22176b6 |
| 0xb8b04d…c14943 | 13 days agoTue, 04 Aug 2026 16:52:27 UTC | Transfer | [0] 0x000000000000…b936f0de [1] 0x000000000000…43e40951 data: 0x000000000000000000…ff6a9376 |
| 0x9495c1…5297f4 | 13 days agoTue, 04 Aug 2026 16:52:26 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…f6e14ca8 |
| 0x93bad3…da2500 | 13 days agoTue, 04 Aug 2026 16:52:25 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…49aa6387 data: 0x000000000000000000…01ca5891 |
| 0x93bad3…da2500 | 13 days agoTue, 04 Aug 2026 16:52:25 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…01ca5891 |
| 0xb6a2a0…56a686 | 13 days agoTue, 04 Aug 2026 16:52:25 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…9a06e961 data: 0x000000000000000000…b926d121 |
| 0x8ef037…ade5ca | 13 days agoTue, 04 Aug 2026 16:52:24 UTC | Transfer | [0] 0x000000000000…b936f0de [1] 0x000000000000…43e40951 data: 0x000000000000000000…f8fee98b |
| 0x0071af…157c52 | 13 days agoTue, 04 Aug 2026 16:52:23 UTC | Approval | [0] 0x000000000000…b936f0de [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x146387…c0e558 | 13 days agoTue, 04 Aug 2026 16:52:22 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…021141c8 |
| 0xcf6160…fa7e9f | 13 days agoTue, 04 Aug 2026 16:52:20 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…65214272 data: 0x000000000000000000…f2da87d3 |
| 0xcf6160…fa7e9f | 13 days agoTue, 04 Aug 2026 16:52:20 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…f2da87d3 |
| 0x2fbe24…341d14 | 13 days agoTue, 04 Aug 2026 16:52:19 UTC | Approval | [0] 0x000000000000…b936f0de [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xfd5990…704c4f | 13 days agoTue, 04 Aug 2026 16:52:18 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…faa2da11 |
| 0x2682ed…a273be | 13 days agoTue, 04 Aug 2026 16:52:14 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b936f0de data: 0x000000000000000000…a2e258d4 |
| 0x2682ed…a273be | 13 days agoTue, 04 Aug 2026 16:52:14 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…a2e258d4 |
| 0x3bbd49…6018aa | 13 days agoTue, 04 Aug 2026 16:52:12 UTC | Transfer | [0] 0x000000000000…6ebf5f21 [1] 0x000000000000…43e40951 data: 0x000000000000000000…cffe3df5 |
| 0x32129f…dbbff7 | 13 days agoTue, 04 Aug 2026 16:52:06 UTC | Approval | [0] 0x000000000000…6ebf5f21 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x6a6325…6cddc4 | 13 days agoTue, 04 Aug 2026 16:52:04 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6ebf5f21 data: 0x000000000000000000…d0000000 |
| 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 ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x51d616…a2f129 | Approve | 27,782,384 | 13 days agoTue, 04 Aug 2026 16:52:33 UTC | 0xad94…656d | IN | The Sunbathing Nudist | $0.000 ETH | 0.00000100 | |
| 0x8dd7fd…dde7ca | Approve | 27,782,382 | 13 days agoTue, 04 Aug 2026 16:52:32 UTC | 0xe13d…4272 | IN | The Sunbathing Nudist | $0.000 ETH | 0.00000102 | |
| 0x0071af…157c52 | Approve | 27,782,293 | 13 days agoTue, 04 Aug 2026 16:52:23 UTC | 0x2452…f0de | IN | The Sunbathing Nudist | $0.000 ETH | 0.00000061 | |
| 0x2fbe24…341d14 | Approve | 27,782,249 | 13 days agoTue, 04 Aug 2026 16:52:19 UTC | 0x2452…f0de | IN | The Sunbathing Nudist | $0.000 ETH | 0.00000102 | |
| 0x32129f…dbbff7 | Approve | 27,782,118 | 13 days agoTue, 04 Aug 2026 16:52:06 UTC | 0xd48e…5f21 | IN | The Sunbathing Nudist | $0.000 ETH | 0.00000101 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 27,782,103 | 13 days agoTue, 04 Aug 2026 16:52:04 UTC | 0x6a6325…6cddc4 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xe5e5…cb07 | 0 ETH |