// 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 | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0xf38f96…84415b | 6 days agoWed, 12 Aug 2026 02:57:24 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b07e1da9 data: 0x000000000000000000…9997c267 |
| 0xf38f96…84415b | 6 days agoWed, 12 Aug 2026 02:57:24 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…9997c267 |
| 0xf38f96…84415b | 6 days agoWed, 12 Aug 2026 02:57:24 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9997c267 |
| 0xb449ac…653fac | 6 days agoWed, 12 Aug 2026 02:57:21 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…e72892a0 data: 0x000000000000000000…95c7d443 |
| 0xb449ac…653fac | 6 days agoWed, 12 Aug 2026 02:57:21 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…95c7d443 |
| 0xa8ea77…1c3928 | 6 days agoWed, 12 Aug 2026 02:57:09 UTC | Transfer | [0] 0x000000000000…4ffcef5e [1] 0x000000000000…43e40951 data: 0x000000000000000000…bb5d33af |
| 0x51c9b1…77f225 | 6 days agoWed, 12 Aug 2026 02:57:08 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…ab5e18dc data: 0x000000000000000000…b270dfd2 |
| 0x51c9b1…77f225 | 6 days agoWed, 12 Aug 2026 02:57:08 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b270dfd2 |
| 0xc07ea4…013b46 | 6 days agoWed, 12 Aug 2026 02:56:52 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…95b8d01f data: 0x000000000000000000…78a9c2c2 |
| 0xc07ea4…013b46 | 6 days agoWed, 12 Aug 2026 02:56:52 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…78a9c2c2 |
| 0xcc32d4…433460 | 6 days agoWed, 12 Aug 2026 02:56:48 UTC | Approval | [0] 0x000000000000…a6dab2fd [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x0f23dc…81fffa | 6 days agoWed, 12 Aug 2026 02:56:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…acaf503e data: 0x000000000000000000…1d9d9696 |
| 0x0f23dc…81fffa | 6 days agoWed, 12 Aug 2026 02:56:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…1d9d9696 |
| 0x793a46…3d6fb8 | 6 days agoWed, 12 Aug 2026 02:56:28 UTC | Transfer | [0] 0x000000000000…20dad510 [1] 0x000000000000…43e40951 data: 0x000000000000000000…386f3bb9 |
| 0x5f5ae5…186999 | 6 days agoWed, 12 Aug 2026 02:56:27 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…4ffcef5e data: 0x000000000000000000…c31b45d7 |
| 0x5f5ae5…186999 | 6 days agoWed, 12 Aug 2026 02:56:27 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c31b45d7 |
| 0x250903…2f32f4 | 6 days agoWed, 12 Aug 2026 02:56:16 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…e94d67b1 data: 0x000000000000000000…b34f9e27 |
| 0x250903…2f32f4 | 6 days agoWed, 12 Aug 2026 02:56:16 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b34f9e27 |
| 0xd0e2d2…27b8d7 | 6 days agoWed, 12 Aug 2026 02:56:13 UTC | Transfer | [0] 0x000000000000…2a991f41 [1] 0x000000000000…43e40951 data: 0x000000000000000000…1a4d8bdb |
| 0x691bc1…1be945 | 6 days agoWed, 12 Aug 2026 02:56:04 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6637dff7 data: 0x000000000000000000…2ee9042c |
| 0x691bc1…1be945 | 6 days agoWed, 12 Aug 2026 02:56:04 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…2ee9042c |
| 0x0f040a…2302b3 | 6 days agoWed, 12 Aug 2026 02:55:54 UTC | Approval | [0] 0x000000000000…c18dff8b [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x229138…135303 | 6 days agoWed, 12 Aug 2026 02:55:50 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…f5b21912 data: 0x000000000000000000…bee17ad9 |
| 0x229138…135303 | 6 days agoWed, 12 Aug 2026 02:55:50 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…bee17ad9 |
| 0xaf8632…62d04d | 6 days agoWed, 12 Aug 2026 02:55:39 UTC | Transfer | [0] 0x000000000000…1147a28e [1] 0x000000000000…43e40951 data: 0x000000000000000000…fa86cb1d |
| 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 ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xcc32d4…433460 | Approve | 34,184,319 | 6 days agoWed, 12 Aug 2026 02:56:48 UTC | 0x331f…b2fd | IN | Yardkeeper | $0.000 ETH | 0.00000200 | |
| 0x0f040a…2302b3 | Approve | 34,183,733 | 6 days agoWed, 12 Aug 2026 02:55:54 UTC | 0xbea9…ff8b | IN | Yardkeeper | $0.000 ETH | 0.00000202 | |
| 0x17f634…d64231 | Approve | 34,183,132 | 6 days agoWed, 12 Aug 2026 02:54:54 UTC | 0x88c2…f2c7 | IN | Yardkeeper | $0.000 ETH | 0.00000199 | |
| 0xd8b758…08afa2 | Approve | 34,183,021 | 6 days agoWed, 12 Aug 2026 02:54:43 UTC | 0x4e2b…d01f | IN | Yardkeeper | $0.000 ETH | 0.00000208 | |
| 0xa54bfb…aa9774 | Approve | 34,182,777 | 6 days agoWed, 12 Aug 2026 02:54:18 UTC | 0x2b94…b255 | IN | Yardkeeper | $0.000 ETH | 0.00000202 | |
| 0x486ff1…1839d8 | Approve | 34,182,415 | 6 days agoWed, 12 Aug 2026 02:53:42 UTC | 0x2977…6eae | IN | Yardkeeper | $0.000 ETH | 0.00000199 | |
| 0xde7dec…0697bf | Approve | 34,182,258 | 6 days agoWed, 12 Aug 2026 02:53:26 UTC | 0x9a5d…8a81 | IN | Yardkeeper | $0.000 ETH | 0.00000200 | |
| 0xdaa2bd…c4b359 | Approve | 34,181,979 | 6 days agoWed, 12 Aug 2026 02:52:58 UTC | 0x79d2…2a55 | IN | Yardkeeper | $0.000 ETH | 0.00000198 | |
| 0xfa1ea0…17716a | Approve | 34,181,882 | 6 days agoWed, 12 Aug 2026 02:52:48 UTC | 0xf97a…3af3 | IN | Yardkeeper | $0.000 ETH | 0.00000201 | |
| 0xa7cc75…b782d2 | Approve | 34,181,450 | 6 days agoWed, 12 Aug 2026 02:52:04 UTC | 0x5b3a…a4e9 | IN | Yardkeeper | $0.000 ETH | 0.00000202 | |
| 0x509720…f76caa | Approve | 34,181,400 | 6 days agoWed, 12 Aug 2026 02:51:59 UTC | 0x8920…a28e | IN | Yardkeeper | $0.000 ETH | 0.00000203 | |
| 0xd7f5fc…d5a7ee | Approve | 34,181,240 | 6 days agoWed, 12 Aug 2026 02:51:43 UTC | 0xff47…89a4 | IN | Yardkeeper | $0.000 ETH | 0.00000203 | |
| 0x16513a…eec434 | Approve | 34,181,063 | 6 days agoWed, 12 Aug 2026 02:51:26 UTC | 0x0c58…4fb7 | IN | Yardkeeper | $0.000 ETH | 0.00000205 | |
| 0x6e7fc6…6e5bac | Approve | 34,180,836 | 6 days agoWed, 12 Aug 2026 02:51:02 UTC | 0x18b5…ea94 | IN | Yardkeeper | $0.000 ETH | 0.00000202 | |
| 0x7ee2f7…bcf4e7 | Approve | 34,180,809 | 6 days agoWed, 12 Aug 2026 02:51:00 UTC | 0xed20…1912 | IN | Yardkeeper | $0.000 ETH | 0.00000199 | |
| 0x688e71…aabe30 | Approve | 34,180,767 | 6 days agoWed, 12 Aug 2026 02:50:56 UTC | 0x06b7…b07a | IN | Yardkeeper | $0.000 ETH | 0.00000203 | |
| 0xd520a5…4f34e6 | Approve | 34,180,738 | 6 days agoWed, 12 Aug 2026 02:50:53 UTC | 0xf08f…7960 | IN | Yardkeeper | $0.000 ETH | 0.00000198 | |
| 0x91e684…ace950 | Approve | 34,180,707 | 6 days agoWed, 12 Aug 2026 02:50:50 UTC | 0xae9c…5c47 | IN | Yardkeeper | $0.000 ETH | 0.00000205 | |
| 0x43b592…8fae7c | Approve | 34,180,677 | 6 days agoWed, 12 Aug 2026 02:50:47 UTC | 0x85e2…ecdc | IN | Yardkeeper | $0.000 ETH | 0.00000206 | |
| 0x68b4fb…90a928 | Approve | 34,180,559 | 6 days agoWed, 12 Aug 2026 02:50:35 UTC | 0x76ec…7698 | IN | Yardkeeper | $0.000 ETH | 0.00000198 | |
| 0xb3ad16…b52b53 | Approve | 34,180,454 | 6 days agoWed, 12 Aug 2026 02:50:24 UTC | 0x1749…c23d | IN | Yardkeeper | $0.000 ETH | 0.00000201 | |
| 0x3efe3d…da6cfa | Approve | 34,180,350 | 6 days agoWed, 12 Aug 2026 02:50:14 UTC | 0xc34b…1f41 | IN | Yardkeeper | $0.000 ETH | 0.00000205 | |
| 0x303c47…0ae8c3 | Approve | 34,180,322 | 6 days agoWed, 12 Aug 2026 02:50:11 UTC | 0x8b39…3f33 | IN | Yardkeeper | $0.000 ETH | 0.00000198 | |
| 0xc05d29…d6f427 | Approve | 34,180,254 | 6 days agoWed, 12 Aug 2026 02:50:08 UTC | 0x4502…fb0e | IN | Yardkeeper | $0.000 ETH | 0.00000203 | |
| 0x2eee4c…5c86f1 | Approve | 34,180,135 | 6 days agoWed, 12 Aug 2026 02:49:56 UTC | 0x7c63…3bcd | IN | Yardkeeper | $0.000 ETH | 0.00000207 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 34,178,958 | 6 days agoWed, 12 Aug 2026 02:47:58 UTC | 0xaa602f…eba007 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x85dc…5166 | 0 ETH |