0xWorldOfWomem

Verified contract

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

No balances found for "0xWorldOfWomem"

0x49b9aca096b7df16a45b1992b982916c7bfa49ba8c6e7c7359b03da19af364fc
0xda47d5757b748fc15e55b67cfe56f34853da6c4bf91a2ba0c04a6c78d9935f13
0x49aa2f357bec2a3beeb482e5a764fd0579ca88c28632c3c6464b9ad21ff442c9
0x58879a01092fa53d7a1581d77d0a3f7ca8e0fb6c4322998cbb9c7393811d17d1
0x3f3000b7708e540c5739855f6d78e0968341e09f90d374cb4ba30a94424fc59d
0x980c1a7862be99c89dff0c8a11fcfd86d8f9eaf9a7b44bc7efb08ef4431eb2c9
0xb400a7916acdcaa1770328db9714a97aae70cfe38266d058ae79f85bd170397f
0xf8e0afd3823aff504ba12434cade70b1d08637e53211bec806b6f557586a6105
0xede384b40d5102b3cd9a476b98ac1f76bec73aa0a051349dcb5d0e6b900e1245
0x0278704c87878edca6f9a0fd4342ae25e24085160f0643e379ff3cfc6eaaeac0

Functions
Getter at block 21322901
FREE_MINT_MAX_SUPPLY(view returns (uint256)
2000
MAX_SUPPLY(view returns (uint256)
10000
name(view returns (string)
0xWorldOfWomem
owner(view returns (address)
0x35bb3f86b2104febd1bea9ac2617266e7d6fb168
price(view returns (uint256)
10000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
0xwow
totalSupply(view returns (uint256)
2020
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
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
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(string baseURI
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(