WenMint LaunchPass

Verified contract

Active on Ethereum with 191 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "WenMint LaunchPass"

0xa79eeedb452078330345dcee54a7fb54f0b62ab747babe6f4d128ec3b856869c
0xe9d9c9cfae146b05788d97f90498a0d21bbbf1f2b94a055cbf2300226aa212fa
0x1dd88bbef0567d4b8755eab99c0607d0a195043d3ee9569d4b49a8273a0a685b
0x4a8c823c417d48a785d32d47e2605f9906a205e4cb68ccf497df946faf741001
0x0a10ed579be2993429675ffa3f91233c33a3debbeccab4e5ec89ff53f94f437f
0xa6caed7c19289fd49015586f4fbbefb16ff71ce6808f8626ea02135e30d42b8f
0x7c35fb986905da1fdaef2385c3f58b7603b5638cbdd658d9d6234d26823c6a2a
0x8b3014ca880d067c13b18883a5b15c0d2c45eb0bf885b155eb8b92155e297d84
0x976fc9d29bf874850e011a19b723e0bc0351c9e985e1f2b06f960936c2fb2733
0xcb8313905dd66125b55a7e261bc74260152741f1698995bc17a6a473eec8a754

Functions
Getter at block 21205495
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
WenMint LaunchPass
owner(view returns (address)
0xffe5cbcddf2bd1b4dc3c00455d4cdccf20f77587
price(view returns (uint256)
1000000000000000000
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
WLAUNCH
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=200, maxPerWallet=1, maxPerTransaction=1, preSalePrice=1000000000000000000, pubSalePrice=1000000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
89000000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
162
unclaimedSupply(view returns (uint256)
38
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(