WenMint_LaunchPass
Verified contract
Active on
Ethereum with 219 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 "WenMint_LaunchPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16439250 | 2 years ago | | | 0 | 0.0015336114 | |
| 16000941 | 2 years ago | | | 0 | 0.00068871782 | |
| 15347225 | 2 years ago | | | 0 | 0.0021056912 | |
| 15248998 | 2 years ago | | | 0 | 0.00016777799 | |
| 15248895 | 2 years ago | | | 0 | 0.00040082933 | |
| 15241174 | 2 years ago | | | 0 | 0.00018835040 | |
| 15241067 | 2 years ago | | | 2 | 0.0020159150 | |
| 15227318 | 2 years ago | | | 0 | 0.00081296839 | |
| 15221377 | 2 years ago | | | 0 | 0.00061022466 | |
| 15220870 | 2 years ago | | | 0 | 0.00053587862 |
ABI
ABI objects
Getter at block 21214799
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
https://api-migrated.wenmint.com/token/
contractURI() view returns (string)
https://api.wenmint.com/contract
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xfe4a27c5c3a5df1947df51b5fe458f43d3ef3ed80df9ed390754f3002c3c5a82
maxSupply() view returns (uint256)
100
maxToMint() view returns (uint256)
10
mintPrice() view returns (uint256)
2000000000000000000
name() view returns (string)
WenMint_LaunchPass
owner() view returns (address)
0xffe5cbcddf2bd1b4dc3c00455d4cdccf20f77587
saleIsActive() view returns (bool)
false
symbol() view returns (string)
WPASS
totalSupply() view returns (uint256)
98
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
flipSaleState()
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setContractURI(string _uri)
setMaxSupply(uint256 _maxSupply)
setMaxToMint(uint256 _maxToMint)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.