0xebD3619642d78F0C98c84f6Fa9a678653fB5A99B
on BNB Smart Chain Mainnet (56)
- Contract Name
- ASX
- Compilation Target
- contracts/ASX.sol:ASX
- Language
Solidity
- Compiler
- solc 0.8.19+commit.7dd6d404
- EVM Version
- default
- Verified At
- 2026-06-01 15:09:31 UTC
- Deployer
- 0xb4252E282D36e9D0A436F956250559B452195404
- Deployment Transaction
- 0x45d93e856845515304a450e4095e8f7a8802e47e98feb8757254c4a7855392d2
- Block Number
- 33344678
- Transaction Index
- 132
Read/Write Contract on:
Loading contract data...
Source Code
Loading contract data...
Compiler Settings
Loading contract data...
Contract Metadata
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
Loading contract data...
CBOR Auxdata id: 2
Loading contract data...
CBOR Auxdata id: 3
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 20269 | 54 | Original (recompiled):0xa264697066735822122084a11f75b1d524bd69417b29888adb2157fd2ffb53b3369ad9d50194a5aa545d64736f6c63430008130033 Transformed (onchain):0xa26469706673582212209f3516ac419bd7073251b3faafa8cf309d3e9735209d1171f4dae823d79f2d7464736f6c63430008130033 |
| 28620 | 54 | Original (recompiled):0xa264697066735822122060b97fbc675e2650fccc66eca26ef712ad636fec3d9ec71bf38a1370e77dc36b64736f6c63430008130033 Transformed (onchain):0xa264697066735822122058c0c56756c4f412e3141f9268735e08393e3ee9c48ced51790e412c4d2082a464736f6c63430008130033 |
| 29265 | 54 | Original (recompiled):0xa2646970667358221220a8b7af2e1ab321aaa2c17cd4e670243c78d1538b22f652fd781c3a2d556ff71164736f6c63430008130033 Transformed (onchain):0xa2646970667358221220e53d0eb7d21b81546afae90657c367ad08e911c4b11f4becb5e0616b02beb08864736f6c63430008130033 |
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
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 16861 | 54 | Original (recompiled):0xa264697066735822122084a11f75b1d524bd69417b29888adb2157fd2ffb53b3369ad9d50194a5aa545d64736f6c63430008130033 Transformed (onchain):0xa26469706673582212209f3516ac419bd7073251b3faafa8cf309d3e9735209d1171f4dae823d79f2d7464736f6c63430008130033 |
Storage Layout
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _balances | mapping(address ⇒ uint256) | contracts/ASX.sol:ASX |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | contracts/ASX.sol:ASX |
| 2 | 0 | 32 | _totalSupply | uint256 | contracts/ASX.sol:ASX |
| 3 | 0 | 32 | _name | string | contracts/ASX.sol:ASX |
| 4 | 0 | 32 | _symbol | string | contracts/ASX.sol:ASX |
| 5 | 0 | 20 | _owner | address | contracts/ASX.sol:ASX |
| 6 | 0 | 20 | _pendingOwner | address | contracts/ASX.sol:ASX |
| 7 | 0 | 20 | uniswapV2Router | contract IUniswapV2Router02 | contracts/ASX.sol:ASX |
| 7 | 20 | 1 | swapping | bool | contracts/ASX.sol:ASX |
| 8 | 0 | 20 | dividendTracker | contract DividendTracker | contracts/ASX.sol:ASX |
| 9 | 0 | 20 | marketingWallet | address | contracts/ASX.sol:ASX |
| 10 | 0 | 20 | liquidityWallet | address | contracts/ASX.sol:ASX |
| 11 | 0 | 20 | RewardToken | address | contracts/ASX.sol:ASX |
| 12 | 0 | 32 | swapTokensAtAmount | uint256 | contracts/ASX.sol:ASX |
| 13 | 0 | 32 | RewardTokenFee | uint256 | contracts/ASX.sol:ASX |
| 14 | 0 | 32 | liquidityFee | uint256 | contracts/ASX.sol:ASX |
| 15 | 0 | 32 | marketingFee | uint256 | contracts/ASX.sol:ASX |
| 16 | 0 | 32 | totalFees | uint256 | contracts/ASX.sol:ASX |
| 17 | 0 | 1 | swapEnabled | bool | contracts/ASX.sol:ASX |
| 17 | 1 | 1 | taxEnabled | bool | contracts/ASX.sol:ASX |
| 17 | 2 | 1 | useEthPair | bool | contracts/ASX.sol:ASX |
| 17 | 3 | 20 | tokenStorage | contract ASXTokenStorage | contracts/ASX.sol:ASX |
| 18 | 0 | 32 | gasForProcessing | uint256 | contracts/ASX.sol:ASX |
| 19 | 0 | 32 | _isExcludedFromFees | mapping(address ⇒ bool) | contracts/ASX.sol:ASX |
| 20 | 0 | 32 | automatedMarketMakerPairs | mapping(address ⇒ bool) | contracts/ASX.sol:ASX |
| 21 | 0 | 20 | babt | contract IERC721 | contracts/ASX.sol:ASX |
| 22 | 0 | 32 | whitelisted | mapping(address ⇒ bool) | contracts/ASX.sol:ASX |
| 23 | 0 | 1 | checkWhitelist | bool | contracts/ASX.sol:ASX |
Transient Storage Layout
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.