0xC6b309fdc8f3e0Eb20c0F0691F2a81f2FC8C3e36
on PulseChain (369)
Exact Match
Runtime Bytecode
Creation Bytecode
- Contract Name
- DropERC721
- Compilation Target
- contracts/drop/DropERC721.sol:DropERC721
- Language
Solidity
- Compiler
- solc 0.8.12+commit.f00d7308
- EVM Version
- london
- Verified At
- 2024-08-08 11:02:05 UTC
- Deployer
- 0xdd99b75f095d0c4d5112aCe938e4e6ed962fb024
- Deployment Transaction
- 0xdde51a49c3da7e4dafc798fad2bf51586b0c3bb839e42ed25c59a3dc77b5328e
- Block Number
- 16340124
- Transaction Index
- 62
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: Qmf2cB7s64c6h4jsYm3kBPSLMTs9hb5RK39AxL4wuJiyLU
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: Qmf2cB7s64c6h4jsYm3kBPSLMTs9hb5RK39AxL4wuJiyLU
Loading contract data...
Storage Layout
For non-default storage allocations (e.g. EIP-7201) check out 
| Slot | Offset | Bytes | Label | Type | Contract |
|---|---|---|---|---|---|
| 0 | 0 | 1 | _initialized | uint8 | contracts/drop/DropERC721.sol:DropERC721 |
| 0 | 1 | 1 | _initializing | bool | contracts/drop/DropERC721.sol:DropERC721 |
| 1 | 0 | 32 | contractURI | string | contracts/drop/DropERC721.sol:DropERC721 |
| 2 | 0 | 20 | platformFeeRecipient | address | contracts/drop/DropERC721.sol:DropERC721 |
| 2 | 20 | 2 | platformFeeBps | uint16 | contracts/drop/DropERC721.sol:DropERC721 |
| 3 | 0 | 20 | royaltyRecipient | address | contracts/drop/DropERC721.sol:DropERC721 |
| 3 | 20 | 2 | royaltyBps | uint16 | contracts/drop/DropERC721.sol:DropERC721 |
| 4 | 0 | 32 | royaltyInfoForToken | mapping(uint256 ⇒ struct IRoyalty.RoyaltyInfo) | contracts/drop/DropERC721.sol:DropERC721 |
| 5 | 0 | 20 | recipient | address | contracts/drop/DropERC721.sol:DropERC721 |
| 6 | 0 | 20 | _owner | address | contracts/drop/DropERC721.sol:DropERC721 |
| 7 | 0 | 32 | encryptedData | mapping(uint256 ⇒ bytes) | contracts/drop/DropERC721.sol:DropERC721 |
| 8 | 0 | 32 | batchIds | uint256[] | contracts/drop/DropERC721.sol:DropERC721 |
| 9 | 0 | 32 | baseURI | mapping(uint256 ⇒ string) | contracts/drop/DropERC721.sol:DropERC721 |
| 10 | 0 | 32 | nextTokenIdToLazyMint | uint256 | contracts/drop/DropERC721.sol:DropERC721 |
| 11 | 0 | 32 | _hasRole | mapping(bytes32 ⇒ mapping(address ⇒ bool)) | contracts/drop/DropERC721.sol:DropERC721 |
| 12 | 0 | 32 | _getRoleAdmin | mapping(bytes32 ⇒ bytes32) | contracts/drop/DropERC721.sol:DropERC721 |
| 13 | 0 | 32 | roleMembers | mapping(bytes32 ⇒ struct PermissionsEnumerable.RoleMembers) | contracts/drop/DropERC721.sol:DropERC721 |
| 14 | 0 | 128 | claimCondition | struct IClaimConditionMultiPhase.ClaimConditionList | contracts/drop/DropERC721.sol:DropERC721 |
| 18 | 0 | 1600 | __gap | uint256[50] | contracts/drop/DropERC721.sol:DropERC721 |
| 68 | 0 | 32 | _trustedForwarder | mapping(address ⇒ bool) | contracts/drop/DropERC721.sol:DropERC721 |
| 69 | 0 | 1568 | __gap | uint256[49] | contracts/drop/DropERC721.sol:DropERC721 |
| 118 | 0 | 1600 | __gap | uint256[50] | contracts/drop/DropERC721.sol:DropERC721 |
| 168 | 0 | 1 | operatorRestriction | bool | contracts/drop/DropERC721.sol:DropERC721 |
| 169 | 0 | 1600 | __gap | uint256[50] | contracts/drop/DropERC721.sol:DropERC721 |
| 219 | 0 | 32 | _currentIndex | uint256 | contracts/drop/DropERC721.sol:DropERC721 |
| 220 | 0 | 32 | _burnCounter | uint256 | contracts/drop/DropERC721.sol:DropERC721 |
| 221 | 0 | 32 | _name | string | contracts/drop/DropERC721.sol:DropERC721 |
| 222 | 0 | 32 | _symbol | string | contracts/drop/DropERC721.sol:DropERC721 |
| 223 | 0 | 32 | _ownerships | mapping(uint256 ⇒ struct IERC721AUpgradeable.TokenOwnership) | contracts/drop/DropERC721.sol:DropERC721 |
| 224 | 0 | 32 | _addressData | mapping(address ⇒ struct IERC721AUpgradeable.AddressData) | contracts/drop/DropERC721.sol:DropERC721 |
| 225 | 0 | 32 | _tokenApprovals | mapping(uint256 ⇒ address) | contracts/drop/DropERC721.sol:DropERC721 |
| 226 | 0 | 32 | _operatorApprovals | mapping(address ⇒ mapping(address ⇒ bool)) | contracts/drop/DropERC721.sol:DropERC721 |
| 227 | 0 | 1344 | __gap | uint256[42] | contracts/drop/DropERC721.sol:DropERC721 |
| 269 | 0 | 32 | transferRole | bytes32 | contracts/drop/DropERC721.sol:DropERC721 |
| 270 | 0 | 32 | minterRole | bytes32 | contracts/drop/DropERC721.sol:DropERC721 |
| 271 | 0 | 32 | maxTotalSupply | uint256 | contracts/drop/DropERC721.sol:DropERC721 |
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...