// 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 | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x813726…decc5b | 5 days agoWed, 12 Aug 2026 12:44:58 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…d5f31116 data: 0x000000000000000000…a6230882 |
| 0x813726…decc5b | 5 days agoWed, 12 Aug 2026 12:44:58 UTC | Approval | [0] 0x000000000000…12dc0260 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…a6230882 |
| 0x813726…decc5b | 5 days agoWed, 12 Aug 2026 12:44:58 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…a6230882 |
| 0x2d1049…cb505c | 5 days agoWed, 12 Aug 2026 12:44:56 UTC | Approval | [0] 0x000000000000…db99752f [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xedf2c2…5f1fe1 | 5 days agoWed, 12 Aug 2026 12:44:55 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…aa0ff802 data: 0x000000000000000000…d3699961 |
| 0x753126…b14e99 | 5 days agoWed, 12 Aug 2026 12:44:55 UTC | Approval | [0] 0x000000000000…79c6e6fb [1] 0x000000000000…262c40dc data: 0xffffffffffffffffff…ffffffff |
| 0x781e3e…33bb67 | 5 days agoWed, 12 Aug 2026 12:44:54 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…4c86b402 data: 0x000000000000000000…8a73ac55 |
| 0x487042…2657ff | 5 days agoWed, 12 Aug 2026 12:44:53 UTC | Approval | [0] 0x000000000000…86b9f107 [1] 0x000000000000…a9f8e4bf data: 0xffffffffffffffffff…ffffffff |
| 0x315ee4…0c5367 | 5 days agoWed, 12 Aug 2026 12:44:53 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…86b9f107 data: 0x000000000000000000…a2b3332f |
| 0x33349f…89cd50 | 5 days agoWed, 12 Aug 2026 12:44:53 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…db99752f data: 0x000000000000000000…bcc8dbf1 |
| 0x33349f…89cd50 | 5 days agoWed, 12 Aug 2026 12:44:53 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…12dc0260 data: 0x000000000000000000…bcc8dbf1 |
| 0x4985bf…5d9e53 | 5 days agoWed, 12 Aug 2026 12:44:52 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…79c6e6fb data: 0x000000000000000000…6c81e099 |
| 0xfedae7…c07b22 | 5 days agoWed, 12 Aug 2026 12:44:48 UTC | Transfer | [0] 0x000000000000…d5f31116 [1] 0x000000000000…43e40951 data: 0x000000000000000000…cffe3df5 |
| 0xc03ed4…c4564f | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Approval | [0] 0x000000000000…d5f31116 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…d5f31116 data: 0x000000000000000000…d0000000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…322366b5 data: 0x000000000000000000…9e940000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…53b8649a data: 0x000000000000000000…ea100000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…b1329ce5 data: 0x000000000000000000…e75c0000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…f529ff27 data: 0x000000000000000000…58500000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…b35a192f data: 0x000000000000000000…a4b00000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…736ae8e5 data: 0x000000000000000000…d8200000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…a64885a1 data: 0x000000000000000000…3fdc0000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…bc11cdae data: 0x000000000000000000…ef100000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…a2c6f6be data: 0x000000000000000000…3f240000 |
| 0xac35ea…e78f82 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | Transfer | [0] 0x000000000000…12dc0260 [1] 0x000000000000…c7d82298 data: 0x000000000000000000…1cf80000 |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x2d1049…cb505c | Approve | 34,538,386 | 5 days agoWed, 12 Aug 2026 12:44:56 UTC | 0xb270…752f | IN | RIP SAM ALTMAN | $0.000 ETH | 0.00000247 | |
| 0x753126…b14e99 | Approve | 34,538,377 | 5 days agoWed, 12 Aug 2026 12:44:55 UTC | 0xf6e5…e6fb | IN | RIP SAM ALTMAN | $0.000 ETH | 0.00000248 | |
| 0x487042…2657ff | Approve | 34,538,360 | 5 days agoWed, 12 Aug 2026 12:44:53 UTC | 0x544e…f107 | IN | RIP SAM ALTMAN | $0.000 ETH | 0.00000250 | |
| 0xc03ed4…c4564f | Approve | 34,538,296 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | 0xa9a7…1116 | IN | RIP SAM ALTMAN | $0.000 ETH | 0.00000247 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 34,538,293 | 5 days agoWed, 12 Aug 2026 12:44:47 UTC | 0xac35ea…e78f82 | CREATE2 | 0xc1304430 | 0x6ed6…0260 | IN | 0x0ff9…fb07 | 0 ETH |