WomanVerse

Verified contract

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

No balances found for "WomanVerse"

0xaa51aba66b0c1b58a8b0e169079d3a499ab648ab9e053656e659ef3632e96f98
0x1e3069fc37b51d10f5bd4e209cf37d1955475cf14fd51e109d642b934d6adabd
0x745015bcd35828f8206e721e57311a0bb61015988b5db6e7109af9af4cd0d73b
0xa5d0a9b47293658ced15484e6bd07741a7ba673966756894a841bace4f172ecd
0xa58ccd7bc748be89734ae6d83c8bad9bbbdd89b01f4df87247efe792f0c78adf
0xac24f4c1e262ee7aecb13e01320299296aa7251ce576081faba756bcc10e2b2d
0xe4b511f04c4f167d92f1aff2a830bd53a5a3ef23ce59f372bbeec2f40533d46a
0x03e9b7adcb8de180cd2395747da622f1b42cfcca78ccc8fb01964833027f38cd
0xf5ec3d2f46936225d62baaec3f8fcb7889df7c8647219efb3bb64f75451b5d95
0xe0fb7fdfad5c5ff5276880129c097e707d462784f3d2c0b695f3ca4a30999dce

Functions
Getter at block 21224624
airdrop1(view returns (uint256)
3263100000000000
name(view returns (string)
WomanVerse
owner(view returns (address)
0xbb2e70662f76a4d5ceb310b397fd70bb94d543a0
saleOpen(view returns (bool)
true
symbol(view returns (string)
WV
totalSupply(view returns (uint256)
5472
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256 _wmint
approve(address touint256 tokenId
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMetadata(uint256 metadata
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
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 supply
Fallback and receive

This contract contains no fallback and receive objects.

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