Apothecary Loot
Verified contract
Active on
Ethereum with 249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9c…13d7
2 additional
variables
Balances ($0.00)
No balances found for "Apothecary Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16300918 | 2 years ago | | | 0 | 0.0011583641 | |
| 14228345 | 3 years ago | | | 0 | 0.0024765987 | |
| 14226102 | 3 years ago | | | 0 | 0.0058200212 | |
| 14218020 | 3 years ago | | | 0 | 0.0030904990 | |
| 14213808 | 3 years ago | | | 0 | 0.012437948 | |
| 14213686 | 3 years ago | | | 0 | 0.0066333890 | |
| 13981292 | 3 years ago | | | 0 | 0.0059685117 | |
| 13981279 | 3 years ago | | | 0 | 0.013967915 | |
| 13979070 | 3 years ago | | | 0 | 0.014275242 | |
| 13978532 | 3 years ago | | | 0 | 0.013191167 |
ABI
ABI objects
Getter at block 21305584
devAddress() view returns (address)
0x3c89f751463296a60e46deae75146ca61daabad5
name() view returns (string)
Apothecary Loot
owner() view returns (address)
0x3c89f751463296a60e46deae75146ca61daabad5
publicPrice() view returns (uint256)
30000000000000000
symbol() view returns (string)
APOTHECARY
totalSupply() view returns (uint256)
214
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBrew(uint256 tokenId) view returns (string)
getConcoction(uint256 tokenId) view returns (string)
getElixir(uint256 tokenId) view returns (string)
getPoison(uint256 tokenId) view returns (string)
getPotion(uint256 tokenId) view returns (string)
getTea(uint256 tokenId) view returns (string)
getTincture(uint256 tokenId) view returns (string)
getTonic(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)
claimForLoot(uint256 tokenId)
mint(uint256 tokenId) 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.