// 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 |
|---|---|---|---|
| 0xafcc19…cb23e8 | 6 days agoTue, 11 Aug 2026 06:58:03 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…ce6c1b84 data: 0x000000000000000000…e1077e56 |
| 0xafcc19…cb23e8 | 6 days agoTue, 11 Aug 2026 06:58:03 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…e1077e56 |
| 0xafcc19…cb23e8 | 6 days agoTue, 11 Aug 2026 06:58:03 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…e1077e56 |
| 0x9b995d…b5de15 | 6 days agoTue, 11 Aug 2026 06:57:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…75de3762 data: 0x000000000000000000…1eb13f63 |
| 0x9b995d…b5de15 | 6 days agoTue, 11 Aug 2026 06:57:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…1eb13f63 |
| 0x86a6a9…0461fc | 6 days agoTue, 11 Aug 2026 06:57:54 UTC | Transfer | [0] 0x000000000000…5495e359 [1] 0x000000000000…43e40951 data: 0x000000000000000000…bb80a0f7 |
| 0xa3e5db…21963c | 6 days agoTue, 11 Aug 2026 06:57:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b928eafd data: 0x000000000000000000…4ef4d2f4 |
| 0xa3e5db…21963c | 6 days agoTue, 11 Aug 2026 06:57:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…4ef4d2f4 |
| 0xe18885…cb0413 | 6 days agoTue, 11 Aug 2026 06:57:36 UTC | Transfer | [0] 0x000000000000…316e0571 [1] 0x000000000000…43e40951 data: 0x000000000000000000…7ebf0962 |
| 0x322575…571245 | 6 days agoTue, 11 Aug 2026 06:57:27 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…8a4f01d7 data: 0x000000000000000000…dec300f0 |
| 0x322575…571245 | 6 days agoTue, 11 Aug 2026 06:57:27 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…dec300f0 |
| 0x868f5c…ccde2a | 6 days agoTue, 11 Aug 2026 06:57:24 UTC | Transfer | [0] 0x000000000000…804aee39 [1] 0x000000000000…43e40951 data: 0x000000000000000000…a2c49560 |
| 0xc9c06c…1aac7f | 6 days agoTue, 11 Aug 2026 06:57:22 UTC | Approval | [0] 0x000000000000…804aee39 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x2a67ba…d1fbeb | 6 days agoTue, 11 Aug 2026 06:57:14 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d6e5c8e8 data: 0x000000000000000000…defcddfe |
| 0x2a67ba…d1fbeb | 6 days agoTue, 11 Aug 2026 06:57:14 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…defcddfe |
| 0x542126…e9280d | 6 days agoTue, 11 Aug 2026 06:57:06 UTC | Approval | [0] 0x000000000000…649bd843 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xb94fd4…9ae5a6 | 6 days agoTue, 11 Aug 2026 06:56:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…43e76979 data: 0x000000000000000000…8bc79f80 |
| 0xb94fd4…9ae5a6 | 6 days agoTue, 11 Aug 2026 06:56:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…8bc79f80 |
| 0xf2426a…6032f1 | 6 days agoTue, 11 Aug 2026 06:56:45 UTC | Transfer | [0] 0x000000000000…6ef4dafb [1] 0x000000000000…43e40951 data: 0x000000000000000000…4027a425 |
| 0x000097…cec27a | 6 days agoTue, 11 Aug 2026 06:56:41 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a0ddd880 data: 0x000000000000000000…36684765 |
| 0x000097…cec27a | 6 days agoTue, 11 Aug 2026 06:56:41 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…36684765 |
| 0xd9fdf0…e1820c | 6 days agoTue, 11 Aug 2026 06:56:31 UTC | Transfer | [0] 0x000000000000…5c06ce8f [1] 0x000000000000…43e40951 data: 0x000000000000000000…64a86b8b |
| 0x91cf7a…f10fe6 | 6 days agoTue, 11 Aug 2026 06:56:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…43e76979 data: 0x000000000000000000…bf438493 |
| 0x91cf7a…f10fe6 | 6 days agoTue, 11 Aug 2026 06:56:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…bf438493 |
| 0xca278d…4d812c | 6 days agoTue, 11 Aug 2026 06:56:18 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…1777146f data: 0x000000000000000000…96646c53 |
| 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 | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xc9c06c…1aac7f | Approve | 33,463,311 | 6 days agoTue, 11 Aug 2026 06:57:22 UTC | 0x1b1d…ee39 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000136 | |
| 0x542126…e9280d | Approve | 33,463,157 | 6 days agoTue, 11 Aug 2026 06:57:06 UTC | 0xafb8…d843 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x92a3e3…a26f79 | Approve | 33,462,162 | 6 days agoTue, 11 Aug 2026 06:55:26 UTC | 0xffa0…a120 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000136 | |
| 0xeb6bd4…277f99 | Approve | 33,461,666 | 6 days agoTue, 11 Aug 2026 06:54:36 UTC | 0x9028…8118 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0xdd7ae4…ddd91a | Approve | 33,460,385 | 6 days agoTue, 11 Aug 2026 06:52:29 UTC | 0x3c85…cd69 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x2e3205…759b92 | Approve | 33,460,227 | 6 days agoTue, 11 Aug 2026 06:52:13 UTC | 0x8d5d…375a | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0xd94498…945b74 | Approve | 33,460,158 | 6 days agoTue, 11 Aug 2026 06:52:06 UTC | 0xe997…5683 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x1efecc…3cb9d4 | Approve | 33,460,089 | 6 days agoTue, 11 Aug 2026 06:51:59 UTC | 0x01ba…f3c2 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0xff5e01…bbb774 | Approve | 33,460,039 | 6 days agoTue, 11 Aug 2026 06:51:54 UTC | 0x4674…c2cc | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0xdad517…b8220c | Approve | 33,459,924 | 6 days agoTue, 11 Aug 2026 06:51:43 UTC | 0x2606…a76e | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0xfbbc7e…bcf60e | Approve | 33,459,833 | 6 days agoTue, 11 Aug 2026 06:51:33 UTC | 0x8ac1…dd63 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0xb9d84d…fa0e55 | Approve | 33,459,722 | 6 days agoTue, 11 Aug 2026 06:51:22 UTC | 0x801a…4c97 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x203dc2…0820b4 | Approve | 33,459,666 | 6 days agoTue, 11 Aug 2026 06:51:17 UTC | 0xf472…5b90 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x90fa16…fd1afb | Approve | 33,459,577 | 6 days agoTue, 11 Aug 2026 06:51:08 UTC | 0x5f06…a16a | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x85da31…d47012 | Approve | 33,459,527 | 6 days agoTue, 11 Aug 2026 06:51:03 UTC | 0x2b35…8008 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0xff3c77…4fbb7e | Approve | 33,459,432 | 6 days agoTue, 11 Aug 2026 06:50:53 UTC | 0xd647…e359 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x2e404b…eb6eb5 | Approve | 33,459,388 | 6 days agoTue, 11 Aug 2026 06:50:49 UTC | 0x8e39…8baf | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x6635fe…2b0ec8 | Approve | 33,459,353 | 6 days agoTue, 11 Aug 2026 06:50:45 UTC | 0x165a…1b57 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000139 | |
| 0xd9ec28…9c338a | Approve | 33,459,294 | 6 days agoTue, 11 Aug 2026 06:50:39 UTC | 0x864d…3762 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x13dc1f…dd09d2 | Approve | 33,459,092 | 6 days agoTue, 11 Aug 2026 06:50:19 UTC | 0xa123…03f6 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x2d8277…2d8771 | Approve | 33,459,059 | 6 days agoTue, 11 Aug 2026 06:50:16 UTC | 0xe12d…d592 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0xa2f2a6…4c5207 | Approve | 33,459,002 | 6 days agoTue, 11 Aug 2026 06:50:10 UTC | 0x7487…ac0c | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0x47c6b3…fe3d6a | Approve | 33,458,980 | 6 days agoTue, 11 Aug 2026 06:50:08 UTC | 0x44af…ce8f | IN | Propeller Hat Dog | $0.000 ETH | 0.00000137 | |
| 0x0c7722…8cc562 | Approve | 33,458,954 | 6 days agoTue, 11 Aug 2026 06:50:05 UTC | 0x09f2…2293 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 | |
| 0xe4b86f…4809aa | Approve | 33,458,869 | 6 days agoTue, 11 Aug 2026 06:49:57 UTC | 0xaf48…33e7 | IN | Propeller Hat Dog | $0.000 ETH | 0.00000138 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 33,457,698 | 6 days agoTue, 11 Aug 2026 06:47:59 UTC | 0x85978b…5dd642 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xfa37…4056 | 0 ETH |