Angry Meerkats
Verified contract
Active on
Ethereum with 5,830 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 "Angry Meerkats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866641 | 2 months ago | | | 0 | 0.00051323613 | |
| 20602935 | 3 months ago | | | 0 | 0.000033138920 | |
| 20602933 | 3 months ago | | | 0 | 0.000054906586 | |
| 20515032 | 3 months ago | | | 0 | 0.00013060233 | |
| 20347248 | 4 months ago | | | 0 | 0.00015773426 | |
| 20241740 | 5 months ago | | | 0 | 0.00016977395 | |
| 20205743 | 5 months ago | | | 0 | 0.00030581032 | |
| 20105364 | 5 months ago | | | 0 | 0.00026815815 | |
| 19959569 | 6 months ago | | | 0 | 0.00049793767 | |
| 19832095 | 7 months ago | | | 0 | 0.000096768146 |
ABI
ABI objects
Getter at block 21284690
angryBoarsContractAddress() view returns (address)
0xa66cc78067fd1e6aa3eec4ccdff88d81527f92c1
claimIsActive() view returns (bool)
false
isMetadataLocked() view returns (bool)
false
name() view returns (string)
Angry Meerkats
owner() view returns (address)
0x3dcc7f79143f4218d3a1415555095b4c3cf5e9b2
symbol() view returns (string)
MEERKATS
totalSupply() view returns (uint256)
7631
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 boar) 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)
claim(uint256 angryBoarsTokensNumber)
claimByIds(uint256[] angryBoarIds)
claimUnrestricted(uint256 angryBoarsTokensNumber)
flipClaimState()
lockMetadata()
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_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.