Anonymice Burned
Verified contract
Active on
Ethereum with 911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 403 additional slots
Balances ($0.00)
No balances found for "Anonymice Burned"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18936412 | 10 months ago | | | 0 | 0.00060791253 | |
| 18873910 | a year ago | | | 0 | 0.00065910540 | |
| 18740125 | a year ago | | | 0 | 0.00086285360 | |
| 18721695 | a year ago | | | 0 | 0.0020313836 | |
| 18356837 | a year ago | | | 0 | 0.00025116473 | |
| 16808541 | 2 years ago | | | 0 | 0.0018466137 | |
| 16281134 | 2 years ago | | | 0 | 0.0010858475 | |
| 16219730 | 2 years ago | | | 0 | 0.00036530851 | |
| 16158034 | 2 years ago | | | 0 | 0.0013417700 | |
| 15798366 | 2 years ago | | | 0 | 0.0011632618 |
ABI
ABI objects
Getter at block 21182722
name() view returns (string)
Anonymice Burned
owner() view returns (address)
0xdd057570bc4dd0789df74e2b6185e8d75e9b5a3c
symbol() view returns (string)
bMICE
totalSupply() view returns (uint256)
1840
Read-only
_tokenIdToHash(uint256 _tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToMetadata(string _hash, uint256 _tokenId) 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)
walletOfOwner(address _wallet) view returns (uint256[])
State-modifying
Events addBurnedTraitType(struct OriginalAnonymiceInterfaceTrait[] traits)
approve(address to, uint256 tokenId)
clearBurnedTraits()
killForever(uint256 _tokenId)
mint(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnonymiceOriginalContractAddress(address newAddress)
setApprovalForAll(address operator, bool approved)
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)
TokenMinted(uint256 supply)
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.