Ugly Bitches

Verified contract

Active on Ethereum with 839 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"

0x57466016c843d3471471c3c295ebe809b3fa8f54e884fdd8166bc8f401b1afb6
0xbe6e24c5aad50efbe9d90899d5736cc22934a2d34539f28b9954ad35003405b8
0xfbdcc7591a0a67bbd68654e354cfb7b1000848c8941a127078453d84fef1c26c
0x4f3ffe5ad82899e993f71cae504fa33515d5e03212d2f511af582eb2f667dde9
0x0b90824dcd64d89638c1fcc818a9a22d616f37d7e1c8caaf6ec3e5272eb232f0
0x2a4b8356c5b1254b2588f11a53eee6e210c6a4c84d129b846711d2c5da3d5e38
0xe01220f36feb9fbafbd04c1601f2e0dea04d74c5d5da7483df23273ca2d322ba
0x775837ae7cbb440483d372348ff73f64100f00e108c300106a49f90883764b79
0x8f258759310217f4dfe2b5944effdad71bd22c174504848b4313da722e215c30
0xa91ad1691a40ae11a4397ee591bc1e98685043b12e7a7820cf6b8b31b54044e8

Functions
Getter at block 21270231
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(