WizardJump
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "WizardJump"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15626912 | 2 years ago | | | 0 | 0.00047327317 | |
| 15556086 | 2 years ago | | | 0.05 | 0.00080389994 | |
| 15556027 | 2 years ago | | | 0.05 | 0.00094854598 | |
| 15556020 | 2 years ago | | | 0.05 | 0.0010634720 | |
| 15556006 | 2 years ago | | | 0.05 | 0.00094822740 | |
| 15556001 | 2 years ago | | | 0.05 | 0.00077908521 | |
| 15555982 | 2 years ago | | | 0.05 | 0.0010630623 | |
| 15554920 | 2 years ago | | | 0.05 | 0.0013405526 | |
| 15554913 | 2 years ago | | | 0.05 | 0.0010139695 | |
| 15554903 | 2 years ago | | | 0.05 | 0.00096594358 |
ABI
ABI objects
Getter at block 21405085
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
isAllowListActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
maxPurchase() view returns (uint256)
5
name() view returns (string)
WizardJump
owner() view returns (address)
0xdb7f6c0c4dba74cfe6746784ebed0f75ec2e0dbd
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
WJ
totalSupply() view returns (uint256)
1
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)
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)
flipAllowListState()
flipSaleState()
mint(uint256 numberOfTokens) payable
mintAllowList(uint8 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.