Women of Mystery
Verified contract
Active on
Ethereum with 288 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 "Women of Mystery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16643351 | 2 years ago | | | 0 | 0.0035228613 | |
| 16623840 | 2 years ago | | | 0.065 | 0.00091268681 | |
| 16537083 | 2 years ago | | | 0 | 0.0018062323 | |
| 16522627 | 2 years ago | | | 0 | 0.0010012402 | |
| 16334730 | 2 years ago | | | 0 | 0.0021010322 | |
| 16328720 | 2 years ago | | | 0 | 0.00095352583 | |
| 16159295 | 2 years ago | | | 0 | 0.00059402967 | |
| 16149120 | 2 years ago | | | 0 | 0.0010475289 | |
| 16098582 | 2 years ago | | | 0 | 0.0015440184 | |
| 16084671 | 2 years ago | | | 0 | 0.0035974866 |
ABI
ABI objects
Getter at block 21209178
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://d2epaqqgl8np1z.cloudfront.net/generated-metadata/
cost() view returns (uint256)
65000000000000000
isPaused() view returns (bool)
true
maxMintAmount() view returns (uint256)
1000
name() view returns (string)
Women of Mystery
owner() view returns (address)
0xf46f00e195b6f472693528138eaa723b238590e7
symbol() view returns (string)
WOM
totalSupply() view returns (uint256)
251
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
userNumOfMints(address addr) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(address recipient, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setIsPaused(bool _state)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _name, string _symbol, uint256 _cost, uint256 _maxMintAmount, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.