// 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 |
|---|---|---|---|
| 0x34da42…efec97 | 12 days agoThu, 06 Aug 2026 07:38:58 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…eb35cfe6 data: 0x000000000000000000…26d755ff |
| 0x34da42…efec97 | 12 days agoThu, 06 Aug 2026 07:38:58 UTC | Approval | [0] 0x000000000000…63da64a2 [1] 0x000000000000…3ac78ba3 data: 0x000000000000000000…26d755ff |
| 0x34da42…efec97 | 12 days agoThu, 06 Aug 2026 07:38:58 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…26d755ff |
| 0x2c6bea…f18cc2 | 12 days agoThu, 06 Aug 2026 07:38:58 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…5c06ce8f data: 0x000000000000000000…9d09f780 |
| 0x2c6bea…f18cc2 | 12 days agoThu, 06 Aug 2026 07:38:58 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9d09f780 |
| 0x318200…b8bdc2 | 12 days agoThu, 06 Aug 2026 07:38:49 UTC | Transfer | [0] 0x000000000000…1e61dd63 [1] 0x000000000000…43e40951 data: 0x000000000000000000…e54e350f |
| 0xd6cb71…a714c0 | 12 days agoThu, 06 Aug 2026 07:38:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…012c0373 data: 0x000000000000000000…6d7cf479 |
| 0xd6cb71…a714c0 | 12 days agoThu, 06 Aug 2026 07:38:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…6d7cf479 |
| 0xc95621…c5170e | 12 days agoThu, 06 Aug 2026 07:38:28 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…dace0f0c data: 0x000000000000000000…9d8fe605 |
| 0xc95621…c5170e | 12 days agoThu, 06 Aug 2026 07:38:28 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…9d8fe605 |
| 0x8b91e9…bff021 | 12 days agoThu, 06 Aug 2026 07:38:24 UTC | Transfer | [0] 0x000000000000…cad2eadf [1] 0x000000000000…43e40951 data: 0x000000000000000000…1402f382 |
| 0x56c3ad…3c98b7 | 12 days agoThu, 06 Aug 2026 07:38:13 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…37755683 data: 0x000000000000000000…01b75b83 |
| 0x56c3ad…3c98b7 | 12 days agoThu, 06 Aug 2026 07:38:13 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…01b75b83 |
| 0xe417e2…ce7a59 | 12 days agoThu, 06 Aug 2026 07:38:05 UTC | Transfer | [0] 0x000000000000…c73df3c2 [1] 0x000000000000…43e40951 data: 0x000000000000000000…7fc6d6d6 |
| 0x32bc4e…30f258 | 12 days agoThu, 06 Aug 2026 07:37:56 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…7a632219 data: 0x000000000000000000…05ce871c |
| 0x32bc4e…30f258 | 12 days agoThu, 06 Aug 2026 07:37:56 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…05ce871c |
| 0x7bcd73…7a36dc | 12 days agoThu, 06 Aug 2026 07:37:48 UTC | Transfer | [0] 0x000000000000…8b97591a [1] 0x000000000000…43e40951 data: 0x000000000000000000…f01a02b8 |
| 0xbdf483…ff42ca | 12 days agoThu, 06 Aug 2026 07:37:42 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…6ef4dafb data: 0x000000000000000000…cd9b5eab |
| 0xbdf483…ff42ca | 12 days agoThu, 06 Aug 2026 07:37:42 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…cd9b5eab |
| 0xd20ef7…ae2bd4 | 12 days agoThu, 06 Aug 2026 07:37:35 UTC | Transfer | [0] 0x000000000000…05b524d1 [1] 0x000000000000…43e40951 data: 0x000000000000000000…fa6fe545 |
| 0xdc4e66…26c3dd | 12 days agoThu, 06 Aug 2026 07:37:29 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…a3fdd683 data: 0x000000000000000000…7afecaa2 |
| 0xdc4e66…26c3dd | 12 days agoThu, 06 Aug 2026 07:37:29 UTC | Transfer | [0] 0x000000000000…43e40951 [1] 0x000000000000…63da64a2 data: 0x000000000000000000…7afecaa2 |
| 0xa345ba…0aaea6 | 12 days agoThu, 06 Aug 2026 07:37:20 UTC | Transfer | [0] 0x000000000000…d6e5c8e8 [1] 0x000000000000…43e40951 data: 0x000000000000000000…65af467b |
| 0x3c96b5…d386d2 | 12 days agoThu, 06 Aug 2026 07:37:19 UTC | Approval | [0] 0x000000000000…d6e5c8e8 [1] 0x000000000000…3ac78ba3 data: 0xffffffffffffffffff…ffffffff |
| 0xd9bb0e…0a6136 | 12 days agoThu, 06 Aug 2026 07:37:15 UTC | Transfer | [0] 0x000000000000…63da64a2 [1] 0x000000000000…2bffd592 data: 0x000000000000000000…71ef2558 |
| 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 | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x3c96b5…d386d2 | Approve | 29,174,438 | 12 days agoThu, 06 Aug 2026 07:37:19 UTC | 0xd0f6…c8e8 | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0xa0ccbe…e61006 | Approve | 29,174,149 | 12 days agoThu, 06 Aug 2026 07:36:50 UTC | 0x1fa6…098d | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0x1a523c…c66fc2 | Approve | 29,173,883 | 12 days agoThu, 06 Aug 2026 07:36:23 UTC | 0xfc8c…eafd | IN | auradog | $0.000 ETH | 0.00000134 | |
| 0xbf7899…d439c4 | Approve | 29,173,733 | 12 days agoThu, 06 Aug 2026 07:36:08 UTC | 0x11b2…433f | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0x25dfb7…995587 | Approve | 29,173,503 | 12 days agoThu, 06 Aug 2026 07:35:45 UTC | 0xbaf6…f35b | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0x6c1d57…c08286 | Approve | 29,173,232 | 12 days agoThu, 06 Aug 2026 07:35:18 UTC | 0xd5bf…fa64 | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0xe5be9e…2eb2ea | Approve | 29,172,703 | 12 days agoThu, 06 Aug 2026 07:34:25 UTC | 0xa3b1…591a | IN | auradog | $0.000 ETH | 0.00000137 | |
| 0x24951f…e98a1d | Approve | 29,172,047 | 12 days agoThu, 06 Aug 2026 07:33:19 UTC | 0xd103…8b4f | IN | auradog | $0.000 ETH | 0.00000133 | |
| 0x9a1ee4…075d21 | Approve | 29,171,704 | 12 days agoThu, 06 Aug 2026 07:32:44 UTC | 0x6054…ec5e | IN | auradog | $0.000 ETH | 0.00000132 | |
| 0xed3d00…887aad | Approve | 29,171,624 | 12 days agoThu, 06 Aug 2026 07:32:36 UTC | 0x4fbc…3cf0 | IN | auradog | $0.000 ETH | 0.00000133 | |
| 0xf3271d…daa968 | Approve | 29,171,567 | 12 days agoThu, 06 Aug 2026 07:32:30 UTC | 0x44af…ce8f | IN | auradog | $0.000 ETH | 0.00000133 | |
| 0xf2c8f6…aefd8a | Approve | 29,171,052 | 12 days agoThu, 06 Aug 2026 07:31:40 UTC | 0xdc4b…ccc0 | IN | auradog | $0.000 ETH | 0.00000134 | |
| 0x1c9e57…65f796 | Approve | 29,170,928 | 12 days agoThu, 06 Aug 2026 07:31:27 UTC | 0xb391…1996 | IN | auradog | $0.000 ETH | 0.00000139 | |
| 0x29c246…1c802c | Approve | 29,170,896 | 12 days agoThu, 06 Aug 2026 07:31:24 UTC | 0x00b4…eadf | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0xa87c30…dbc7dd | Approve | 29,170,695 | 12 days agoThu, 06 Aug 2026 07:31:04 UTC | 0x7cd9…cd61 | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0x892045…194afb | Approve | 29,170,663 | 12 days agoThu, 06 Aug 2026 07:31:01 UTC | 0x9028…8118 | IN | auradog | $0.000 ETH | 0.00000137 | |
| 0x8bb513…7f0d28 | Approve | 29,170,609 | 12 days agoThu, 06 Aug 2026 07:30:55 UTC | 0x4674…c2cc | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0x4868a9…638d50 | Approve | 29,170,560 | 12 days agoThu, 06 Aug 2026 07:30:50 UTC | 0xe3b4…24d1 | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0x95ad0e…3dbee9 | Approve | 29,170,474 | 12 days agoThu, 06 Aug 2026 07:30:42 UTC | 0xd647…e359 | IN | auradog | $0.000 ETH | 0.00000137 | |
| 0x9e9fd2…a802f6 | Approve | 29,170,451 | 12 days agoThu, 06 Aug 2026 07:30:39 UTC | 0xffa0…a120 | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0x6db747…f00d7c | Approve | 29,170,416 | 12 days agoThu, 06 Aug 2026 07:30:36 UTC | 0x8ac1…dd63 | IN | auradog | $0.000 ETH | 0.00000134 | |
| 0x9f5715…7db35a | Approve | 29,170,391 | 12 days agoThu, 06 Aug 2026 07:30:33 UTC | 0x17e4…ea25 | IN | auradog | $0.000 ETH | 0.00000136 | |
| 0xf2c389…4d7840 | Approve | 29,170,360 | 12 days agoThu, 06 Aug 2026 07:30:30 UTC | 0x80ab…d880 | IN | auradog | $0.000 ETH | 0.00000136 | |
| 0x64d667…c9c3f9 | Approve | 29,170,327 | 12 days agoThu, 06 Aug 2026 07:30:27 UTC | 0x8d5d…375a | IN | auradog | $0.000 ETH | 0.00000135 | |
| 0x68bbf1…265e2b | Approve | 29,170,242 | 12 days agoThu, 06 Aug 2026 07:30:18 UTC | 0xca74…b30e | IN | auradog | $0.000 ETH | 0.00000135 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| 29,169,133 | 12 days agoThu, 06 Aug 2026 07:28:27 UTC | 0x175cc5…8de40f | CREATE2 | 0xc1304430 | 0xc411…64a2 | IN | 0x3de6…d2fb | 0 ETH |