0x885c99a787BE6b41cbf964174C771A9f7ec48e04
on BNB Smart Chain Mainnet (56)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- PhoenixToken
- Compilation Target
- PhoenixToken.sol:PhoenixToken
- Language
Solidity
- Compiler
- solc 0.8.15+commit.e14f2714
- EVM Version
- default
- Verified At
- 2026-06-03 12:04:50 UTC
- Deployer
- 0xF73CDec6497a643332a88A0cECaC0CAdD1E998B7
- Deployment Transaction
- 0x47fa948fe3cd6731a1965901a236758e9ebe6a3884c7a72b9725055c92b49a07
- Block Number
- 33840548
- Transaction Index
- 29
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: QmaZkbr44bgdjG4ZbdcXFEub2eJyhKfiR9gQkDbt9gAPT4
Loading contract data...
CBOR Auxdata id: 2
View on 
Solidity metadata.json IPFS hash: QmW1ki8o56knbBheGzsSzdKVXifc8SADjWx9AFTzheRH17
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 22876 | 54 | Original (recompiled):0xa2646970667358221220b5a774b05dea1515f33c04ea4765f2444436a70beb923c6a84ab9f5d22abde9764736f6c634300080f0033 Transformed (onchain):0xa26469706673582212205b5b5e4fca9e4f9fae3e9d997341bc0cf65fba4e5fb31c9787ca3ffe079b30f464736f6c634300080f0033 |
| 35405 | 54 | Original (recompiled):0xa264697066735822122072063eac50937ca3764135be9947c3ce82046ae6ef228920af60ca83efc2df9664736f6c634300080f0033 Transformed (onchain):0xa26469706673582212206c090350b092d1cd631db5eecd540be8141e367ad229b87d818cb1aca607a52b64736f6c634300080f0033 |
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: QmaZkbr44bgdjG4ZbdcXFEub2eJyhKfiR9gQkDbt9gAPT4
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 19552 | 54 | Original (recompiled):0xa2646970667358221220b5a774b05dea1515f33c04ea4765f2444436a70beb923c6a84ab9f5d22abde9764736f6c634300080f0033 Transformed (onchain):0xa26469706673582212205b5b5e4fca9e4f9fae3e9d997341bc0cf65fba4e5fb31c9787ca3ffe079b30f464736f6c634300080f0033 |
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) | PhoenixToken.sol:PhoenixToken |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | PhoenixToken.sol:PhoenixToken |
| 2 | 0 | 32 | _totalSupply | uint256 | PhoenixToken.sol:PhoenixToken |
| 3 | 0 | 32 | _name | string | PhoenixToken.sol:PhoenixToken |
| 4 | 0 | 32 | _symbol | string | PhoenixToken.sol:PhoenixToken |
| 5 | 0 | 20 | _owner | address | PhoenixToken.sol:PhoenixToken |
| 6 | 0 | 20 | uniswapV2Router | contract IUniswapV2Router02 | PhoenixToken.sol:PhoenixToken |
| 7 | 0 | 20 | uniswapV2Pair | address | PhoenixToken.sol:PhoenixToken |
| 8 | 0 | 20 | DEAD | address | PhoenixToken.sol:PhoenixToken |
| 8 | 20 | 1 | swapping | bool | PhoenixToken.sol:PhoenixToken |
| 8 | 21 | 1 | stakingEnabled | bool | PhoenixToken.sol:PhoenixToken |
| 8 | 22 | 1 | tradingEnabled | bool | PhoenixToken.sol:PhoenixToken |
| 9 | 0 | 32 | sellAmount | uint256 | PhoenixToken.sol:PhoenixToken |
| 10 | 0 | 32 | buyAmount | uint256 | PhoenixToken.sol:PhoenixToken |
| 11 | 0 | 32 | totalSellFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 12 | 0 | 32 | totalBuyFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 13 | 0 | 20 | dividendTracker | contract PhoenixTokenDividendTracker | PhoenixToken.sol:PhoenixToken |
| 14 | 0 | 20 | marketingWallet | address payable | PhoenixToken.sol:PhoenixToken |
| 15 | 0 | 20 | devWallet | address payable | PhoenixToken.sol:PhoenixToken |
| 16 | 0 | 32 | maxWallet | uint256 | PhoenixToken.sol:PhoenixToken |
| 17 | 0 | 32 | swapTokensAtAmount | uint256 | PhoenixToken.sol:PhoenixToken |
| 18 | 0 | 32 | sellRewardsFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 19 | 0 | 32 | sellDeadFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 20 | 0 | 32 | sellMarketingFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 21 | 0 | 32 | sellLiquidityFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 22 | 0 | 32 | buyDeadFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 23 | 0 | 32 | buyMarketingFees | uint256 | PhoenixToken.sol:PhoenixToken |
| 24 | 0 | 32 | buyLiquidityFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 25 | 0 | 32 | buyRewardsFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 26 | 0 | 32 | buyDevFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 27 | 0 | 32 | sellDevFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 28 | 0 | 32 | transferFee | uint256 | PhoenixToken.sol:PhoenixToken |
| 29 | 0 | 1 | swapAndLiquifyEnabled | bool | PhoenixToken.sol:PhoenixToken |
| 30 | 0 | 32 | gasForProcessing | uint256 | PhoenixToken.sol:PhoenixToken |
| 31 | 0 | 32 | _isExcludedFromFees | mapping(address ⇒ bool) | PhoenixToken.sol:PhoenixToken |
| 32 | 0 | 32 | automatedMarketMakerPairs | mapping(address ⇒ bool) | PhoenixToken.sol:PhoenixToken |
| 33 | 0 | 32 | stakingBonus | mapping(address ⇒ uint256) | PhoenixToken.sol:PhoenixToken |
| 34 | 0 | 32 | stakingUntilDate | mapping(address ⇒ uint256) | PhoenixToken.sol:PhoenixToken |
| 35 | 0 | 32 | stakingAmounts | mapping(uint256 ⇒ uint256) | PhoenixToken.sol:PhoenixToken |
| 36 | 0 | 32 | canTransferBeforeTradingIsEnabled | mapping(address ⇒ bool) | PhoenixToken.sol:PhoenixToken |
| 37 | 0 | 1 | limitsInEffect | bool | PhoenixToken.sol:PhoenixToken |
| 38 | 0 | 32 | gasPriceLimit | uint256 | PhoenixToken.sol:PhoenixToken |
| 39 | 0 | 32 | _holderLastTransferBlock | mapping(address ⇒ uint256) | PhoenixToken.sol:PhoenixToken |
| 40 | 0 | 32 | _holderLastTransferTimestamp | mapping(address ⇒ uint256) | PhoenixToken.sol:PhoenixToken |
| 41 | 0 | 32 | launchblock | uint256 | PhoenixToken.sol:PhoenixToken |
| 42 | 0 | 32 | cooldowntimer | uint256 | PhoenixToken.sol:PhoenixToken |
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...