Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($175.50)
Native
Value
$175.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.045 | $3,900.09 |
$175.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20616874 | 4 months ago | | | 0 | 0.000037165868 | |
| 18261501 | a year ago | | | 0 | 0.00038613806 | |
| 18121806 | a year ago | | | 0 | 0.0013154503 | |
| 17546641 | a year ago | | | 0 | 0.00065893298 | |
| 16735679 | 2 years ago | | | 0.045 | 0.0026104943 | |
| 16574252 | 2 years ago | | | 0 | 0.0010632824 | |
| 16573469 | 2 years ago | | | 0 | 0.0012147942 | |
| 16573442 | 2 years ago | | | 0 | 0.0019840540 | |
| 16543524 | 2 years ago | | | 0 | 0.0015326788 | |
| 16528504 | 2 years ago | | | 0 | 0.0021275050 |
ABI
ABI objects
Getter at block 21400283
getMaxMint() pure returns (uint256 _i)
10
getMerkleRoot() view returns (bytes32 _b)
0xd4646221fea712119699fd36a628251668e329ebb9e4d717605b0ad7b5305656
getPublicMintPrice() pure returns (uint256 _i)
45000000000000000
getURI() view returns (string _s)
ipfs://Qmf4x6nPSP8DLys3pYi1gxkQnRXHEUn9SgTqVXiucQgDct/
getWhiteListPrice() pure returns (uint256 _i)
40000000000000000
isPublicMint() view returns (bool _b)
true
isRevealed() view returns (bool _b)
false
isWhitelistMint() view returns (bool _b)
true
name() view returns (string)
Womanoid
owner() view returns (address)
0xb4c835b16c025a7a237929095e4103d951762cf4
symbol() view returns (string)
WND
tokenSupply() pure returns (uint256 _i)
8888
totalMinted() view returns (uint256 _i)
1228
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhiteListClaims(address _operator) view returns (uint256 _i)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _uri)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _minting)
publicMint(uint256 _minting) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setURI(string _newURI)
togglePublicMint()
toggleReveal(string _newURI)
toggleWhiteListMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] _merkleProof, uint256 _allowed, uint256 _minting) payable
withdrawFunds()
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 _URI, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.