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) |
---|---|---|---|---|---|---|---|
| 19856100 | 6 months ago | | | 0 | 0.00012439220 | |
| 17653271 | a year ago | | | 0 | 0.00040128747 | |
| 17450718 | a year ago | | | 0 | 0.00091835264 | |
| 17414822 | a year ago | | | 0 | 0.0020955386 | |
| 17409489 | a year ago | | | 0 | 0.0012959120 | |
| 17397578 | a year ago | | | 0 | 0.00094744120 | |
| 17397566 | a year ago | | | 0 | 0.00097853093 | |
| 17397542 | a year ago | | | 0 | 0.0012959110 | |
| 17379368 | a year ago | | | 0 | 0.0024848237 | |
| 17125329 | 2 years ago | | | 0 | 0.0018716851 |
ABI
ABI objects
Getter at block 21184012
_paused() view returns (bool)
true
baseUri() view returns (string)
https://salmon-past-quail-28.mypinata.cloud/ipfs/QmTAWDW8mjoZHyYobBPrHqGZJzETL8r8xqxDX124to1PTB/
getPrice() view returns (uint256)
150000000000000000
name() view returns (string)
Potion
owner() view returns (address)
0x8637938f5d5bce3138e08d680c944fd912bb6730
symbol() view returns (string)
POT
totalSupply() view returns (uint256)
0
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)
walletBids(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
bidPresale(uint256 bidAmt) payable
burn(uint256 tokenId)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
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.
InvalidBidAmount()