// 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 |
|---|---|---|---|
| 0xd4c5ba…f834bf | 12 days agoTue, 04 Aug 2026 12:44:44 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…742e180e data: 0x000000000000000000…67509dae |
| 0xd4c5ba…f834bf | 12 days agoTue, 04 Aug 2026 12:44:44 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…67509dae |
| 0xd4c5ba…f834bf | 12 days agoTue, 04 Aug 2026 12:44:44 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…67509dae |
| 0xa997e8…eb3520 | 12 days agoTue, 04 Aug 2026 12:44:43 UTC | Transfer | [0] 0x000000000000…4acf1979 [1] 0x000000000000…43e40951 data: 0x000000000000000000…af09b4b9 |
| 0x1bd438…2ee3b9 | 12 days agoTue, 04 Aug 2026 12:44:43 UTC | Approval | [0] 0x000000000000…4acf1979 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x038651…8c42c0 | 12 days agoTue, 04 Aug 2026 12:44:42 UTC | Approval | [0] 0x000000000000…257f656d [1] 0x000000000000…262c40dc data: 0xffffffffffffffffff…ffffffff |
| 0xa76ead…554e3d | 12 days agoTue, 04 Aug 2026 12:44:40 UTC | Transfer | [0] 0x000000000000…da639b7c [1] 0x000000000000…43e40951 data: 0x000000000000000000…dd75c611 |
| 0x9fcc1f…03ce4d | 12 days agoTue, 04 Aug 2026 12:44:39 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…a614cf77 |
| 0x9a0b5e…2dc7cb | 12 days agoTue, 04 Aug 2026 12:44:39 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…4acf1979 data: 0x000000000000000000…8db64531 |
| 0x9a0b5e…2dc7cb | 12 days agoTue, 04 Aug 2026 12:44:39 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…8db64531 |
| 0xdfc91f…3d0cfe | 12 days agoTue, 04 Aug 2026 12:44:38 UTC | Approval | [0] 0x000000000000…da639b7c [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x6f62f5…d709e9 | 12 days agoTue, 04 Aug 2026 12:44:36 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…da639b7c data: 0x000000000000000000…f923ccb8 |
| 0x6f62f5…d709e9 | 12 days agoTue, 04 Aug 2026 12:44:36 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…f923ccb8 |
| 0x6cc790…14283a | 12 days agoTue, 04 Aug 2026 12:44:35 UTC | Transfer | [0] 0x000000000000…175bdcc5 [1] 0x000000000000…43e40951 data: 0x000000000000000000…86fea89f |
| 0xb7c626…c2c330 | 12 days agoTue, 04 Aug 2026 12:44:35 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…7104c401 |
| 0xca122b…b66200 | 12 days agoTue, 04 Aug 2026 12:44:34 UTC | Approval | [0] 0x000000000000…175bdcc5 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x336b59…12fd08 | 12 days agoTue, 04 Aug 2026 12:44:32 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…9a06e961 data: 0x000000000000000000…4a6084f1 |
| 0x306da6…6cea93 | 12 days agoTue, 04 Aug 2026 12:44:32 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…257f656d data: 0x000000000000000000…2b194692 |
| 0xa85821…a34231 | 12 days agoTue, 04 Aug 2026 12:44:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…175bdcc5 data: 0x000000000000000000…68be52c7 |
| 0xa85821…a34231 | 12 days agoTue, 04 Aug 2026 12:44:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…68be52c7 |
| 0x64689a…aead06 | 12 days agoTue, 04 Aug 2026 12:44:28 UTC | Transfer | [0] 0x000000000000…742e180e [1] 0x000000000000…43e40951 data: 0x000000000000000000…cffe3df5 |
| 0xf974b6…b068f8 | 12 days agoTue, 04 Aug 2026 12:44:27 UTC | Approval | [0] 0x000000000000…742e180e [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x91c6ee…e00939 | 12 days agoTue, 04 Aug 2026 12:44:23 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…742e180e data: 0x000000000000000000…d0000000 |
| 0x91c6ee…e00939 | 12 days agoTue, 04 Aug 2026 12:44:23 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…322366b5 data: 0x000000000000000000…b98c0000 |
| 0x91c6ee…e00939 | 12 days agoTue, 04 Aug 2026 12:44:23 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…53b8649a data: 0x000000000000000000…66dc0000 |
| 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 | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1bd438…2ee3b9 | Approve | 27,634,032 | 12 days agoTue, 04 Aug 2026 12:44:43 UTC | 0x6cee…1979 | IN | Apu Apustaja | $0.000 ETH | 0.00000098 | |
| 0x038651…8c42c0 | Approve | 27,634,022 | 12 days agoTue, 04 Aug 2026 12:44:42 UTC | 0xad94…656d | IN | Apu Apustaja | $0.000 ETH | 0.00000098 | |
| 0xdfc91f…3d0cfe | Approve | 27,633,988 | 12 days agoTue, 04 Aug 2026 12:44:38 UTC | 0x1af9…9b7c | IN | Apu Apustaja | $0.000 ETH | 0.00000099 | |
| 0xca122b…b66200 | Approve | 27,633,943 | 12 days agoTue, 04 Aug 2026 12:44:34 UTC | 0x66ca…dcc5 | IN | Apu Apustaja | $0.000 ETH | 0.00000098 | |
| 0xf974b6…b068f8 | Approve | 27,633,879 | 12 days agoTue, 04 Aug 2026 12:44:27 UTC | 0x6131…180e | IN | Apu Apustaja | $0.000 ETH | 0.00000099 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 27,633,835 | 12 days agoTue, 04 Aug 2026 12:44:23 UTC | 0x91c6ee…e00939 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xff07…eb07 | 0 ETH |