Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc44a…2d6c
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "0xLady"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20950581 | 24 days ago | | | 0 | 0.0010370359 | |
| 20950577 | 24 days ago | | | 0 | 0.0010399966 | |
| 20344986 | 4 months ago | | | 0 | 0.000064156468 | |
| 20150205 | 4 months ago | | | 0 | 0.00016121686 | |
| 20150205 | 4 months ago | | | 0 | 0.00016121686 | |
| 19759924 | 6 months ago | | | 0 | 0.00046646271 | |
| 19587796 | 7 months ago | | | 0 | 0.00061740880 | |
| 19409195 | 8 months ago | | | 0 | 0.0020739696 | |
| 19026535 | 10 months ago | | | 0 | 0.00076808588 | |
| 18962163 | 10 months ago | | | 0 | 0.00039324233 |
ABI
ABI objects
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 startTime, uint256 endTime, uint256 price, uint256 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 startTime, uint256 endTime, uint256 price, uint256 maxAmountPerAddress)
(startTime=1657162800, endTime=1657249199, price=0, maxAmountPerAddress=1)
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelist(address) view returns (bool)
whitelistSaleMinted(address) view returns (uint256)
State-modifying
Events addWhitelists(address[] addresses)
approve(address to, uint256 tokenId)
artistMint(uint256 _amount)
deleteDefaultRoyalty()
publicMint(uint256 _amount) payable
removeWhitelists(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateChargeToken(address _chargeToken)
updateProtocolFeeReceiverAndNumerator(address _protocolFeeReceiver, uint256 _protocolFeeNumerator)
updatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig)
updatePublicSaleEndTime(uint256 _newEndTime)
updateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig)
updateWhitelistSaleEndTime(uint256 _newEndTime)
whitelistMint(uint256 _amount) payable
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateChargeToken(address _chargeToken)
UpdatePublicSaleConfig(struct IStarBlockCollectionSaleConfig _publicSaleConfig)
UpdatePublicSaleEndTime(uint256 _oldEndTime, uint256 _newEndTime)
UpdateWhitelistSaleConfig(struct IStarBlockCollectionSaleConfig _whitelistSaleConfig)
UpdateWhitelistSaleEndTime(uint256 _oldEndTime, uint256 _newEndTime)
constructor(string _name, string _symbol, uint256 _maxSupply, address _chargeToken, string _baseTokenURI, uint256 _maxAmountForArtist, address _protocolFeeReceiver, uint256 _protocolFeeNumerator, address _royaltyReceiver, uint96 _royaltyFeeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()