WhitelistNFT MintPass
Verified contract
Active on
Ethereum with 1,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WhitelistNFT MintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20105283 | 5 months ago | | | 0 | 0.00024638532 | |
| 19881460 | 6 months ago | | | 0 | 0.00034766882 | |
| 19772891 | 7 months ago | | | 0 | 0.00026001164 | |
| 19671000 | 7 months ago | | | 0 | 0.00043687408 | |
| 19555838 | 8 months ago | | | 0 | 0.0011573021 | |
| 19109673 | 10 months ago | | | 0 | 0.00039525549 | |
| 19095165 | 10 months ago | | | 0 | 0.00056263708 | |
| 19023022 | 10 months ago | | | 0 | 0.00074528709 | |
| 18875191 | a year ago | | | 0 | 0.0010780453 | |
| 18793547 | a year ago | | | 0 | 0.0010214302 |
ABI
ABI objects
Getter at block 21201376
basePrice() view returns (uint256)
100000000000000000
baseTokenURI() view returns (string)
https://api-mint.wenmint.com/token/
getPrice() view returns (uint256)
200000000000000000
maxPerTransaction() view returns (uint256)
5
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
10000
name() view returns (string)
WhitelistNFT MintPass
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xffe5cbcddf2bd1b4dc3c00455d4cdccf20f77587
preSaleIsActive() view returns (bool)
false
preSalePhase() view returns (uint256)
2
preSalePrice() view returns (uint256)
200000000000000000
pubSalePrice() view returns (uint256)
200000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
WxMINT
totalSupply() view returns (uint256)
1283
Read-only
balanceOf(address owner) view returns (uint256)
contractWhitelist(address) view returns (bool exists, address nft, uint256 usedSpots, uint256 availSpots)
contracts(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistedByContract(address _address) view returns (bool, uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes32 leaf, bytes32[] proof) view returns (bool)
State-modifying
Events addContractToWhitelist(address _address, uint256 _availSpots) returns (bool)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mint(uint256 _quantity, bytes32[] proof) payable
removeContractFromWhitelist(address _address) returns (bool)
renounceOwnership()
reserve(address _address, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 _price)
setBaseTokenURI(string _uri)
setMaxPerTransaction(uint256 _maxToMint)
setMaxPerWallet(uint256 _maxToMint)
setPreSalePhase(uint8 _phase)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractWhitelist(address _address, uint256 _availSpots) returns (bool)
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(address _proxyRegistryAddress, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.