Ugly Bitches

Verified contract

Active on Ethereum with 827 txns
Deployed by via 0x5593f843 at 16482041
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ugly Bitches"

0xc83f97d49fba06dfa7ae9597ccd7451422834f2707bf1ea55e4143ba3cbba21d
0xc51eefaa79f0cd6782761f479ecbc8a58975894d4a4f2c855004192e09dbbf21
0x581adf7c90dae55d67e0b8dcfbbc257a4eaf66ee9bc58bd5be634aaf8fefdc70
0x318269c5b4489f02ffaffa3f70f8ae2dc8b161ff862146a79a16b38a7af6e0d5
0x19fb0010d4b5c5e308eb92381adb627abb3e09d458f09fd3e107854a650f7c81
0x00d749c0cae7b72f226ea46d6dfb0e02daaf2d55941c210e451d80d5331cba40
0xd0613a228645f60e531690e886f4462d70a64e09c432d24467643239fa714335
0x8859d6511223a3598101ca426bfb5f1c3d51fdea9f303cd02df5f467e6ab3146
0x7e09c00acb810695a7bf6cf562397d8a46dd3e5dbcef5f5df41e3dddbef8c7d0
0xc8d397dc954ae6fc76a50551452b1a9b15141a6be53bf13194f654e9eab1bf6f

Functions
Getter at block 20923195
getCollectionSize(view returns (uint256)
500
getDevAddress(view returns (address)
0xe5a7a206e9a8769f90ca792ebb68e9268231f717
getMintPrice(view returns (uint256)
100000000000000000
getReservedFreeMint(view returns (uint256)
75
isAllowlistMintActive(view returns (bool)
true
isFreeMintActive(view returns (bool)
false
isMintActive(view returns (bool)
false
maxPerTx(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
merkleRootAllowlist(view returns (bytes32)
0x899e91e008e62f047c278d770d2df8c34d458232aa486a9a9c14db20c314321b
merkleRootFreeMint(view returns (bytes32)
0x114c773399ad9ddea68fe874ae50481eb25fe9d4b00801f3aecbb819959f65db
name(view returns (string)
Ugly Bitches
numFreeMint(view returns (uint256)
75
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xf075697f513a7a8df527f21b6431c04c8e081d45
symbol(view returns (string)
BITCH
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getOwnerFreeMintCount(address ownerview returns (uint32)
getOwnerGiftsCount(address ownerview returns (uint32)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
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[])
State-modifying
allowlistMint(uint256 quantitybytes32[] merkleProofpayable 
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
freeMint(bytes32[] merkleProof
gift(address[] addresses
giftMultiple(address[] addressesuint256[] quantities
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlistMerkleRoot(bytes32 _merkleRootAllowlist
setAllowlistMintActive(bool _isAllowlistMintActive
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 _collectionSize
setDefaultRoyalty(address receiveruint96 feeNumerator
setDevAddress(address _devAddress
setFreeMintActive(bool _isFreeMintActive
setFreeMintMerkleRoot(bytes32 _merkleRootFreeMint
setMintActive(bool _isMintActive
setMintPrice(uint256 _mintPrice
setOperatorFilteringEnabled(bool value
setReservedFreeMint(uint256 _reservedFreeMint
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
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
Constructor
constructor(uint256 collectionSize_uint256 reservedFreeMint_uint256 maxPerWallet_uint256 maxPerTx_
Fallback and receive

This contract contains no fallback and receive objects.

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