// 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 |
|---|---|---|---|
| 0xd13e0d…bc07ee | 4 days agoThu, 13 Aug 2026 12:37:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…0dc0910a data: 0x000000000000000000…cab68236 |
| 0xd13e0d…bc07ee | 4 days agoThu, 13 Aug 2026 12:37:57 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…cab68236 |
| 0xd13e0d…bc07ee | 4 days agoThu, 13 Aug 2026 12:37:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…cab68236 |
| 0xa1eeae…d525c3 | 4 days agoThu, 13 Aug 2026 12:37:55 UTC | Transfer | [0] 0x000000000000…a9cf0f92 [1] 0x000000000000…43e40951 data: 0x000000000000000000…65f613f5 |
| 0x649b13…76c683 | 4 days agoThu, 13 Aug 2026 12:37:55 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…0b30c82d data: 0x000000000000000000…80e0dbbd |
| 0x649b13…76c683 | 4 days agoThu, 13 Aug 2026 12:37:55 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…80e0dbbd |
| 0xd8cee9…4922ba | 4 days agoThu, 13 Aug 2026 12:37:50 UTC | Approval | [0] 0x000000000000…a9cf0f92 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xaf0bcc…d04f1e | 4 days agoThu, 13 Aug 2026 12:37:41 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…14fd5c47 data: 0x000000000000000000…b19244f9 |
| 0xaf0bcc…d04f1e | 4 days agoThu, 13 Aug 2026 12:37:41 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b19244f9 |
| 0x4f5a82…dabb9a | 4 days agoThu, 13 Aug 2026 12:37:31 UTC | Transfer | [0] 0x000000000000…549630ab [1] 0x000000000000…43e40951 data: 0x000000000000000000…fc0e5533 |
| 0x8aa3f3…4c51b4 | 4 days agoThu, 13 Aug 2026 12:37:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c836d24d data: 0x000000000000000000…977303ba |
| 0x8aa3f3…4c51b4 | 4 days agoThu, 13 Aug 2026 12:37:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…977303ba |
| 0xc275be…6000eb | 4 days agoThu, 13 Aug 2026 12:37:15 UTC | Transfer | [0] 0x000000000000…b34d25fd [1] 0x000000000000…43e40951 data: 0x000000000000000000…ea5e5113 |
| 0x1f5867…62a812 | 4 days agoThu, 13 Aug 2026 12:37:12 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…295a7285 data: 0x000000000000000000…c65fe6e1 |
| 0x1f5867…62a812 | 4 days agoThu, 13 Aug 2026 12:37:12 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c65fe6e1 |
| 0x239015…90954d | 4 days agoThu, 13 Aug 2026 12:36:59 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…46a45858 data: 0x000000000000000000…6dc60892 |
| 0x239015…90954d | 4 days agoThu, 13 Aug 2026 12:36:59 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…6dc60892 |
| 0xd15462…c3a7c7 | 4 days agoThu, 13 Aug 2026 12:36:53 UTC | Transfer | [0] 0x000000000000…863e1e0c [1] 0x000000000000…43e40951 data: 0x000000000000000000…85aa54ef |
| 0xf8c41d…dbd90d | 4 days agoThu, 13 Aug 2026 12:36:46 UTC | Transfer | [0] 0x000000000000…55a07c95 [1] 0x000000000000…43e40951 data: 0x000000000000000000…cf07a7a4 |
| 0x2052f2…16da6f | 4 days agoThu, 13 Aug 2026 12:36:45 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…f6f1ea94 data: 0x000000000000000000…f1fa3e58 |
| 0x2052f2…16da6f | 4 days agoThu, 13 Aug 2026 12:36:45 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…f1fa3e58 |
| 0x305af3…60ec21 | 4 days agoThu, 13 Aug 2026 12:36:40 UTC | Approval | [0] 0x000000000000…55a07c95 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x8b7804…bee59b | 4 days agoThu, 13 Aug 2026 12:36:31 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…68ee3f33 data: 0x000000000000000000…1f862197 |
| 0x8b7804…bee59b | 4 days agoThu, 13 Aug 2026 12:36:31 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…1f862197 |
| 0x7892c6…8508b5 | 4 days agoThu, 13 Aug 2026 12:36:28 UTC | Transfer | [0] 0x000000000000…347e8400 [1] 0x000000000000…43e40951 data: 0x000000000000000000…b3e28c84 |
| 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 ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xd8cee9…4922ba | Approve | 35,396,055 | 4 days agoThu, 13 Aug 2026 12:37:50 UTC | 0xec03…0f92 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000223 | |
| 0x305af3…60ec21 | Approve | 35,395,365 | 4 days agoThu, 13 Aug 2026 12:36:40 UTC | 0x75ec…7c95 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0x826b2f…8dd552 | Approve | 35,395,087 | 4 days agoThu, 13 Aug 2026 12:36:12 UTC | 0xb711…ef5e | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0x0dc3da…9d5697 | Approve | 35,394,950 | 4 days agoThu, 13 Aug 2026 12:35:58 UTC | 0x4f24…34c9 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0xfce7cd…4ffeb4 | Approve | 35,394,822 | 4 days agoThu, 13 Aug 2026 12:35:45 UTC | 0x8568…d24d | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0x9a8f38…99c3ec | Approve | 35,394,582 | 4 days agoThu, 13 Aug 2026 12:35:21 UTC | 0xed20…1912 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0x8bdafb…d79a82 | Approve | 35,393,392 | 4 days agoThu, 13 Aug 2026 12:33:22 UTC | 0xad7a…1e0c | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0x99e287…b4f739 | Approve | 35,393,254 | 4 days agoThu, 13 Aug 2026 12:33:08 UTC | 0xaabb…e3a5 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0xe4b774…d000cf | Approve | 35,393,082 | 4 days agoThu, 13 Aug 2026 12:32:50 UTC | 0xf72a…d252 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0x375b80…dcc442 | Approve | 35,393,013 | 4 days agoThu, 13 Aug 2026 12:32:43 UTC | 0x13f4…25fd | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000223 | |
| 0x1305e4…b8a708 | Approve | 35,392,941 | 4 days agoThu, 13 Aug 2026 12:32:36 UTC | 0x88c2…f2c7 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0xe80290…47117f | Approve | 35,392,816 | 4 days agoThu, 13 Aug 2026 12:32:25 UTC | 0x4e2b…d01f | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0x12823a…19fc97 | Approve | 35,392,317 | 4 days agoThu, 13 Aug 2026 12:31:35 UTC | 0xeb03…97ec | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0x0f1ea3…c0d2cf | Approve | 35,392,285 | 4 days agoThu, 13 Aug 2026 12:31:31 UTC | 0x4275…08cd | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0x525777…83de81 | Approve | 35,392,256 | 4 days agoThu, 13 Aug 2026 12:31:28 UTC | 0x7a84…c794 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0x359f20…98047c | Approve | 35,392,188 | 4 days agoThu, 13 Aug 2026 12:31:22 UTC | 0xcca9…3c57 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000131 | |
| 0x2f737d…0af286 | Approve | 35,392,138 | 4 days agoThu, 13 Aug 2026 12:31:17 UTC | 0xcca9…3c57 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0x0d81fa…760d10 | Approve | 35,391,957 | 4 days agoThu, 13 Aug 2026 12:30:58 UTC | 0x1749…c23d | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000133 | |
| 0x37ea21…8d9b28 | Approve | 35,391,906 | 4 days agoThu, 13 Aug 2026 12:30:53 UTC | 0x1749…c23d | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0xf5688b…746460 | Approve | 35,391,834 | 4 days agoThu, 13 Aug 2026 12:30:46 UTC | 0x79d2…2a55 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000222 | |
| 0x20f86f…03bae6 | Approve | 35,391,810 | 4 days agoThu, 13 Aug 2026 12:30:44 UTC | 0x2941…d5c9 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000220 | |
| 0x3b4683…acbd14 | Approve | 35,391,751 | 4 days agoThu, 13 Aug 2026 12:30:38 UTC | 0x1341…f1b8 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000221 | |
| 0xa45f84…b9ed42 | Approve | 35,391,727 | 4 days agoThu, 13 Aug 2026 12:30:35 UTC | 0x8eff…b206 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000223 | |
| 0x7cc010…b8172c | Approve | 35,391,639 | 4 days agoThu, 13 Aug 2026 12:30:26 UTC | 0xd0fc…db09 | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000227 | |
| 0x40c9e0…f2d7ab | Approve | 35,391,624 | 4 days agoThu, 13 Aug 2026 12:30:25 UTC | 0xea1e…ddbd | IN | Grand Theft Auto VI | $0.000 ETH | 0.00000223 |
| 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 | |||||||||
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 35,390,353 | 4 days agoThu, 13 Aug 2026 12:28:17 UTC | 0xd947a9…b7943a | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xcd05…6d01 | 0 ETH |