Ugly Bitches
Verified contract
Active on
Ethereum with 839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ugly Bitches"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246632 | 3 days ago | | | 0 | 0.00058879095 | |
| 21246631 | 3 days ago | | | 0 | 0.00079333096 | |
| 21246615 | 3 days ago | | | 0 | 0.00064150096 | |
| 21203155 | 9 days ago | | | 0 | 0.00057899962 | |
| 21203153 | 9 days ago | | | 0 | 0.00062676804 | |
| 20983396 | a month ago | | | 0 | 0.00039363818 | |
| 20981026 | a month ago | | | 0 | 0.00050918327 | |
| 20978700 | a month ago | | | 0 | 0.0010396332 | |
| 20965291 | a month ago | | | 0 | 0.0014179999 | |
| 20964122 | a month ago | | | 0 | 0.0015023845 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getOwnerFreeMintCount(address owner) view returns (uint32)
getOwnerGiftsCount(address owner) view returns (uint32)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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[])
State-modifying
Events allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
freeMint(bytes32[] merkleProof)
gift(address[] addresses)
giftMultiple(address[] addresses, uint256[] quantities)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlistMerkleRoot(bytes32 _merkleRootAllowlist)
setAllowlistMintActive(bool _isAllowlistMintActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCollectionSize(uint256 _collectionSize)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setDevAddress(address _devAddress)
setFreeMintActive(bool _isFreeMintActive)
setFreeMintMerkleRoot(bytes32 _merkleRootFreeMint)
setMintActive(bool _isMintActive)
setMintPrice(uint256 _mintPrice)
setOperatorFilteringEnabled(bool value)
setReservedFreeMint(uint256 _reservedFreeMint)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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)
constructor(uint256 collectionSize_, uint256 reservedFreeMint_, uint256 maxPerWallet_, uint256 maxPerTx_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()