0xLady

Verified contract

Active on Ethereum with 7,073 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots

No balances found for "0xLady"

0x2bb1318b2f778be96b6d3abf8786d4db8e64a055c3abd1555fa916f1d0bfe06e
0x771acfc5a04439622cf225301a9e85445e7cad397d01b4ade9a8df79718bcf79
0x79a74e7e3aa50c1af5cd3525f16ccaf8ff6f4bbcdfbf51039b0805946b47f237
0xb4962213009a359b0245131047d7c3a892f102f1f8c626225ae42f465a51b511
0xe009dbed26f4ce1205470804f2ebae140dd68acfc18d426658a0fbcd834f6825
0xeccaf1cbe88bbb4bc8f13696494c77e9e91a22698a504f0fed697237558961fe
0x6062c38a352bbfeb3de5924d8cff8840f1a78add81ee5440622e11f159a8cc08
0x27979fe71abfb805f91115f61dcc08c10c1ede361a2e306392f18723b2231e8b
0x8865057f839819ff5d3ac19a30172cbc7e72c6f6d9ffa1bc144a6cb42859350f
0xaad9fd6916a3294a515f97191685532f9bd0a68f5b21428804a1fdaead66ef78

Functions
Getter at block 21124440
artistMinted(view returns (uint256)
3000
chargeToken(view returns (address)
0x0000000000000000000000000000000000000000
maxAmountForArtist(view returns (uint256)
3000
maxSupply(view returns (uint256)
10000
name(view returns (string)
0xLady
owner(view returns (address)
0x03d8c18655473bf155768c8d9fd1f10a022b345f
protocolFeeNumerator(view returns (uint256)
2000
protocolFeeReceiver(view returns (address)
0xc44a46ae2eceef2e6f2fd35ab84f38f0032b2d6c
publicSaleConfig(view returns (uint256 startTimeuint256 endTimeuint256 priceuint256 maxAmountPerAddress)
(startTime=1657249200, endTime=0, price=25000000000000000, maxAmountPerAddress=3)
symbol(view returns (string)
0xLady
totalSupply(view returns (uint256)
10000
userCanMintTotalAmount(view returns (uint256)
0
whitelistAmount(view returns (uint256)
3500
whitelistSaleConfig(view returns (uint256 startTimeuint256 endTimeuint256 priceuint256 maxAmountPerAddress)
(startTime=1657162800, endTime=1657249199, price=0, maxAmountPerAddress=1)
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelist(addressview returns (bool)
whitelistSaleMinted(addressview returns (uint256)
State-modifying
addWhitelists(address[] addresses
approve(address touint256 tokenId
artistMint(uint256 _amount
deleteDefaultRoyalty(
publicMint(uint256 _amountpayable 
removeWhitelists(address[] addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateChargeToken(address _chargeToken
updateProtocolFeeReceiverAndNumerator(address _protocolFeeReceiveruint256 _protocolFeeNumerator
updatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig
updatePublicSaleEndTime(uint256 _newEndTime
updateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig
updateWhitelistSaleEndTime(uint256 _newEndTime
whitelistMint(uint256 _amountpayable 
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateChargeToken(address _chargeToken
UpdatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig
UpdatePublicSaleEndTime(uint256 _oldEndTimeuint256 _newEndTime
UpdateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig
UpdateWhitelistSaleEndTime(uint256 _oldEndTimeuint256 _newEndTime
Constructor
constructor(string _namestring _symboluint256 _maxSupplyaddress _chargeTokenstring _baseTokenURIuint256 _maxAmountForArtistaddress _protocolFeeReceiveruint256 _protocolFeeNumeratoraddress _royaltyReceiveruint96 _royaltyFeeNumerator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(