WomenDoodles
Verified contract
Active on
Ethereum with 603 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 "WomenDoodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20691777 | 2 months ago | | | 0 | 0.0010465568 | |
| 20464295 | 3 months ago | | | 0 | 0.00045588148 | |
| 18369073 | a year ago | | | 0 | 0.00014405481 | |
| 18262220 | a year ago | | | 0 | 0.00029391435 | |
| 17037646 | 2 years ago | | | 0 | 0.0018159290 | |
| 16728403 | 2 years ago | | | 0 | 0.0016525441 | |
| 16587759 | 2 years ago | | | 0 | 0.0013703946 | |
| 16373434 | 2 years ago | | | 0 | 0.00053607877 | |
| 16373432 | 2 years ago | | | 0 | 0.00053193404 | |
| 16307596 | 2 years ago | | | 0 | 0.00083740477 |
ABI
ABI objects
Getter at block 21220280
MAX_SUPPLY() view returns (uint256)
6666
MAX_SUPPLY_PUBLIC_SALE() view returns (uint256)
5666
isFreeSaleActive() view returns (bool)
false
name() view returns (string)
WomenDoodles
numberOfFreeNFTsMinted() view returns (uint256)
345
owner() view returns (address)
0xd10e2025bb7d13bde605919e31fd9e21e439fb61
symbol() view returns (string)
WDD
totalSupply() view returns (uint256)
1112
Read-only
balanceOf(address owner) view returns (uint256)
calculatePrice(uint256 _count) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
numberOfTokensMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOf(address owner) view returns (uint256[])
State-modifying
Events addToWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
endFreeSale()
mintFreeNFTs(uint256 quantity)
mintNFTs(uint256 quantity) payable
mintNFTsOwner(uint256 quantity)
removeFromWhitelist(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 baseURI)
setFreeSaleMaxMintPerTransaction(uint256 _freeSaleMaxMintPerTransaction)
setFreeSaleMaxMints(uint256 _freeSaleMaxMints)
setPrice(uint256 price)
setPublicSaleMaxMintPerTransaction(uint256 _publicSaleMaxMintPerTransaction)
setUnrevealedURI(string unrevealedURI)
startFreeSale()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, string unrevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()