0x6f43a672D8024ba624651a5c2e63D129783dAd1F
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- APPLE
- Compilation Target
- APPLE.sol:APPLE
- Language
Solidity
- Compiler
- solc 0.8.1+commit.df193b15
- EVM Version
- default
- Verified At
- 2026-02-06 11:47:30 UTC
- Deployer
- 0x41515a61d25F2F2E16084E79Bb06824bB6d7D0Bf
- Deployment Transaction
- 0xe2f44da132e20950294fd693ca2e264e339b7e93ab3ab1393aa47f10dbd9e5f2
- Block Number
- 14842790
- Transaction Index
- 193
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: QmcvqmweGbktaPYZrtpANFhLEGGYkUfNiWMj6GhmdNuQYC
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 25540 | 54 | Original (recompiled):0xa2646970667358221220d8c5e083693efabacbbd8e9ea0e728f4c6b038c929a16b1f74657c0dad57823d64736f6c63430008010033 Transformed (onchain):0xa264697066735822122093326db4c60c592a130c9c7446f9ddcd2680334aaecc8fb38f8152b9477e62fa64736f6c63430008010033 |
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: QmcvqmweGbktaPYZrtpANFhLEGGYkUfNiWMj6GhmdNuQYC
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 23021 | 54 | Original (recompiled):0xa2646970667358221220d8c5e083693efabacbbd8e9ea0e728f4c6b038c929a16b1f74657c0dad57823d64736f6c63430008010033 Transformed (onchain):0xa264697066735822122093326db4c60c592a130c9c7446f9ddcd2680334aaecc8fb38f8152b9477e62fa64736f6c63430008010033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 20 | _owner | address | APPLE.sol:APPLE |
| 1 | 0 | 32 | _roles | mapping(bytes32 ⇒ struct AccessControl.RoleData) | APPLE.sol:APPLE |
| 2 | 0 | 32 | _balances | mapping(address ⇒ uint256) | APPLE.sol:APPLE |
| 3 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | APPLE.sol:APPLE |
| 4 | 0 | 32 | _totalSupply | uint256 | APPLE.sol:APPLE |
| 5 | 0 | 32 | _name | string | APPLE.sol:APPLE |
| 6 | 0 | 32 | _symbol | string | APPLE.sol:APPLE |
| 7 | 0 | 32 | holders | address[] | APPLE.sol:APPLE |
| 8 | 0 | 32 | holderIndexes | mapping(address ⇒ uint256) | APPLE.sol:APPLE |
| 9 | 0 | 32 | totalStaked | uint256 | APPLE.sol:APPLE |
| 10 | 0 | 32 | _balances | mapping(address ⇒ uint256) | APPLE.sol:APPLE |
| 11 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | APPLE.sol:APPLE |
| 12 | 0 | 32 | staked | mapping(address ⇒ struct APPLE.Staked) | APPLE.sol:APPLE |
| 13 | 0 | 32 | isBlacklisted | mapping(address ⇒ bool) | APPLE.sol:APPLE |
| 14 | 0 | 32 | isStakingContract | mapping(address ⇒ bool) | APPLE.sol:APPLE |
| 15 | 0 | 32 | _tTotal | uint256 | APPLE.sol:APPLE |
| 16 | 0 | 32 | _isExcludedFromFee | mapping(address ⇒ bool) | APPLE.sol:APPLE |
| 17 | 0 | 32 | _includeSwapFee | mapping(address ⇒ bool) | APPLE.sol:APPLE |
| 18 | 0 | 32 | pairs | mapping(uint256 ⇒ address) | APPLE.sol:APPLE |
| 19 | 0 | 32 | tokens | mapping(uint256 ⇒ address) | APPLE.sol:APPLE |
| 20 | 0 | 32 | pairsLength | uint256 | APPLE.sol:APPLE |
| 21 | 0 | 32 | _isPairAddress | mapping(address ⇒ bool) | APPLE.sol:APPLE |
| 22 | 0 | 128 | _defaultFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 26 | 0 | 128 | _defaultSellFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 30 | 0 | 128 | _previousFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 34 | 0 | 128 | _emptyFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 38 | 0 | 128 | _sellFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 42 | 0 | 128 | _outsideBuyFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 46 | 0 | 128 | _outsideSellFees | struct APPLE.Fees | APPLE.sol:APPLE |
| 50 | 0 | 224 | _buyback | struct APPLE.Settings | APPLE.sol:APPLE |
| 57 | 0 | 20 | pyeSwapRouter | contract IPYESwapRouter | APPLE.sol:APPLE |
| 58 | 0 | 20 | pyeSwapPair | address | APPLE.sol:APPLE |
| 59 | 0 | 20 | WETH | address | APPLE.sol:APPLE |
| 59 | 20 | 1 | swapEnabled | bool | APPLE.sol:APPLE |
| 59 | 21 | 1 | inSwap | bool | APPLE.sol:APPLE |
| 60 | 0 | 32 | delegates | mapping(address ⇒ address) | APPLE.sol:APPLE |
| 61 | 0 | 32 | checkpoints | mapping(address ⇒ mapping(uint32 ⇒ struct APPLE.Checkpoint)) | APPLE.sol:APPLE |
| 62 | 0 | 32 | numCheckpoints | mapping(address ⇒ uint32) | APPLE.sol:APPLE |
| 63 | 0 | 32 | nonces | mapping(address ⇒ uint256) | APPLE.sol:APPLE |
| 64 | 0 | 32 | _currentSnapshotId | struct Counters.Counter | APPLE.sol:APPLE |
| 65 | 0 | 32 | _accountBalanceSnapshots | mapping(address ⇒ struct APPLE.Snapshots) | APPLE.sol:APPLE |
| 66 | 0 | 64 | _totalSupplySnapshots | struct APPLE.Snapshots | APPLE.sol:APPLE |
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...