0x4b0E5396203A38992b9271CeC1C98a6607110AB6
on Ethereum Mainnet (1)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- NatureProtocol
- Compilation Target
- NatureProtocol.sol:NatureProtocol
- Language
Solidity
- Compiler
- solc 0.8.17+commit.8df45f5f
- EVM Version
- default
- Verified At
- 2025-06-22 02:32:51 UTC
- Deployer
- 0xdA5299C5714735fC96Cb335CB42abB263A1Fe91F
- Deployment Transaction
- 0x8ba28ffd4d7a387a88e8b21b0b193e29bbfb72aad06f7e69234e938cc5062c0b
- Block Number
- 16734307
- Transaction Index
- 16
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: QmTqGiLkQAWCpwwvu2ExVjF3o88H7aEtcCw8nHXDL8zweo
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 11501 | 54 | Original (recompiled):0xa2646970667358221220519f683da0d044fcdb7f22dcecfcd94e17d29400042f6f28f234347818fa3b6064736f6c63430008110033 Transformed (onchain):0xa26469706673582212205a0670ae43374484cf70dda9ad0403650e1dbe1e9265326605e26a4a14380ef964736f6c63430008110033 |
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: QmTqGiLkQAWCpwwvu2ExVjF3o88H7aEtcCw8nHXDL8zweo
Loading contract data...
Transformations
Immutable Transformations
| ID | Value | Offsets |
|---|---|---|
| 1379 | 0x0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d | 1958, 7048, 7233, 7329, 7452, 7544 |
| 1381 | 0x000000000000000000000000c2d668f9dbe853868139f074868ad160615210b4 | 976, 3530 |
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 8789 | 54 | Original (recompiled):0xa2646970667358221220519f683da0d044fcdb7f22dcecfcd94e17d29400042f6f28f234347818fa3b6064736f6c63430008110033 Transformed (onchain):0xa26469706673582212205a0670ae43374484cf70dda9ad0403650e1dbe1e9265326605e26a4a14380ef964736f6c63430008110033 |
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) | NatureProtocol.sol:NatureProtocol |
| 1 | 0 | 32 | _allowances | mapping(address ⇒ mapping(address ⇒ uint256)) | NatureProtocol.sol:NatureProtocol |
| 2 | 0 | 32 | _totalSupply | uint256 | NatureProtocol.sol:NatureProtocol |
| 3 | 0 | 32 | _name | string | NatureProtocol.sol:NatureProtocol |
| 4 | 0 | 32 | _symbol | string | NatureProtocol.sol:NatureProtocol |
| 5 | 0 | 20 | _owner | address | NatureProtocol.sol:NatureProtocol |
| 6 | 0 | 20 | developmentWallet | address | NatureProtocol.sol:NatureProtocol |
| 7 | 0 | 20 | marketingWallet | address | NatureProtocol.sol:NatureProtocol |
| 8 | 0 | 32 | maxBuyAmount | uint256 | NatureProtocol.sol:NatureProtocol |
| 9 | 0 | 32 | maxSellAmount | uint256 | NatureProtocol.sol:NatureProtocol |
| 10 | 0 | 32 | maxWalletAmount | uint256 | NatureProtocol.sol:NatureProtocol |
| 11 | 0 | 32 | thresholdSwapAmount | uint256 | NatureProtocol.sol:NatureProtocol |
| 12 | 0 | 1 | isTrading | bool | NatureProtocol.sol:NatureProtocol |
| 12 | 1 | 1 | swapEnabled | bool | NatureProtocol.sol:NatureProtocol |
| 12 | 2 | 1 | isSwapping | bool | NatureProtocol.sol:NatureProtocol |
| 13 | 0 | 256 | _fees | struct NatureProtocol.Fees | NatureProtocol.sol:NatureProtocol |
| 21 | 0 | 32 | tokensForMarketing | uint256 | NatureProtocol.sol:NatureProtocol |
| 22 | 0 | 32 | tokensForLiquidity | uint256 | NatureProtocol.sol:NatureProtocol |
| 23 | 0 | 32 | tokensForDevelopment | uint256 | NatureProtocol.sol:NatureProtocol |
| 24 | 0 | 32 | taxTill | uint256 | NatureProtocol.sol:NatureProtocol |
| 25 | 0 | 32 | _isExcludedFromFees | mapping(address ⇒ bool) | NatureProtocol.sol:NatureProtocol |
| 26 | 0 | 32 | _isExcludedMaxTransactionAmount | mapping(address ⇒ bool) | NatureProtocol.sol:NatureProtocol |
| 27 | 0 | 32 | _isExcludedMaxWalletAmount | mapping(address ⇒ bool) | NatureProtocol.sol:NatureProtocol |
| 28 | 0 | 32 | marketPair | mapping(address ⇒ bool) | NatureProtocol.sol:NatureProtocol |
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...