// 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 | ||||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| 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 |
|---|---|---|---|
| 0xb6d3a5…a90845 | 9 days agoSat, 08 Aug 2026 12:29:37 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b6248feb data: 0x000000000000000000…81d778d1 |
| 0xb6d3a5…a90845 | 9 days agoSat, 08 Aug 2026 12:29:37 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…81d778d1 |
| 0xb6d3a5…a90845 | 9 days agoSat, 08 Aug 2026 12:29:37 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…81d778d1 |
| 0x7e6906…6f3a0d | 9 days agoSat, 08 Aug 2026 12:29:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…e94d67b1 data: 0x000000000000000000…e819006c |
| 0x7e6906…6f3a0d | 9 days agoSat, 08 Aug 2026 12:29:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…e819006c |
| 0x691868…bd33ca | 9 days agoSat, 08 Aug 2026 12:29:25 UTC | Transfer | [0] 0x000000000000…5375db09 [1] 0x000000000000…43e40951 data: 0x000000000000000000…98fda130 |
| 0x2f2c4e…415d73 | 9 days agoSat, 08 Aug 2026 12:29:24 UTC | Approval | [0] 0x000000000000…5375db09 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x1f3701…62366e | 9 days agoSat, 08 Aug 2026 12:29:11 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…c65734c9 data: 0x000000000000000000…c01d859a |
| 0x1f3701…62366e | 9 days agoSat, 08 Aug 2026 12:29:11 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c01d859a |
| 0x7aab99…a87b95 | 9 days agoSat, 08 Aug 2026 12:29:04 UTC | Transfer | [0] 0x000000000000…f5b21912 [1] 0x000000000000…43e40951 data: 0x000000000000000000…3e4579fe |
| 0x990094…e91e2c | 9 days agoSat, 08 Aug 2026 12:28:55 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…347e8400 data: 0x000000000000000000…5ddf0bc2 |
| 0x990094…e91e2c | 9 days agoSat, 08 Aug 2026 12:28:55 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…5ddf0bc2 |
| 0x7c8d12…6240d7 | 9 days agoSat, 08 Aug 2026 12:28:43 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…7e69a4e9 data: 0x000000000000000000…dfa61a1e |
| 0x7c8d12…6240d7 | 9 days agoSat, 08 Aug 2026 12:28:43 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…dfa61a1e |
| 0x76fd2d…8e62f3 | 9 days agoSat, 08 Aug 2026 12:28:43 UTC | Transfer | [0] 0x000000000000…87787871 [1] 0x000000000000…43e40951 data: 0x000000000000000000…71d182e2 |
| 0x02fe02…e4e25f | 9 days agoSat, 08 Aug 2026 12:28:27 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…cfedc1c8 data: 0x000000000000000000…81ca44c5 |
| 0x02fe02…e4e25f | 9 days agoSat, 08 Aug 2026 12:28:27 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…81ca44c5 |
| 0xbb63fa…06e9f8 | 9 days agoSat, 08 Aug 2026 12:28:21 UTC | Transfer | [0] 0x000000000000…6637dff7 [1] 0x000000000000…43e40951 data: 0x000000000000000000…478238de |
| 0x439ad5…1a0343 | 9 days agoSat, 08 Aug 2026 12:28:13 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b150fb57 data: 0x000000000000000000…7756f2ab |
| 0x439ad5…1a0343 | 9 days agoSat, 08 Aug 2026 12:28:13 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…7756f2ab |
| 0x03f7b4…8095fe | 9 days agoSat, 08 Aug 2026 12:28:06 UTC | Transfer | [0] 0x000000000000…84bd7698 [1] 0x000000000000…43e40951 data: 0x000000000000000000…20e9293f |
| 0x70c122…c994bd | 9 days agoSat, 08 Aug 2026 12:28:01 UTC | Approval | [0] 0x000000000000…84bd7698 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x1c148f…b55b77 | 9 days agoSat, 08 Aug 2026 12:28:00 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…55fefb0e data: 0x000000000000000000…7c86ab12 |
| 0x1c148f…b55b77 | 9 days agoSat, 08 Aug 2026 12:28:00 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…7c86ab12 |
| 0xad97a7…386b78 | 9 days agoSat, 08 Aug 2026 12:27:50 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…f6f1ea94 data: 0x000000000000000000…1f4e1820 |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x2f2c4e…415d73 | Approve | 31,074,029 | 9 days agoSat, 08 Aug 2026 12:29:24 UTC | 0xd0fc…db09 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x70c122…c994bd | Approve | 31,073,213 | 9 days agoSat, 08 Aug 2026 12:28:01 UTC | 0x76ec…7698 | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0xbf280a…79b0f2 | Approve | 31,073,016 | 9 days agoSat, 08 Aug 2026 12:27:42 UTC | 0xc34b…1f41 | IN | el gato | $0.000 ETH | 0.00000139 | |
| 0x68ff07…e5e0be | Approve | 31,072,274 | 9 days agoSat, 08 Aug 2026 12:26:27 UTC | 0x2e3c…92a0 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xf5fe6c…640f66 | Approve | 31,072,150 | 9 days agoSat, 08 Aug 2026 12:26:14 UTC | 0x9e64…18dc | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0xd69c4c…c3277c | Approve | 31,071,966 | 9 days agoSat, 08 Aug 2026 12:26:02 UTC | 0x4f24…34c9 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x8307b7…70d650 | Approve | 31,071,679 | 9 days agoSat, 08 Aug 2026 12:25:33 UTC | 0x63c5…b7f5 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x14e423…802176 | Approve | 31,071,498 | 9 days agoSat, 08 Aug 2026 12:25:15 UTC | 0x7c63…3bcd | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xfd1081…2855a8 | Approve | 31,071,412 | 9 days agoSat, 08 Aug 2026 12:25:06 UTC | 0xad7a…1e0c | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0xd89645…7bd400 | Approve | 31,071,232 | 9 days agoSat, 08 Aug 2026 12:24:48 UTC | 0x88a5…fb57 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xeadf00…078f54 | Approve | 31,070,854 | 9 days agoSat, 08 Aug 2026 12:24:10 UTC | 0xed20…1912 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x8d2fff…25affc | Approve | 31,070,739 | 9 days agoSat, 08 Aug 2026 12:23:59 UTC | 0x6c47…2e95 | IN | el gato | $0.000 ETH | 0.00000139 | |
| 0x712d14…174928 | Approve | 31,070,673 | 9 days agoSat, 08 Aug 2026 12:23:52 UTC | 0x8714…30ab | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x6b0baa…1a8cba | Approve | 31,070,343 | 9 days agoSat, 08 Aug 2026 12:23:19 UTC | 0xf810…a05b | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x641eb6…29a729 | Approve | 31,070,264 | 9 days agoSat, 08 Aug 2026 12:23:11 UTC | 0x8568…d24d | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xf098d9…c2f30f | Approve | 31,070,204 | 9 days agoSat, 08 Aug 2026 12:23:05 UTC | 0x5c75…0075 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xa4d7fe…6a41bd | Approve | 31,070,120 | 9 days agoSat, 08 Aug 2026 12:22:56 UTC | 0x6790…3243 | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0x99d585…71bb88 | Approve | 31,069,998 | 9 days agoSat, 08 Aug 2026 12:22:44 UTC | 0x06c5…d510 | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0xc80f9a…6f86fb | Approve | 31,069,924 | 9 days agoSat, 08 Aug 2026 12:22:37 UTC | 0x8648…c052 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0x5121a4…c11df8 | Approve | 31,069,890 | 9 days agoSat, 08 Aug 2026 12:22:33 UTC | 0x9a5d…8a81 | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0x338f8b…7a4f8c | Approve | 31,069,830 | 9 days agoSat, 08 Aug 2026 12:22:27 UTC | 0x998f…4d4e | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0xbbdd26…3a7ff5 | Approve | 31,069,696 | 9 days agoSat, 08 Aug 2026 12:22:14 UTC | 0x8eff…b206 | IN | el gato | $0.000 ETH | 0.00000140 | |
| 0xa5b608…767065 | Approve | 31,069,641 | 9 days agoSat, 08 Aug 2026 12:22:08 UTC | 0x2977…6eae | IN | el gato | $0.000 ETH | 0.00000141 | |
| 0x03c79f…70ba43 | Approve | 31,069,615 | 9 days agoSat, 08 Aug 2026 12:22:06 UTC | 0x240f…5858 | IN | el gato | $0.000 ETH | 0.00000139 | |
| 0x9fac71…9af7bd | Approve | 31,069,573 | 9 days agoSat, 08 Aug 2026 12:22:01 UTC | 0xc7d1…503e | IN | el gato | $0.000 ETH | 0.00000141 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 31,068,143 | 9 days agoSat, 08 Aug 2026 12:19:39 UTC | 0x8f5d4c…5d6576 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xca03…705e | 0 ETH |