// 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 | 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 | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x4af01e…0ac85c | 10 days agoFri, 07 Aug 2026 13:44:06 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…314bbc0b data: 0x000000000000000000…2be27bb1 |
| 0x4af01e…0ac85c | 10 days agoFri, 07 Aug 2026 13:44:06 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…2be27bb1 |
| 0x4af01e…0ac85c | 10 days agoFri, 07 Aug 2026 13:44:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…2be27bb1 |
| 0xa11fb5…9f88b9 | 10 days agoFri, 07 Aug 2026 13:44:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…b9be5e4d |
| 0xbbf58b…f65367 | 10 days agoFri, 07 Aug 2026 13:44:06 UTC | Transfer | [0] 0x000000000000…d963cf2c [1] 0x000000000000…43e40951 data: 0x000000000000000000…0d3a53a5 |
| 0xee2c80…ffe785 | 10 days agoFri, 07 Aug 2026 13:44:04 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…74a1b79e |
| 0xd35050…effc18 | 10 days agoFri, 07 Aug 2026 13:44:04 UTC | Transfer | [0] 0x000000000000…d963cf2c [1] 0x000000000000…43e40951 data: 0x000000000000000000…cca843c5 |
| 0x59a6cc…e2f00d | 10 days agoFri, 07 Aug 2026 13:44:03 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…b92dab3d data: 0x000000000000000000…b16c3ee1 |
| 0x59a6cc…e2f00d | 10 days agoFri, 07 Aug 2026 13:44:03 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b16c3ee1 |
| 0xc657d4…00885d | 10 days agoFri, 07 Aug 2026 13:44:03 UTC | Approval | [0] 0x000000000000…d963cf2c [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x22bfba…8708d4 | 10 days agoFri, 07 Aug 2026 13:44:03 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…13862114 |
| 0xafcf59…df28cb | 10 days agoFri, 07 Aug 2026 13:44:02 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…f861b55a |
| 0xbaf21d…4e7b83 | 10 days agoFri, 07 Aug 2026 13:44:01 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…68b8e7b0 data: 0x000000000000000000…c3079877 |
| 0xbaf21d…4e7b83 | 10 days agoFri, 07 Aug 2026 13:44:01 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c3079877 |
| 0x4e388d…196106 | 10 days agoFri, 07 Aug 2026 13:44:01 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…327d41c7 |
| 0x2d8ab6…f4f884 | 10 days agoFri, 07 Aug 2026 13:44:01 UTC | Transfer | [0] 0x000000000000…7a632219 [1] 0x000000000000…43e40951 data: 0x000000000000000000…3fba5de1 |
| 0x559cb9…d37fda | 10 days agoFri, 07 Aug 2026 13:43:59 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…b4500754 |
| 0xcaf0f6…5ddd1d | 10 days agoFri, 07 Aug 2026 13:43:59 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…d963cf2c data: 0x000000000000000000…1df3228e |
| 0xcaf0f6…5ddd1d | 10 days agoFri, 07 Aug 2026 13:43:59 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…1df3228e |
| 0x848fe4…89f6e0 | 10 days agoFri, 07 Aug 2026 13:43:58 UTC | Transfer | [0] 0x000000000000…0a5cfa64 [1] 0x000000000000…43e40951 data: 0x000000000000000000…0432885e |
| 0x9b5686…f7557c | 10 days agoFri, 07 Aug 2026 13:43:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…2cbc8920 data: 0x000000000000000000…a07ac410 |
| 0x21eb7e…151f6c | 10 days agoFri, 07 Aug 2026 13:43:57 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…20aa1574 data: 0x000000000000000000…dd23ef27 |
| 0x21eb7e…151f6c | 10 days agoFri, 07 Aug 2026 13:43:57 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…dd23ef27 |
| 0x2f0183…339938 | 10 days agoFri, 07 Aug 2026 13:43:56 UTC | Transfer | [0] 0x000000000000…0a5cfa64 [1] 0x000000000000…43e40951 data: 0x000000000000000000…488254ec |
| 0xa894b3…a1e199 | 10 days agoFri, 07 Aug 2026 13:43:54 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…79a90002 data: 0x000000000000000000…6c9619e3 |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xc657d4…00885d | Approve | 30,256,324 | 10 days agoFri, 07 Aug 2026 13:44:03 UTC | 0x49c1…cf2c | IN | The Herd theory | $0.000 ETH | 0.00000157 | |
| 0xc81725…761906 | Approve | 30,256,222 | 10 days agoFri, 07 Aug 2026 13:43:53 UTC | 0xca63…2219 | IN | The Herd theory | $0.000 ETH | 0.00000157 | |
| 0x777281…61c854 | Approve | 30,256,188 | 10 days agoFri, 07 Aug 2026 13:43:50 UTC | 0xd5bf…fa64 | IN | The Herd theory | $0.000 ETH | 0.00000155 | |
| 0x242a3a…578b91 | Approve | 30,256,094 | 10 days agoFri, 07 Aug 2026 13:43:40 UTC | 0x8213…bc0b | IN | The Herd theory | $0.000 ETH | 0.00000156 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 30,256,090 | 10 days agoFri, 07 Aug 2026 13:43:40 UTC | 0x41229d…7c74ec | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0xeeed…dc8b | 0 ETH |