Web3 Wizards Alpha Pass
Verified contract
Active on
Ethereum with 1,836 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 "Web3 Wizards Alpha Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20386794 | 5 months ago | | | 0 | 0.000064853613 | |
| 20382146 | 5 months ago | | | 0 | 0.00017396279 | |
| 20263885 | 5 months ago | | | 0 | 0.00023818330 | |
| 19265344 | 10 months ago | | | 0 | 0.0018989030 | |
| 18891827 | a year ago | | | 0 | 0.0010897997 | |
| 18473744 | a year ago | | | 0 | 0.00037702799 | |
| 18329297 | a year ago | | | 0 | 0.00038808000 | |
| 18329296 | a year ago | | | 0 | 0.00038808000 | |
| 17896621 | a year ago | | | 0 | 0.00064826840 | |
| 16992815 | 2 years ago | | | 0 | 0.00055653947 |
ABI
ABI objects
Getter at block 21441660
maxTokens() view returns (uint256)
1000
maxTokensPerWallet() view returns (uint256)
2
name() view returns (string)
Web3 Wizards Alpha Pass
owner() view returns (address)
0xcd4d56682aa0c404bcb1f60357d1b1f4f02f84bb
paused() view returns (bool)
false
saleState() view returns (uint8)
2
symbol() view returns (string)
web3wiz
totalSupply() view returns (uint256)
1000
whitelistMerkleRoot() view returns (bytes32)
0x0fd86a3578579991971a97d295b7a3dc11a7afb9f3529d2cd4c3b4c8acc7bda3
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endPresale()
mint(uint256 _amount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxTokensPerWallet(uint256 _amount)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
startPresale()
startPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _amount, bytes32[] _merkleProof)
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)
Paused(address account)
SaleStateChange(uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _ipfsCID)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()