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 "SPELL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16636033 | 2 years ago | | | 0 | 0.0025876312 | |
| 16087316 | 2 years ago | | | 0 | 0.00056509589 | |
| 15883919 | 2 years ago | | | 0 | 0.00089063387 | |
| 15788067 | 2 years ago | | | 0 | 0.00092413079 | |
| 15786335 | 2 years ago | | | 0 | 0.00090685047 | |
| 15786316 | 2 years ago | | | 0 | 0.00090030978 | |
| 15785147 | 2 years ago | | | 0 | 0.0015665341 | |
| 15615402 | 2 years ago | | | 0 | 0.00015353536 | |
| 15604667 | 2 years ago | | | 0.0069 | 0.00042646329 | |
| 15603756 | 2 years ago | | | 0 | 0.00059562829 |
ABI
ABI objects
Getter at block 21331294
amountForPublicSale() view returns (uint256)
2
craftDataOf() view returns (struct ERC721AScraftData)
(0, 0, 0, 0, 0, 0)
getPotionAddress() view returns (address)
0x319e0e6a5c93c218e987a48ed3f98b23712db4d8
getPublicSaleStatus() view returns (bool)
true
name() view returns (string)
SPELL
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x63e53f83fe5d8405c2007d30c2389a98dd82b80b
potionBalanceOf() view returns (uint256)
0
publicPrice() view returns (uint256)
6900000000000000
publicSalePerMint() view returns (uint256)
10
publicSaleStatus() view returns (bool)
true
symbol() view returns (string)
Mutant Spell
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
bookTypeOf(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ASTokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
spellLevelOf(uint256 tokenId) view returns (uint256)
spellTypeOf(uint256 tokenId) view returns (uint256)
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)
cancel()
claim() payable
craft(uint256 potionId, uint256 spellId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPotionAddress(address addr)
setPublicSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.