Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 20792420.

dGirlsNFTs

Verified contract

Proxy

Active on Ethereum with 1,546 txns
Deployed by via 0x40dd796f at 15383171
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
Native
Value $4.02
ERC-20
Value $8.29
0x9242d03fa8f1dd4d0a7fb22105e2ddc7014c7bf52b41bc148653fa207401891c
0x752f6db4463ca7d6f16a08cd77bde7c932df4e7a9ae8d3eee6fd2d941bd99f57
0xc78fca02fabeaa0378795f753c2175cbf0284cade411e81b02fe13a1daf2ee8c
0x89b04ce49372c40b0cd535be44c100e1dd9d59c2be95318d2d2bfdf8212f66ce
0xf0c500804db87fa84e230fb33509f22398643d457f9cb2f30bea52b99414ab16
0xab6cacd9cd13ffdda3fc2c268a89edd6074bd1bf58773033159d84c1f1f25599
0x944c037b6f55d5cf469e873a043013e9b38e952711585226ad8880eaa8460961
0xebbe9fadfc7178afa5fd54ba597ce126d057e1d2b36b730932e8437b20a55192
0x1b201dbc7033a46b3aa37aad62d89cb6c614acef15181bf2fa6c2061658ae1dd
0x1f32dc5468f4ee03cfd52c31fdbf3353d3c145125b61407872f46bcf07d00e46

Functions
Getter at block 20798103
IS_PUBLIC_MINTING_OPEN(view returns (bool)
false
MAX_MINTS_PER_WALLET(view returns (uint256)
2
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
565727095000000000
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
dGirlsNFTs
owner(view returns (address)
0x256989f3f4dad58d34abd7ac0bd4af2b22aad5bc
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
500
symbol(view returns (string)
dGNFT
totalSupply(view returns (uint256)
999
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(