0x03315EC191C834cbcf88068e24408033f0e3BF4a
on PulseChain (369)
Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- nft_presale
- Compilation Target
- nft_presale.sol:nft_presale
- Language
Solidity
- Compiler
- solc 0.8.7+commit.e28d00a7
- EVM Version
- london
- Verified At
- 2026-02-03 04:20:59 UTC
- Deployer
- 0x9f636dBBf5bC444CcBfcd07681D70E2Ce3454bD3
- Deployment Transaction
- 0xd1e0a838589f5ab37b4330c10e4d729a98b7f9791ecbe63130a5af7b6ef019a3
- Block Number
- 14488866
- Transaction Index
- 300
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: QmTJVLZn2E7SjHKf51PZtK5SSN8pMEv7KHFc6K7k1Pwt7g
Loading contract data...
Transformations
Loading contract data...
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 12442 | 54 | Original (recompiled):0xa264697066735822122049bcad3f4f3662acd0cc4648bbdffe441b8d6eec3f3ad4f2cb2beb57e7493f3f64736f6c63430008070033 Transformed (onchain):0xa2646970667358221220f522aaf45a65b644444e0b8f11a53e10ba3d0814dba7d1b2d6163d699199c2c064736f6c63430008070033 |
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: QmTJVLZn2E7SjHKf51PZtK5SSN8pMEv7KHFc6K7k1Pwt7g
Loading contract data...
Transformations
CBOR Auxdata Transformations
| Byte Offsets | Length (bytes) | Values |
|---|---|---|
| 11276 | 54 | Original (recompiled):0xa264697066735822122049bcad3f4f3662acd0cc4648bbdffe441b8d6eec3f3ad4f2cb2beb57e7493f3f64736f6c63430008070033 Transformed (onchain):0xa2646970667358221220f522aaf45a65b644444e0b8f11a53e10ba3d0814dba7d1b2d6163d699199c2c064736f6c63430008070033 |
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 32 | _name | string | nft_presale.sol:nft_presale |
| 1 | 0 | 32 | _symbol | string | nft_presale.sol:nft_presale |
| 2 | 0 | 32 | _owners | mapping(uint256 ⇒ address) | nft_presale.sol:nft_presale |
| 3 | 0 | 32 | _balances | mapping(address ⇒ uint256) | nft_presale.sol:nft_presale |
| 4 | 0 | 32 | _tokenApprovals | mapping(uint256 ⇒ address) | nft_presale.sol:nft_presale |
| 5 | 0 | 32 | _operatorApprovals | mapping(address ⇒ mapping(address ⇒ bool)) | nft_presale.sol:nft_presale |
| 6 | 0 | 32 | _ownedTokens | mapping(address ⇒ mapping(uint256 ⇒ uint256)) | nft_presale.sol:nft_presale |
| 7 | 0 | 32 | _ownedTokensIndex | mapping(uint256 ⇒ uint256) | nft_presale.sol:nft_presale |
| 8 | 0 | 32 | _allTokens | uint256[] | nft_presale.sol:nft_presale |
| 9 | 0 | 32 | _allTokensIndex | mapping(uint256 ⇒ uint256) | nft_presale.sol:nft_presale |
| 10 | 0 | 20 | _owner | address | nft_presale.sol:nft_presale |
| 11 | 0 | 32 | baseURI | string | nft_presale.sol:nft_presale |
| 12 | 0 | 32 | baseExtension | string | nft_presale.sol:nft_presale |
| 13 | 0 | 32 | notRevealedUri | string | nft_presale.sol:nft_presale |
| 14 | 0 | 32 | cost | uint256 | nft_presale.sol:nft_presale |
| 15 | 0 | 32 | maxSupply | uint256 | nft_presale.sol:nft_presale |
| 16 | 0 | 32 | maxMintAmount | uint256 | nft_presale.sol:nft_presale |
| 17 | 0 | 32 | waveMaxAmount | uint256 | nft_presale.sol:nft_presale |
| 18 | 0 | 32 | waveMintCounter | uint256 | nft_presale.sol:nft_presale |
| 19 | 0 | 32 | nftPerAddressLimit | uint256 | nft_presale.sol:nft_presale |
| 20 | 0 | 1 | paused | bool | nft_presale.sol:nft_presale |
| 20 | 1 | 1 | revealed | bool | nft_presale.sol:nft_presale |
| 20 | 2 | 1 | presaleMode | bool | nft_presale.sol:nft_presale |
| 21 | 0 | 32 | whitelistedAdresses | address[] | nft_presale.sol:nft_presale |
| 22 | 0 | 32 | addressesMintCount | mapping(address ⇒ uint256) | nft_presale.sol:nft_presale |
| 23 | 0 | 32 | addressesWithSpecificMintAmount | mapping(address ⇒ uint256) | nft_presale.sol:nft_presale |
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...