Badass Girls NFT

Verified contract

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

No balances found for "Badass Girls NFT"

0x128d8a8fc5278d53e4cd7b4d60d667814eb04e471a8921439aa43917f4f08110
0xa422c3c3095a6a474e69c067c9338c5ca420d9f471e5064b86b0322f70f9a072
0x9c36b78de2f58ca3e2cd60bf3c351e395da4e9ffedeee29641bfd9833eb7f671
0xcc93fb7745c76fb7c6108b25f130ee541002eb5b53af0b48f82cb220602b9beb
0x10a1daa985a581d9bf9032d526eeb39ac2a3432027677c9723a172238c264cd7
0x234be8f5f50abf5bd221d357d33257f06ef62405e1188fb77ab60cdf52fe0464
0x96ab880ca4a0bc495b890b0a4c3f8f4c6c7c596baae2db573b7cddacea1aa338
0x29cfdbe239f30baaa2615a8db273a635f0467e18bcc2d7bbb82389b4d38c4256
0xbf93eb202fbde41c429b225a4c44a2e10dbd9b47bbd5a105fadfd53446d91989
0x4b3a468c0baef92ade35fe6a15842f9ecc892dc63ac366ca4c63907f665e1cce

Functions
Getter at block 20985875
maxFreePerWallet(view returns (uint256)
20
maxPerTx(view returns (uint256)
40
maxSupply(view returns (uint256)
4444
mintEnabled(view returns (bool)
true
name(view returns (string)
Badass Girls NFT
owner(view returns (address)
0x504c2dfdee4407ca92b6e251aff7d56e658ecae7
price(view returns (uint256)
500000000000000
symbol(view returns (string)
BG
totalFree(view returns (uint256)
4300
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(