0x44b9690aF9843CAf13B5a95f2BA0C8FA1F4be696
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:12:05 UTC
- Deployer
- 0x1f030dc23e4240a3EcCBf6b12C38c291f79B56F3
- Deployment Transaction
- 0x36c1c3515bf8c43df81f867ef045fbde0361cfda376ef5ff9b858584d460cc1c
- Block Number
- 25990806
- 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 |
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...