0xe4EAf77eda2F3f5DB22D4FF1771cF87366e0a5a2
on PulseChain (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- TokenTax
- Compilation Target
- contracts/Tokens/TokenFactoryTaxF.sol:TokenTax
- Language
Solidity
- Compiler
- solc 0.8.20+commit.a1b79de6
- EVM Version
- shanghai
- Verified At
- 2026-03-16 17:23:51 UTC
- Deployer
- 0xA7825DE90F4B5BE7F42eb5839d5B34574c361E51
- Deployment Transaction
- 0x8c76ca6b3ffeafa91aa0cf1e8fcbb0a89186e2e23daf1ccaa5120ca48d133955
- Block Number
- 23955695
- Transaction Index
- 6
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: QmPb93fJfyZbFYdN5ViwBYEb66p86QtcCVd5u8qrWss3N4
Loading contract data...
Transformations
Loading contract data...
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: QmPb93fJfyZbFYdN5ViwBYEb66p86QtcCVd5u8qrWss3N4
Loading contract data...
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) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 2 | 0 | 32 | _totalSupply | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 3 | 0 | 32 | _name | string | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 4 | 0 | 32 | _symbol | string | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 5 | 0 | 20 | _owner | address | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 6 | 0 | 32 | yieldTokens | struct Manager.YieldToken[] | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 7 | 0 | 32 | PRECISION | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 8 | 0 | 32 | reflectionsPerShareAmount | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 9 | 0 | 32 | wethYieldBalance | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 10 | 0 | 20 | helpers | address | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 11 | 0 | 20 | wethAddress | address | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 12 | 0 | 32 | reflectionDebt | mapping(address ⇒ uint256) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 13 | 0 | 32 | isReflectionExcluded | mapping(address ⇒ bool) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 14 | 0 | 32 | userYields | mapping(address ⇒ mapping(address ⇒ struct Manager.UserYield)) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 15 | 0 | 32 | yieldTokenReflectionDebts | mapping(address ⇒ uint256[]) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 16 | 0 | 1 | inSwap | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 17 | 0 | 32 | initialSupply | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 18 | 0 | 20 | smartTrader | address payable | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 19 | 0 | 20 | deployer | address | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 20 | 0 | 20 | factory | address | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 21 | 0 | 32 | routers | address[] | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 22 | 0 | 32 | isTaxExcluded | mapping(address ⇒ bool) | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 23 | 0 | 32 | currentSwapAmount | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 24 | 0 | 32 | accumulatedFee | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 25 | 0 | 1 | shouldAccumulateFee | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 25 | 1 | 1 | reflectionsEnabled | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 25 | 2 | 1 | yieldEnabled | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 25 | 3 | 1 | firstPairInteractionHappened | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 25 | 4 | 1 | processedTaxesInTx | bool | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 26 | 0 | 32 | taxes | struct Helpers.Tax[] | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 27 | 0 | 32 | totalBurned | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 28 | 0 | 32 | totalSupport | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 29 | 0 | 32 | totalReflection | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
| 30 | 0 | 32 | totalYield | uint256 | contracts/Tokens/TokenFactoryTaxF.sol:TokenTax |
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...