0x9a303D1FA3EC26959fADc4D3eA78895942049120
on BNB Smart Chain Mainnet (56)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- CoinToken
- Compilation Target
- CoinToken.sol:CoinToken
- Language
Solidity
- Compiler
- solc 0.8.11+commit.d7f03943
- EVM Version
- default
- Verified At
- 2026-07-17 17:42:10 UTC
- Deployer
- 0x1686A5A8E6fe3c11C1f0503A9932288B94b1C63C
- Deployment Transaction
- 0xc780d55abf5cf0fa429a091f4fdab8dbb7cf883a8b448a31f4c6e830a2056eb4
- Block Number
- 17176086
- Transaction Index
- 47
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: QmPVdSMvMjwnMG6QkJmBAvXCQwcwa5LAFK2HzUusXkAGX2
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 14436 | 54 | Original (recompiled):0xa2646970667358221220112879ff7e06e42469271e23fc10c469b053f7e6b8d3a93c6c9e92cb2cf2394164736f6c634300080b0033 Transformed (onchain):0xa2646970667358221220d967b31e68e1e09eb525018c27c3171ab34e6f3b0a34a6a6627e801c860e9f3d64736f6c634300080b0033 |
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: QmPVdSMvMjwnMG6QkJmBAvXCQwcwa5LAFK2HzUusXkAGX2
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 11163 | 54 | Original (recompiled):0xa2646970667358221220112879ff7e06e42469271e23fc10c469b053f7e6b8d3a93c6c9e92cb2cf2394164736f6c634300080b0033 Transformed (onchain):0xa2646970667358221220d967b31e68e1e09eb525018c27c3171ab34e6f3b0a34a6a6627e801c860e9f3d64736f6c634300080b0033 |
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) | CoinToken.sol:CoinToken |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | CoinToken.sol:CoinToken |
| 2 | 0 | 32 | _totalSupply | uint256 | CoinToken.sol:CoinToken |
| 3 | 0 | 32 | _name | string | CoinToken.sol:CoinToken |
| 4 | 0 | 32 | _symbol | string | CoinToken.sol:CoinToken |
| 5 | 0 | 20 | _owner | address | CoinToken.sol:CoinToken |
| 5 | 20 | 1 | _paused | bool | CoinToken.sol:CoinToken |
| 6 | 0 | 32 | initialSupply | uint256 | CoinToken.sol:CoinToken |
| 7 | 0 | 32 | denominator | uint256 | CoinToken.sol:CoinToken |
| 8 | 0 | 32 | swapThreshold | uint256 | CoinToken.sol:CoinToken |
| 9 | 0 | 32 | devTaxBuy | uint256 | CoinToken.sol:CoinToken |
| 10 | 0 | 32 | marketingTaxBuy | uint256 | CoinToken.sol:CoinToken |
| 11 | 0 | 32 | liquidityTaxBuy | uint256 | CoinToken.sol:CoinToken |
| 12 | 0 | 32 | charityTaxBuy | uint256 | CoinToken.sol:CoinToken |
| 13 | 0 | 32 | devTaxSell | uint256 | CoinToken.sol:CoinToken |
| 14 | 0 | 32 | marketingTaxSell | uint256 | CoinToken.sol:CoinToken |
| 15 | 0 | 32 | liquidityTaxSell | uint256 | CoinToken.sol:CoinToken |
| 16 | 0 | 32 | charityTaxSell | uint256 | CoinToken.sol:CoinToken |
| 17 | 0 | 20 | devTaxWallet | address | CoinToken.sol:CoinToken |
| 18 | 0 | 20 | marketingTaxWallet | address | CoinToken.sol:CoinToken |
| 19 | 0 | 20 | liquidityTaxWallet | address | CoinToken.sol:CoinToken |
| 20 | 0 | 20 | charityTaxWallet | address | CoinToken.sol:CoinToken |
| 21 | 0 | 32 | blacklist | mapping(address ⇒ bool) | CoinToken.sol:CoinToken |
| 22 | 0 | 32 | excludeList | mapping(address ⇒ bool) | CoinToken.sol:CoinToken |
| 23 | 0 | 32 | buyTaxes | mapping(string ⇒ uint256) | CoinToken.sol:CoinToken |
| 24 | 0 | 32 | sellTaxes | mapping(string ⇒ uint256) | CoinToken.sol:CoinToken |
| 25 | 0 | 32 | taxWallets | mapping(string ⇒ address) | CoinToken.sol:CoinToken |
| 26 | 0 | 1 | taxStatus | bool | CoinToken.sol:CoinToken |
| 26 | 1 | 20 | uniswapV2Router02 | contract IUniswapV2Router02 | CoinToken.sol:CoinToken |
| 27 | 0 | 20 | uniswapV2Factory | contract IUniswapV2Factory | CoinToken.sol:CoinToken |
| 28 | 0 | 20 | uniswapV2Pair | contract IUniswapV2Pair | CoinToken.sol:CoinToken |
| 29 | 0 | 32 | marketingTokens | uint256 | CoinToken.sol:CoinToken |
| 30 | 0 | 32 | devTokens | uint256 | CoinToken.sol:CoinToken |
| 31 | 0 | 32 | liquidityTokens | uint256 | CoinToken.sol:CoinToken |
| 32 | 0 | 32 | charityTokens | uint256 | CoinToken.sol:CoinToken |
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...