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 "Potions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14792867 | 3 years ago | | | 0 | 0.0011881840 | |
| 14244697 | 3 years ago | | | 0 | 0.0017055840 | |
| 14240069 | 3 years ago | | | 0 | 0.0029561461 | |
| 14240067 | 3 years ago | | | 0 | 0.0028135444 | |
| 13517462 | 3 years ago | | | 0.02 | 0.020043294 | |
| 13255745 | 3 years ago | | | 0 | 0.0013220694 | |
| 13231283 | 3 years ago | | | 0.02 | 0.012816248 | |
| 13211747 | 3 years ago | | | 0.02 | 0.011438773 | |
| 13206800 | 3 years ago | | | 0.02 | 0.010594494 | |
| 13204262 | 3 years ago | | | 0.01 | 0.0073805273 |
ABI
ABI objects
Getter at block 21383818
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootContract() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Potions
owner() view returns (address)
0x6ad85f72c82120afb8f777095b60e8a9e84f29d0
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
POTS
totalSupply() view returns (uint256)
82
Read-only
balanceOf(address owner) view returns (uint256)
getAppearance(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getBase(uint256 tokenId) view returns (string)
getMagic(uint256 tokenId) view returns (string)
getOrigin(uint256 tokenId) view returns (string)
getRealm(uint256 tokenId) view returns (string)
getRealmName(uint256 tokenId) view returns (string)
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)
mint(uint256 tokenId) payable
mintWithLoot(uint256 lootId) payable
multiMint(uint256[] tokenIds) payable
multiMintWithLoot(uint256[] lootIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.