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 "POTION"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18647258 | a year ago | | | 0 | 0.00087216551 | |
| 18159576 | a year ago | | | 0 | 0.00033941426 | |
| 18099700 | a year ago | | | 0 | 0.00045841494 | |
| 18099696 | a year ago | | | 0 | 0.00075954387 | |
| 17716045 | a year ago | | | 0 | 0.00073575613 | |
| 17712565 | a year ago | | | 0 | 0.00088210770 | |
| 17695576 | a year ago | | | 0 | 0.00062529771 | |
| 17484252 | a year ago | | | 0 | 0.00090923622 | |
| 17392947 | a year ago | | | 0 | 0.0018163085 | |
| 17186239 | 2 years ago | | | 0 | 0.0025592788 |
ABI
ABI objects
Getter at block 21159851 getArtifactList() view returns (address[])
amountForPublicSale() view returns (uint256)
10
brewDataOf() view returns (struct ERC721AbrewData)
(0, 0, 0x0000000000000000000000000000000000000000, 0)
getPublicSaleStatus() view returns (bool)
true
name() view returns (string)
POTION
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x63e53f83fe5d8405c2007d30c2389a98dd82b80b
publicPrice() view returns (uint256)
3900000000000000
publicSalePerMint() view returns (uint256)
10
publicSaleStatus() view returns (bool)
true
symbol() view returns (string)
Mutant Potion
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isArtifact(address testArtifact) view returns (bool)
isChosenOne(address owner) view returns (bool)
levelOf(uint256 tokenId) view returns (uint256)
numberMinted(address owner) view returns (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)
typeOf(uint256 tokenId) view returns (uint256)
State-modifying
Events addArtifact(address artifact)
approve(address to, uint256 tokenId)
brew(uint256 tokenIdA, uint256 tokenIdB, address artifact)
cancel()
claim() payable
publicSaleMint(uint256 quantity) payable
removeArtifact(uint256 index)
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)
setPublicSaleStatus(bool status)
stakeArtifact(address itemAddress, uint256 tokenId, address staker, address vault)
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.