Anonymice
Verified contract
Active on
Ethereum with 25,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "Anonymice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232120 | 2 days ago | | | 0 | 0.00047642240 | |
| 21227340 | 2 days ago | | | 0 | 0.00045766414 | |
| 21222985 | 3 days ago | | | 0 | 0.0012133488 | |
| 21222245 | 3 days ago | | | 0 | 0.0010835330 | |
| 21203178 | 6 days ago | | | 0 | 0.00094372490 | |
| 21202053 | 6 days ago | | | 0 | 0.0012060110 | |
| 21177188 | 9 days ago | | | 0 | 0.0010550585 | |
| 21164903 | 11 days ago | | | 0 | 0.00088234650 | |
| 21164347 | 11 days ago | | | 0 | 0.00087329320 | |
| 21160918 | 12 days ago | | | 0 | 0.00079394864 |
ABI
ABI objects
Getter at block 21243481
currentCheethCost() view returns (uint256)
4000000000000000000
name() view returns (string)
Anonymice
symbol() view returns (string)
MICE
totalSupply() view returns (uint256)
10000
Read-only
_tokenIdToHash(uint256 _tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
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)
traitTypes(uint256, uint256) view returns (string traitName, string traitType, string pixels, uint256 pixelCount)
walletOfOwner(address _wallet) view returns (uint256[])
State-modifying
Events addTraitType(uint256 _traitTypeIndex, struct AnonymiceTrait[] traits)
approve(address to, uint256 tokenId)
burnForMint(uint256 _tokenId)
clearTraits()
mintMouse()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCheethAddress(address _cheethAddress)
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)
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.