Women of Light
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($253.48)
Native
Value
$253.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07 | $3,621.13 |
$253.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18267661 | a year ago | | | 0 | 0.00017313231 | |
| 18267660 | a year ago | | | 0 | 0.00029302066 | |
| 18128153 | a year ago | | | 0 | 0.0010770057 | |
| 17354439 | 2 years ago | | | 0 | 0.0011760899 | |
| 17336457 | 2 years ago | | | 0 | 0.0020698298 | |
| 16550200 | 2 years ago | | | 0 | 0.00069644293 | |
| 16471789 | 2 years ago | | | 0 | 0.00094594081 | |
| 16315527 | 2 years ago | | | 0 | 0.00073554234 | |
| 16077003 | 2 years ago | | | 0 | 0.00059167998 | |
| 16055427 | 2 years ago | | | 0 | 0.00050725497 |
ABI
ABI objects
Getter at block 21285127
cost() view returns (uint256)
70000000000000000
hiddenMetadataUri() view returns (string)
ipfs://Qma694SnTnHfDg1uLakEH1mZb6vmfMtNzWM3BweLmgwRea/hidden.json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6712
merkleRoot() view returns (bytes32)
0xe5a2fe72d9235d85a4a7d4a29a9fe0a21be0f5daca50c4247382090b32c81dd2
name() view returns (string)
Women of Light
owner() view returns (address)
0xfd151595d3963f123b3ba4fccf6bc126dde23bb5
passMintEnabled() view returns (bool)
false
paused() view returns (bool)
false
presaleMintEnabled() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WOL
totalSupply() view returns (uint256)
629
uriPrefix() view returns (string)
ipfs://bafybeihpklkrqkca2uzrceko6aocepjilvs77ytcsavye7cwckgq5qmqy4/
uriSuffix() view returns (string)
.json
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)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
passClaimed(address) view returns (bool)
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 approve(address to, uint256 tokenId)
batchAirdrop(address[] _to, uint256[] _count)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
passMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
presaleMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
resetMaxSupply()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _supply)
setMerkleRoot(bytes32 _merkleRoot)
setPassMintEnabled(bool _state)
setPaused(bool _state)
setPresaleMintEnabled(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()