// 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 | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x666b84…c9613d | 4 days agoThu, 13 Aug 2026 14:51:06 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…5cb1806a data: 0x000000000000000000…a7362b47 |
| 0x666b84…c9613d | 4 days agoThu, 13 Aug 2026 14:51:06 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…a7362b47 |
| 0x666b84…c9613d | 4 days agoThu, 13 Aug 2026 14:51:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…a7362b47 |
| 0x8e5b25…9bf036 | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | Approval | [0] 0x000000000000…28f3f395 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xdea4d2…9f50e6 | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | Transfer | [0] 0x000000000000…1147a28e [1] 0x000000000000…43e40951 data: 0x000000000000000000…fae56f66 |
| 0x2e8aa2…18d258 | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…96f4e6b2 data: 0x000000000000000000…0f9fe2d5 |
| 0xe86929…6c990f | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…ec2c2e95 data: 0x000000000000000000…e6f41340 |
| 0xe86929…6c990f | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…e6f41340 |
| 0x6b9b71…38fc00 | 4 days agoThu, 13 Aug 2026 14:51:02 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…acaf503e data: 0x000000000000000000…22ef77e3 |
| 0x6b9b71…38fc00 | 4 days agoThu, 13 Aug 2026 14:51:02 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…22ef77e3 |
| 0x2d67f4…f50846 | 4 days agoThu, 13 Aug 2026 14:51:02 UTC | Approval | [0] 0x000000000000…28f3f395 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x459cb6…94ac1d | 4 days agoThu, 13 Aug 2026 14:51:00 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…28f3f395 data: 0x000000000000000000…7e0c19a0 |
| 0x459cb6…94ac1d | 4 days agoThu, 13 Aug 2026 14:51:00 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…7e0c19a0 |
| 0xb196dc…910154 | 4 days agoThu, 13 Aug 2026 14:50:59 UTC | Approval | [0] 0x000000000000…1147a28e [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x078fb3…14f655 | 4 days agoThu, 13 Aug 2026 14:50:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…1147a28e data: 0x000000000000000000…a41f9562 |
| 0x078fb3…14f655 | 4 days agoThu, 13 Aug 2026 14:50:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…a41f9562 |
| 0xf1bb91…439b87 | 4 days agoThu, 13 Aug 2026 14:50:48 UTC | Transfer | [0] 0x000000000000…5cb1806a [1] 0x000000000000…43e40951 data: 0x000000000000000000…e7ffd8e0 |
| 0xd87b72…f048d8 | 4 days agoThu, 13 Aug 2026 14:50:42 UTC | Approval | [0] 0x000000000000…5cb1806a [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…5cb1806a data: 0x000000000000000000…e8000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d23da3a8 data: 0x000000000000000000…00000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d2b0f923 data: 0x000000000000000000…00000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…14622e6e data: 0x000000000000000000…00000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b3f6ca63 data: 0x000000000000000000…00000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…12d79d5a data: 0x000000000000000000…00000000 |
| 0x0ee5e4…af25b1 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…65bccee8 data: 0x000000000000000000…00000000 |
| 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,475,553 | 4 days agoThu, 13 Aug 2026 14:50:38 UTC | 0x0ee5e4…af25b1 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x2610…8fdd | 0 ETH |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x8e5b25…9bf036 | Approve | 35,475,825 | 4 days agoThu, 13 Aug 2026 14:51:05 UTC | 0xe003…f395 | IN | book of Frong | $0.000 ETH | 0.00000131 | |
| 0x2d67f4…f50846 | Approve | 35,475,793 | 4 days agoThu, 13 Aug 2026 14:51:02 UTC | 0xe003…f395 | IN | book of Frong | $0.000 ETH | 0.00000218 | |
| 0xb196dc…910154 | Approve | 35,475,768 | 4 days agoThu, 13 Aug 2026 14:50:59 UTC | 0x8920…a28e | IN | book of Frong | $0.000 ETH | 0.00000220 | |
| 0xd87b72…f048d8 | Approve | 35,475,598 | 4 days agoThu, 13 Aug 2026 14:50:42 UTC | 0x1b93…806a | IN | book of Frong | $0.000 ETH | 0.00000220 |