0x6A10b32BC072f3f7Cd3Caabb8aEcBC366cf166C3
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- Token
- Compilation Target
- Token.sol:Token
- Language
Solidity
- Compiler
- solc 0.8.9+commit.e5eed63a
- EVM Version
- default
- Verified At
- 2026-03-23 23:11:46 UTC
- Deployer
- 0x4e4dB3d5CDb493BD437683B847e0CD3AbfDc8494
- Deployment Transaction
- 0xf82a52d329dde47e40e9fc6019678255e33c701792efa66856cce2d4490df93c
- Block Number
- 15597132
- Transaction Index
- 163
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading...
Contract Metadata
Loading...
Creation Bytecode
Loading contract data...
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
View on 
Solidity metadata.json IPFS hash: QmUiaPSw1BaUBkkxH2M4CryHKR3RARkL6KaUJUU1C4kbjq
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 23852 | 54 | Original (recompiled):0xa26469706673582212205ec403466ca96c24d07237d402ee9df7cf9e587f7dd3b4deaef8b991039e26c464736f6c63430008090033 Transformed (onchain):0xa264697066735822122054cd98c97042a9dd348cdf8fe6c7186373fd210547e9244c2ebd5f0a89d2022c64736f6c63430008090033 |
Runtime Bytecode
Loading contract data...
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1
View on 
Solidity metadata.json IPFS hash: QmUiaPSw1BaUBkkxH2M4CryHKR3RARkL6KaUJUU1C4kbjq
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 1836 | 0x0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d | 3659, 9355, 13629, 13869, 13908 |
| 1838 | 0x0000000000000000000000001824ec44424e726e7ab94902ed1bf3fd79e90a16 | 4524, 6235, 9443 |
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 18730 | 54 | Original (recompiled):0xa26469706673582212205ec403466ca96c24d07237d402ee9df7cf9e587f7dd3b4deaef8b991039e26c464736f6c63430008090033 Transformed (onchain):0xa264697066735822122054cd98c97042a9dd348cdf8fe6c7186373fd210547e9244c2ebd5f0a89d2022c64736f6c63430008090033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _balances | mapping(address ⇒ uint256) | Token.sol:Token |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | Token.sol:Token |
| 2 | 0 | 32 | _totalSupply | uint256 | Token.sol:Token |
| 3 | 0 | 32 | _name | string | Token.sol:Token |
| 4 | 0 | 32 | _symbol | string | Token.sol:Token |
| 5 | 0 | 20 | _owner | address | Token.sol:Token |
| 5 | 20 | 1 | swapping | bool | Token.sol:Token |
| 6 | 0 | 32 | maxTransactionAmount | uint256 | Token.sol:Token |
| 7 | 0 | 32 | swapTokensAtAmount | uint256 | Token.sol:Token |
| 8 | 0 | 32 | maxWallet | uint256 | Token.sol:Token |
| 9 | 0 | 32 | supply | uint256 | Token.sol:Token |
| 10 | 0 | 20 | devWallet | address | Token.sol:Token |
| 10 | 20 | 1 | limitsInEffect | bool | Token.sol:Token |
| 10 | 21 | 1 | tradingActive | bool | Token.sol:Token |
| 10 | 22 | 1 | swapEnabled | bool | Token.sol:Token |
| 11 | 0 | 32 | _holderLastTransferTimestamp | mapping(address ⇒ uint256) | Token.sol:Token |
| 12 | 0 | 1 | transferDelayEnabled | bool | Token.sol:Token |
| 13 | 0 | 32 | buyBurnFee | uint256 | Token.sol:Token |
| 14 | 0 | 32 | buyDevFee | uint256 | Token.sol:Token |
| 15 | 0 | 32 | buyTotalFees | uint256 | Token.sol:Token |
| 16 | 0 | 32 | sellBurnFee | uint256 | Token.sol:Token |
| 17 | 0 | 32 | sellDevFee | uint256 | Token.sol:Token |
| 18 | 0 | 32 | sellTotalFees | uint256 | Token.sol:Token |
| 19 | 0 | 32 | tokensForBurn | uint256 | Token.sol:Token |
| 20 | 0 | 32 | tokensForDev | uint256 | Token.sol:Token |
| 21 | 0 | 32 | walletDigit | uint256 | Token.sol:Token |
| 22 | 0 | 32 | transDigit | uint256 | Token.sol:Token |
| 23 | 0 | 32 | delayDigit | uint256 | Token.sol:Token |
| 24 | 0 | 32 | _isExcludedFromFees | mapping(address ⇒ bool) | Token.sol:Token |
| 25 | 0 | 32 | _isExcludedMaxTransactionAmount | mapping(address ⇒ bool) | Token.sol:Token |
| 26 | 0 | 32 | automatedMarketMakerPairs | mapping(address ⇒ bool) | Token.sol:Token |
Transient Storage Layout
Transient storage layout is only available for Solidity contracts compiled with version ≥ 0.8.27.
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Loading...
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.
Loading...