// 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 | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x6ec0ea…0feecc | 8 days agoSun, 09 Aug 2026 19:54:33 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…79560799 data: 0x000000000000000000…9c4c2508 |
| 0x6ec0ea…0feecc | 8 days agoSun, 09 Aug 2026 19:54:33 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…9c4c2508 |
| 0x6ec0ea…0feecc | 8 days agoSun, 09 Aug 2026 19:54:33 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9c4c2508 |
| 0x709b5b…cb7f16 | 8 days agoSun, 09 Aug 2026 19:54:32 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…42ce4260 data: 0x000000000000000000…080af448 |
| 0x709b5b…cb7f16 | 8 days agoSun, 09 Aug 2026 19:54:32 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…080af448 |
| 0x6a0642…395a01 | 8 days agoSun, 09 Aug 2026 19:54:20 UTC | Transfer | [0] 0x000000000000…012c0373 [1] 0x000000000000…43e40951 data: 0x000000000000000000…8bc47e4b |
| 0x4d0b67…c0fbb5 | 8 days agoSun, 09 Aug 2026 19:54:14 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…ca781b57 data: 0x000000000000000000…a5fb0917 |
| 0x4d0b67…c0fbb5 | 8 days agoSun, 09 Aug 2026 19:54:14 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…a5fb0917 |
| 0xa9898e…61e5bd | 8 days agoSun, 09 Aug 2026 19:54:00 UTC | Approval | [0] 0x000000000000…94b5cd69 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xdca662…3f29f5 | 8 days agoSun, 09 Aug 2026 19:53:58 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a9882293 data: 0x000000000000000000…84608c68 |
| 0xdca662…3f29f5 | 8 days agoSun, 09 Aug 2026 19:53:58 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…84608c68 |
| 0xbe3be7…7fb4bf | 8 days agoSun, 09 Aug 2026 19:53:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…de9f8ace data: 0x000000000000000000…85379c6a |
| 0xbe3be7…7fb4bf | 8 days agoSun, 09 Aug 2026 19:53:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…85379c6a |
| 0x531f16…ec1a0f | 8 days agoSun, 09 Aug 2026 19:53:42 UTC | Transfer | [0] 0x000000000000…8c6173c0 [1] 0x000000000000…43e40951 data: 0x000000000000000000…0ffb4157 |
| 0x892455…ec295c | 8 days agoSun, 09 Aug 2026 19:53:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…2651375a data: 0x000000000000000000…508541df |
| 0x892455…ec295c | 8 days agoSun, 09 Aug 2026 19:53:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…508541df |
| 0xb917ea…a8598e | 8 days agoSun, 09 Aug 2026 19:53:28 UTC | Transfer | [0] 0x000000000000…649bd843 [1] 0x000000000000…43e40951 data: 0x000000000000000000…78714518 |
| 0x20bc91…5dd69a | 8 days agoSun, 09 Aug 2026 19:53:22 UTC | Approval | [0] 0x000000000000…649bd843 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x1f29ad…6ee1d9 | 8 days agoSun, 09 Aug 2026 19:53:18 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…276b99ee data: 0x000000000000000000…c49ba063 |
| 0x1f29ad…6ee1d9 | 8 days agoSun, 09 Aug 2026 19:53:18 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…c49ba063 |
| 0x8229fd…f425c7 | 8 days agoSun, 09 Aug 2026 19:53:06 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a3fdd683 data: 0x000000000000000000…b2ff8d30 |
| 0x8229fd…f425c7 | 8 days agoSun, 09 Aug 2026 19:53:06 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…b2ff8d30 |
| 0x939ad4…eb603c | 8 days agoSun, 09 Aug 2026 19:53:05 UTC | Transfer | [0] 0x000000000000…714c828d [1] 0x000000000000…43e40951 data: 0x000000000000000000…ddf6e0ac |
| 0x284332…d911b4 | 8 days agoSun, 09 Aug 2026 19:53:04 UTC | Approval | [0] 0x000000000000…714c828d [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0x81c628…8135c5 | 8 days agoSun, 09 Aug 2026 19:52:52 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…746603ff data: 0x000000000000000000…0b29bd4a |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 32,196,786 | 8 days agoSun, 09 Aug 2026 19:43:52 UTC | 0xc4110b…869775 | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x16de…2a78 | 0 ETH |
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xa9898e…61e5bd | Approve | 32,202,855 | 8 days agoSun, 09 Aug 2026 19:54:00 UTC | 0x3c85…cd69 | IN | Magic Intelligence | $0.000 ETH | 0.00000135 | |
| 0x20bc91…5dd69a | Approve | 32,202,473 | 8 days agoSun, 09 Aug 2026 19:53:22 UTC | 0xafb8…d843 | IN | Magic Intelligence | $0.000 ETH | 0.00000136 | |
| 0x284332…d911b4 | Approve | 32,202,298 | 8 days agoSun, 09 Aug 2026 19:53:04 UTC | 0x5fbc…828d | IN | Magic Intelligence | $0.000 ETH | 0.00000135 | |
| 0x973b19…ad6d21 | Approve | 32,201,600 | 8 days agoSun, 09 Aug 2026 19:51:54 UTC | 0x1e74…400a | IN | Magic Intelligence | $0.000 ETH | 0.00000134 | |
| 0xa2162b…957414 | Approve | 32,201,122 | 8 days agoSun, 09 Aug 2026 19:51:06 UTC | 0xfc8c…eafd | IN | Magic Intelligence | $0.000 ETH | 0.00000135 | |
| 0xb2f966…5885f2 | Approve | 32,201,017 | 8 days agoSun, 09 Aug 2026 19:50:56 UTC | 0xb5e9…7eee | IN | Magic Intelligence | $0.000 ETH | 0.00000133 | |
| 0xe9a0cd…0bf4be | Approve | 32,200,904 | 8 days agoSun, 09 Aug 2026 19:50:44 UTC | 0x1b1d…ee39 | IN | Magic Intelligence | $0.000 ETH | 0.00000135 | |
| 0xa70d87…8ee0c6 | Approve | 32,200,750 | 8 days agoSun, 09 Aug 2026 19:50:29 UTC | 0x0122…4c23 | IN | Magic Intelligence | $0.000 ETH | 0.00000133 | |
| 0xf29886…442823 | Approve | 32,200,402 | 8 days agoSun, 09 Aug 2026 19:49:54 UTC | 0x6d23…3bd7 | IN | Magic Intelligence | $0.000 ETH | 0.00000133 | |
| 0xca3595…09427e | Approve | 32,199,985 | 8 days agoSun, 09 Aug 2026 19:49:12 UTC | 0x3ad9…0f0c | IN | Magic Intelligence | $0.000 ETH | 0.00000133 | |
| 0xcb57b7…099eae | Approve | 32,199,872 | 8 days agoSun, 09 Aug 2026 19:49:01 UTC | 0x165a…1b57 | IN | Magic Intelligence | $0.000 ETH | 0.00000136 | |
| 0xa09291…2e3fda | Approve | 32,199,699 | 8 days agoSun, 09 Aug 2026 19:48:43 UTC | 0xfc72…0373 | IN | Magic Intelligence | $0.000 ETH | 0.00000134 | |
| 0x601001…eb3156 | Approve | 32,199,612 | 8 days agoSun, 09 Aug 2026 19:48:34 UTC | 0xc010…e002 | IN | Magic Intelligence | $0.000 ETH | 0.00000134 | |
| 0x085d66…04d343 | Approve | 32,199,550 | 8 days agoSun, 09 Aug 2026 19:48:28 UTC | 0x2606…a76e | IN | Magic Intelligence | $0.000 ETH | 0.00000133 | |
| 0x8e465e…4cb1f6 | Approve | 32,199,256 | 8 days agoSun, 09 Aug 2026 19:47:58 UTC | 0xca63…2219 | IN | Magic Intelligence | $0.000 ETH | 0.00000135 | |
| 0xe09adf…4e7f5c | Approve | 32,199,175 | 8 days agoSun, 09 Aug 2026 19:47:52 UTC | 0xe12d…d592 | IN | Magic Intelligence | $0.000 ETH | 0.00000137 | |
| 0x33b23a…e3f850 | Approve | 32,199,107 | 8 days agoSun, 09 Aug 2026 19:47:45 UTC | 0xee03…03af | IN | Magic Intelligence | $0.000 ETH | 0.00000138 | |
| 0x8ca3ba…fa1d98 | Approve | 32,198,732 | 8 days agoSun, 09 Aug 2026 19:47:08 UTC | 0x2857…99ee | IN | Magic Intelligence | $0.000 ETH | 0.00000136 | |
| 0x2a2774…8fdc09 | Approve | 32,198,691 | 8 days agoSun, 09 Aug 2026 19:47:04 UTC | 0x49c1…cf2c | IN | Magic Intelligence | $0.000 ETH | 0.00000137 | |
| 0x9d4058…1b7819 | Approve | 32,198,590 | 8 days agoSun, 09 Aug 2026 19:46:53 UTC | 0x8d5d…375a | IN | Magic Intelligence | $0.000 ETH | 0.00000138 | |
| 0x64b715…ff3c86 | Approve | 32,198,407 | 8 days agoSun, 09 Aug 2026 19:46:35 UTC | 0xbd90…73c0 | IN | Magic Intelligence | $0.000 ETH | 0.00000137 | |
| 0x8ba8d2…4dc96d | Approve | 32,198,371 | 8 days agoSun, 09 Aug 2026 19:46:31 UTC | 0xd103…8b4f | IN | Magic Intelligence | $0.000 ETH | 0.00000139 | |
| 0x629782…571efd | Approve | 32,198,312 | 8 days agoSun, 09 Aug 2026 19:46:25 UTC | 0xf472…5b90 | IN | Magic Intelligence | $0.000 ETH | 0.00000137 | |
| 0x3b2d76…d9a5c9 | Approve | 32,198,140 | 8 days agoSun, 09 Aug 2026 19:46:08 UTC | 0x3cb2…c443 | IN | Magic Intelligence | $0.000 ETH | 0.00000136 | |
| 0x4633b5…e7234a | Approve | 32,198,083 | 8 days agoSun, 09 Aug 2026 19:46:02 UTC | 0x9a61…4abd | IN | Magic Intelligence | $0.000 ETH | 0.00000138 |