// 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 |
|---|---|---|---|
| 0x1b45f6…8e27c2 | 11 days agoThu, 06 Aug 2026 15:19:28 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…67c60dcb data: 0x000000000000000000…c4a0d08d |
| 0x1b45f6…8e27c2 | 11 days agoThu, 06 Aug 2026 15:19:28 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…c4a0d08d |
| 0x1b45f6…8e27c2 | 11 days agoThu, 06 Aug 2026 15:19:28 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c4a0d08d |
| 0x8ca82b…42e838 | 11 days agoThu, 06 Aug 2026 15:19:24 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…68b8e7b0 data: 0x000000000000000000…97767b7f |
| 0x8ca82b…42e838 | 11 days agoThu, 06 Aug 2026 15:19:24 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…97767b7f |
| 0xd76646…07a644 | 11 days agoThu, 06 Aug 2026 15:19:22 UTC | Transfer | [0] 0x000000000000…c73df3c2 [1] 0x000000000000…43e40951 data: 0x000000000000000000…20ada105 |
| 0x82dd51…697162 | 11 days agoThu, 06 Aug 2026 15:19:10 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…8b97591a data: 0x000000000000000000…565e8d45 |
| 0x82dd51…697162 | 11 days agoThu, 06 Aug 2026 15:19:10 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…565e8d45 |
| 0x3f80cd…439690 | 11 days agoThu, 06 Aug 2026 15:19:06 UTC | Transfer | [0] 0x000000000000…746603ff [1] 0x000000000000…43e40951 data: 0x000000000000000000…1056f739 |
| 0xef462d…a384bd | 11 days agoThu, 06 Aug 2026 15:19:04 UTC | Approval | [0] 0x000000000000…746603ff [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x1c4e42…793697 | 11 days agoThu, 06 Aug 2026 15:18:52 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…47a0ec5e data: 0x000000000000000000…8a3c5005 |
| 0x1c4e42…793697 | 11 days agoThu, 06 Aug 2026 15:18:52 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…8a3c5005 |
| 0xfaf709…685c71 | 11 days agoThu, 06 Aug 2026 15:18:45 UTC | Transfer | [0] 0x000000000000…ca781b57 [1] 0x000000000000…43e40951 data: 0x000000000000000000…af221adf |
| 0x9f99db…1fee12 | 11 days agoThu, 06 Aug 2026 15:18:33 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…2fa1a76e data: 0x000000000000000000…83abb092 |
| 0x9f99db…1fee12 | 11 days agoThu, 06 Aug 2026 15:18:33 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…83abb092 |
| 0xd3d534…40a1ad | 11 days agoThu, 06 Aug 2026 15:18:28 UTC | Transfer | [0] 0x000000000000…2bc12891 [1] 0x000000000000…43e40951 data: 0x000000000000000000…ea15f7eb |
| 0xad286a…99675f | 11 days agoThu, 06 Aug 2026 15:18:27 UTC | Approval | [0] 0x000000000000…2bc12891 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x9a381f…595d38 | 11 days agoThu, 06 Aug 2026 15:18:20 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…37755683 data: 0x000000000000000000…19e23473 |
| 0x9a381f…595d38 | 11 days agoThu, 06 Aug 2026 15:18:20 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…19e23473 |
| 0xab78d0…4d61d8 | 11 days agoThu, 06 Aug 2026 15:18:04 UTC | Transfer | [0] 0x000000000000…c73df3c2 [1] 0x000000000000…43e40951 data: 0x000000000000000000…1bbfb53a |
| 0xe26b00…30df9c | 11 days agoThu, 06 Aug 2026 15:18:03 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…2964acb5 data: 0x000000000000000000…3bb4bae8 |
| 0xe26b00…30df9c | 11 days agoThu, 06 Aug 2026 15:18:03 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…3bb4bae8 |
| 0x062e8d…530052 | 11 days agoThu, 06 Aug 2026 15:18:03 UTC | Approval | [0] 0x000000000000…c73df3c2 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x158b59…d4111b | 11 days agoThu, 06 Aug 2026 15:17:48 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…746603ff data: 0x000000000000000000…bc1f46d7 |
| 0x158b59…d4111b | 11 days agoThu, 06 Aug 2026 15:17:48 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…bc1f46d7 |
| 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 ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xef462d…a384bd | Approve | 29,450,712 | 11 days agoThu, 06 Aug 2026 15:19:04 UTC | 0x66ef…03ff | IN | Wealth Is Near | $0.000 ETH | 0.00000145 | |
| 0xad286a…99675f | Approve | 29,450,341 | 11 days agoThu, 06 Aug 2026 15:18:27 UTC | 0x0157…2891 | IN | Wealth Is Near | $0.000 ETH | 0.00000142 | |
| 0x062e8d…530052 | Approve | 29,450,097 | 11 days agoThu, 06 Aug 2026 15:18:03 UTC | 0x01ba…f3c2 | IN | Wealth Is Near | $0.000 ETH | 0.00000152 | |
| 0xe17ede…bc07ae | Approve | 29,449,462 | 11 days agoThu, 06 Aug 2026 15:16:59 UTC | 0xfbb7…c3ec | IN | Wealth Is Near | $0.000 ETH | 0.00000141 | |
| 0x1287d0…0cb788 | Approve | 29,449,292 | 11 days agoThu, 06 Aug 2026 15:16:42 UTC | 0xdc4b…ccc0 | IN | Wealth Is Near | $0.000 ETH | 0.00000172 | |
| 0xffb728…1a7f6e | Approve | 29,449,139 | 11 days agoThu, 06 Aug 2026 15:16:26 UTC | 0xc876…a7c1 | IN | Wealth Is Near | $0.000 ETH | 0.00000143 | |
| 0x1f17df…47df36 | Approve | 29,448,660 | 11 days agoThu, 06 Aug 2026 15:15:38 UTC | 0xd08d…7901 | IN | Wealth Is Near | $0.000 ETH | 0.00000141 | |
| 0xedc7b2…7d9533 | Approve | 29,448,522 | 11 days agoThu, 06 Aug 2026 15:15:24 UTC | 0xfe15…e7b0 | IN | Wealth Is Near | $0.000 ETH | 0.00000142 | |
| 0x6d1011…40b402 | Approve | 29,448,370 | 11 days agoThu, 06 Aug 2026 15:15:09 UTC | 0xc010…e002 | IN | Wealth Is Near | $0.000 ETH | 0.00000141 | |
| 0x149bb7…89031b | Approve | 29,448,228 | 11 days agoThu, 06 Aug 2026 15:14:54 UTC | 0x1b1d…ee39 | IN | Wealth Is Near | $0.000 ETH | 0.00000148 | |
| 0x880b7e…df87d4 | Approve | 29,447,587 | 11 days agoThu, 06 Aug 2026 15:13:50 UTC | 0xb5e9…7eee | IN | Wealth Is Near | $0.000 ETH | 0.00000142 | |
| 0x6b0528…bb1344 | Approve | 29,447,482 | 11 days agoThu, 06 Aug 2026 15:13:39 UTC | 0xaf8f…7a20 | IN | Wealth Is Near | $0.000 ETH | 0.00000143 | |
| 0x00617a…f94814 | Approve | 29,446,562 | 11 days agoThu, 06 Aug 2026 15:12:09 UTC | 0x9a61…4abd | IN | Wealth Is Near | $0.000 ETH | 0.00000145 | |
| 0xebeb47…e4867a | Approve | 29,446,360 | 11 days agoThu, 06 Aug 2026 15:11:48 UTC | 0x0164…146f | IN | Wealth Is Near | $0.000 ETH | 0.00000146 | |
| 0xd2c7bd…5095d3 | Approve | 29,446,314 | 11 days agoThu, 06 Aug 2026 15:11:44 UTC | 0xca74…b30e | IN | Wealth Is Near | $0.000 ETH | 0.00000144 | |
| 0xa8f45d…ee7f79 | Approve | 29,446,242 | 11 days agoThu, 06 Aug 2026 15:11:36 UTC | 0xd647…e359 | IN | Wealth Is Near | $0.000 ETH | 0.00000146 | |
| 0xe89ea2…b980b5 | Approve | 29,446,196 | 11 days agoThu, 06 Aug 2026 15:11:32 UTC | 0x165a…1b57 | IN | Wealth Is Near | $0.000 ETH | 0.00000145 | |
| 0xae7a1a…6121d4 | Approve | 29,446,082 | 11 days agoThu, 06 Aug 2026 15:11:20 UTC | 0x4674…c2cc | IN | Wealth Is Near | $0.000 ETH | 0.00000147 | |
| 0x05fa48…13e6bc | Approve | 29,446,054 | 11 days agoThu, 06 Aug 2026 15:11:17 UTC | 0x6054…ec5e | IN | Wealth Is Near | $0.000 ETH | 0.00000150 | |
| 0xee9fa3…668306 | Approve | 29,446,026 | 11 days agoThu, 06 Aug 2026 15:11:15 UTC | 0xf472…5b90 | IN | Wealth Is Near | $0.000 ETH | 0.00000144 | |
| 0x738129…f49f5e | Approve | 29,445,999 | 11 days agoThu, 06 Aug 2026 15:11:12 UTC | 0x2282…0571 | IN | Wealth Is Near | $0.000 ETH | 0.00000146 | |
| 0x380231…8fffc3 | Approve | 29,445,866 | 11 days agoThu, 06 Aug 2026 15:10:59 UTC | 0xdb94…b32c | IN | Wealth Is Near | $0.000 ETH | 0.00000148 | |
| 0x3e5cd6…830885 | Approve | 29,445,633 | 11 days agoThu, 06 Aug 2026 15:10:35 UTC | 0x1fa6…098d | IN | Wealth Is Near | $0.000 ETH | 0.00000146 | |
| 0x4a5f7a…73450f | Approve | 29,445,570 | 11 days agoThu, 06 Aug 2026 15:10:29 UTC | 0x8d5d…375a | IN | Wealth Is Near | $0.000 ETH | 0.00000145 | |
| 0x71d044…b38991 | Approve | 29,445,512 | 11 days agoThu, 06 Aug 2026 15:10:23 UTC | 0x3c85…cd69 | IN | Wealth Is Near | $0.000 ETH | 0.00000145 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 29,444,352 | 11 days agoThu, 06 Aug 2026 15:08:26 UTC | 0xed50b8…c3ba10 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x975b…7d9d | 0 ETH |