WomenMakingWaves

Verified contract

Active on Ethereum with 51 txns
Deployed by via 0x25180a9a at 15832210
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
Native
Value $770.85
0xed9120fc1694a0bf47ace54b6e4b580a04334595a21a9bcd60c9500f8ace53f8
0xe03ac6375334845cf21d4090209c66257109aca69d1d31d1d52db7d01b7d7535
0x8fb3942b348579c9fcb898d465506ea70a1c392ad01d34d765fdda57fdfc36fd
0x51f6c93ada141776772d21edfe2e13ab1f00e9c4b6862142ec44c3509f0c3bd9
0xa61dc6aa58d5a3ab6baf1d052722691a81752c23f7e8f991f956a7ce39de639c
0xa939abc71d38d78465984d775a5551c50a7052d84f8516cddaf6660b5baf56d6
0x37246eb4b934a35b935354a4fe87f8baa8d2e849a9e2f6b2ba5ef9fa55795f3b
0x0ae1a190e6213afe76af9d31b074650942d0e33588152a9f899531856d91cefb
0x1030c252bbfa4b83e996464368748debb6e6e44dc87c3c4c13465123489b37d4
0xec61341f9a82a01e65fa0f22530891c327469bc2cc009d086865526440a855a3

Functions
Getter at block 20976781
baseApiURI(view returns (string)
https://womenmakingwavesdapp.vercel.app/api/token/
contractMintingEnabled(view returns (bool)
false
corporateMaxMintAmountPerWallet(view returns (uint16)
50
corporatePause(view returns (bool)
false
getContractBalance(view returns (uint256)
295592314932698190
maxMintAmountPerTransaction(view returns (uint16)
50
maxMintAmountPerWallet(view returns (uint16)
50
maxSupply(view returns (uint256)
10000
name(view returns (string)
WomenMakingWaves
owner(view returns (address)
0x3c53adbcb93a39cbcd75131ff66f9bed140cdb95
presaleMaxMintAmountPerWallet(view returns (uint16)
50
presalePause(view returns (bool)
false
publicPause(view returns (bool)
false
symbol(view returns (string)
WMW
totalSupply(view returns (uint256)
55
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRequiredPriceInWei(uint256 priceTypeview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddressesuint256 _amount
approve(address touint256 tokenIdpayable 
corporate_setMaxMintAmountPerWallet(uint16 _amount
gift(address _touint256 _mintAmount
mintCorporate(bytes32[] proofuint256 _mintAmountpayable 
mintPresale(bytes32[] proofuint256 _mintAmountpayable 
mintPublic(uint256 _mintAmountpayable 
paperMintPublic(address toAddressuint256 quantitybytes32 _noncebytes _signaturepayable 
paperXyzMintCorporate(address toAddressuint256 quantitybytes32[] proofbytes32 _noncebytes _signaturepayable 
paperXyzMintPresale(address toAddressuint256 quantitybytes32[] proofbytes32 _noncebytes _signaturepayable 
presale_setMaxMintAmountPerWallet(uint16 _amount
registerPaperKey(address _paperKey
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAdminState(address[] addressesbool _state
setApplicationStateBulk(bool _publicPausebool _presalePausebool _corporatePausebool _mintingContract
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCorperateRoot(bytes32 _root
setMaxMintAmountPerWallet(uint16 _amount
setMaxSupply(uint256 _supply
setPaperKeyManager(address _val
setPresaleRoot(bytes32 _root
setPriceFeed(address _val
setPriceInUSD(uint256 priceTypeuint256 _usd
setmaxMintAmountPerTransaction(uint16 _amount
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUrladdress _paperKeyManagerAddressaddress[] devAdminAddressesaddress feedContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(