Animetas
Verified contract
Active on
Ethereum with 19,713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANMT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160122 | 17 minutes ago | | | 0 | 0.00090823585 | |
| 21151245 | a day ago | | | 0 | 0.00058984505 | |
| 21105396 | 8 days ago | | | 0 | 0.00010510220 | |
| 21104340 | 8 days ago | | | 0 | 0.00029858409 | |
| 21095763 | 9 days ago | | | 0 | 0.00013388388 | |
| 21095763 | 9 days ago | | | 0 | 0.00013401382 | |
| 21068494 | 13 days ago | | | 0 | 0.00064908513 | |
| 21068493 | 13 days ago | | | 0 | 0.00061752588 | |
| 21062650 | 14 days ago | | | 0 | 0.00019602270 | |
| 21055363 | 15 days ago | | | 0 | 0.00021695714 |
ABI
ABI objects
Getter at block 21160203
_paused() view returns (bool)
true
getPrice() view returns (uint256)
80000000000000000
name() view returns (string)
Animetas
owner() view returns (address)
0x77c2783e24e397f14628b2ea56a6d967c62f9a36
symbol() view returns (string)
ANMT
totalSupply() view returns (uint256)
10101
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mint(uint256 num) payable
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 baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
fallback()
receive()
This contract contains no error objects.