AnimoonPotion
Verified contract
Active on
Ethereum with 2,113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.46)
Native
Value
$12.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,116.23 |
$12.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20584475 | 3 months ago | | | 0 | 0.00018095105 | |
| 19864207 | 6 months ago | | | 0 | 0.00020088449 | |
| 19828877 | 6 months ago | | | 0 | 0.00022333823 | |
| 19818013 | 6 months ago | | | 0 | 0.00028260477 | |
| 19804126 | 6 months ago | | | 0 | 0.00032756817 | |
| 19667882 | 7 months ago | | | 0 | 0.00062355985 | |
| 18898647 | a year ago | | | 0 | 0.00064446351 | |
| 18826333 | a year ago | | | 0 | 0.0015402475 | |
| 18826333 | a year ago | | | 0 | 0.0015404996 | |
| 18826333 | a year ago | | | 0 | 0.0015404996 |
ABI
ABI objects
Getter at block 21227059
baseURI() view returns (string)
https://potionapi.vercel.app/api/rev/
maxPerTransaction() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
minimumrequired() view returns (uint256)
2
name() view returns (string)
Animoon Potion
owner() view returns (address)
0x81d3ec77438b4e99aa99ba25b1dbc3fea317fe3b
public_sale_status() view returns (bool)
true
symbol() view returns (string)
Potion
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
checknftholder(address recnft) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _count) payable
publicSale_status(bool temp)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
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.
This contract contains no error objects.