Animoon
Verified contract
Active on
Ethereum with 14,631 txns
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 "Animoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192836 | 42 minutes ago | | | 0 | 0.00035240808 | |
| 21118831 | 10 days ago | | | 0 | 0.00010481490 | |
| 21085344 | 15 days ago | | | 0 | 0.00038665215 | |
| 20975624 | a month ago | | | 0 | 0.00030897758 | |
| 20659256 | 2 months ago | | | 0 | 0.000026466232 | |
| 20629840 | 3 months ago | | | 0 | 0.00010278969 | |
| 20546845 | 3 months ago | | | 0 | 0.000042487205 | |
| 20527167 | 3 months ago | | | 0 | 0.00021747339 | |
| 20484091 | 3 months ago | | | 0 | 0.00038354296 | |
| 20407786 | 4 months ago | | | 0 | 0.00016157324 |
ABI
ABI objects
Getter at block 21193042
baseURI() view returns (string)
https://newanimoonapi.vercel.app/api/hidden/
maxPerTransaction() view returns (uint256)
20
name() view returns (string)
Animoon
owner() view returns (address)
0x81d3ec77438b4e99aa99ba25b1dbc3fea317fe3b
pre_sale_status() view returns (bool)
false
presaleSupply() view returns (uint256)
1600
public_sale_status() view returns (bool)
true
symbol() view returns (string)
ANI
tokenPrice() view returns (uint256)
200000000000000000
totalSupply() view returns (uint256)
9999
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Update_preSale_supply(uint256 temp)
approve(address to, uint256 tokenId)
buy(uint256 _count) payable
preSale_status(bool temp)
presale(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)
setprice(uint256 temp)
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.