// 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 |
|---|---|---|---|
| 0x6081a1…83cf6a | 7 days agoMon, 10 Aug 2026 12:04:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…fbb53844 data: 0x000000000000000000…1f08b989 |
| 0x6081a1…83cf6a | 7 days agoMon, 10 Aug 2026 12:04:57 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…1f08b989 |
| 0x6081a1…83cf6a | 7 days agoMon, 10 Aug 2026 12:04:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…1f08b989 |
| 0x171c2d…affee7 | 7 days agoMon, 10 Aug 2026 12:04:57 UTC | Transfer | [0] 0x000000000000…f4318b4f [1] 0x000000000000…43e40951 data: 0x000000000000000000…ef65737d |
| 0x6ab32d…d9f713 | 7 days agoMon, 10 Aug 2026 12:04:56 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…6ecee0ed data: 0x000000000000000000…1e0a31c6 |
| 0x291170…a719b4 | 7 days agoMon, 10 Aug 2026 12:04:56 UTC | Transfer | [0] 0x000000000000…94b5cd69 [1] 0x000000000000…43e40951 data: 0x000000000000000000…2dc27fc8 |
| 0xcabc21…491b3c | 7 days agoMon, 10 Aug 2026 12:04:55 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c7f51cbb data: 0x000000000000000000…d2187db6 |
| 0xcabc21…491b3c | 7 days agoMon, 10 Aug 2026 12:04:55 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…d2187db6 |
| 0x4800f3…a187df | 7 days agoMon, 10 Aug 2026 12:04:55 UTC | Approval | [0] 0x000000000000…94b5cd69 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xc15059…06b66e | 7 days agoMon, 10 Aug 2026 12:04:52 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…1777146f data: 0x000000000000000000…5fc8f85e |
| 0xc15059…06b66e | 7 days agoMon, 10 Aug 2026 12:04:52 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…5fc8f85e |
| 0xc67b90…bb70f2 | 7 days agoMon, 10 Aug 2026 12:04:51 UTC | Transfer | [0] 0x000000000000…20aa1574 [1] 0x000000000000…43e40951 data: 0x000000000000000000…575a0d8b |
| 0xb8cbc5…1534f3 | 7 days agoMon, 10 Aug 2026 12:04:50 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…8c6173c0 data: 0x000000000000000000…e962f24c |
| 0xb8cbc5…1534f3 | 7 days agoMon, 10 Aug 2026 12:04:50 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…e962f24c |
| 0x017cfa…2e27c6 | 7 days agoMon, 10 Aug 2026 12:04:49 UTC | Approval | [0] 0x000000000000…94b5cd69 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x9da750…a5cb54 | 7 days agoMon, 10 Aug 2026 12:04:48 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…594d433f data: 0x000000000000000000…dc40f16c |
| 0x9da750…a5cb54 | 7 days agoMon, 10 Aug 2026 12:04:48 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…dc40f16c |
| 0x2aeb36…9a8c15 | 7 days agoMon, 10 Aug 2026 12:04:45 UTC | Approval | [0] 0x000000000000…36695952 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x915927…34b418 | 7 days agoMon, 10 Aug 2026 12:04:45 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3384ac0c data: 0x000000000000000000…51e5f40e |
| 0x915927…34b418 | 7 days agoMon, 10 Aug 2026 12:04:45 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…51e5f40e |
| 0xc53302…45d76f | 7 days agoMon, 10 Aug 2026 12:04:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…94b5cd69 data: 0x000000000000000000…eb815eae |
| 0xc53302…45d76f | 7 days agoMon, 10 Aug 2026 12:04:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…eb815eae |
| 0xd66096…971f8f | 7 days agoMon, 10 Aug 2026 12:04:42 UTC | Transfer | [0] 0x000000000000…47b43cf0 [1] 0x000000000000…43e40951 data: 0x000000000000000000…f2e79184 |
| 0x00b389…6ebbe3 | 7 days agoMon, 10 Aug 2026 12:04:39 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…2964acb5 data: 0x000000000000000000…49a857a1 |
| 0x00b389…6ebbe3 | 7 days agoMon, 10 Aug 2026 12:04:39 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…49a857a1 |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x4800f3…a187df | Approve | 32,784,382 | 7 days agoMon, 10 Aug 2026 12:04:55 UTC | 0x3c85…cd69 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000078 | |
| 0x017cfa…2e27c6 | Approve | 32,784,324 | 7 days agoMon, 10 Aug 2026 12:04:49 UTC | 0x3c85…cd69 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000129 | |
| 0x2aeb36…9a8c15 | Approve | 32,784,288 | 7 days agoMon, 10 Aug 2026 12:04:45 UTC | 0x2d0d…5952 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000129 | |
| 0x596573…3ed1d9 | Approve | 32,784,222 | 7 days agoMon, 10 Aug 2026 12:04:38 UTC | 0x75b2…1574 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000130 | |
| 0x523889…e917a1 | Approve | 32,784,196 | 7 days agoMon, 10 Aug 2026 12:04:36 UTC | 0x7cd9…cd61 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000129 | |
| 0xb0c617…3d6d2f | Approve | 32,784,175 | 7 days agoMon, 10 Aug 2026 12:04:34 UTC | 0xafb8…d843 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000128 | |
| 0x462f60…945a86 | Approve | 32,784,078 | 7 days agoMon, 10 Aug 2026 12:04:24 UTC | 0x543f…56d4 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000130 | |
| 0xc67a54…f47aad | Approve | 32,784,055 | 7 days agoMon, 10 Aug 2026 12:04:22 UTC | 0x5f06…a16a | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000128 | |
| 0x15ebcb…e7c872 | Approve | 32,784,006 | 7 days agoMon, 10 Aug 2026 12:04:17 UTC | 0x80ab…d880 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000128 | |
| 0x970767…6ccec6 | Approve | 32,783,959 | 7 days agoMon, 10 Aug 2026 12:04:12 UTC | 0xbaf6…f35b | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000129 | |
| 0xa61094…31e932 | Approve | 32,783,925 | 7 days agoMon, 10 Aug 2026 12:04:09 UTC | 0x4fbc…3cf0 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000128 | |
| 0x69eab7…1f4bdd | Approve | 32,783,868 | 7 days agoMon, 10 Aug 2026 12:04:03 UTC | 0x2282…0571 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000129 | |
| 0xe7eeb8…8c96be | Approve | 32,783,835 | 7 days agoMon, 10 Aug 2026 12:04:00 UTC | 0xd103…8b4f | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000131 | |
| 0xede681…52ed30 | Approve | 32,783,794 | 7 days agoMon, 10 Aug 2026 12:03:55 UTC | 0xf73c…3844 | IN | Golden Retriever Simple Life | $0.000 ETH | 0.00000131 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 32,783,790 | 7 days agoMon, 10 Aug 2026 12:03:55 UTC | 0x295dcb…532aff | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xbd87…29a1 | 0 ETH |