SpaceMice
Verified contract
Active on
Ethereum with 2,201 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 |
---|---|---|---|---|---|
DEEZ | ERC-20 | 14.956M | -- | -- | |
DGLD | ERC-20 | 37K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20473007 | 3 months ago | | | 0 | 0.000047944364 | |
| 20392911 | 3 months ago | | | 0 | 0.00012685900 | |
| 20381168 | 4 months ago | | | 0 | 0.000083438684 | |
| 20264898 | 4 months ago | | | 0 | 0.000050529724 | |
| 18825395 | a year ago | | | 0 | 0.0011659264 | |
| 17807144 | a year ago | | | 0 | 0.00064782661 | |
| 17707202 | a year ago | | | 0 | 0.00044734047 | |
| 17609834 | a year ago | | | 0 | 0.00077318618 | |
| 17585347 | a year ago | | | 0 | 0.00088994423 | |
| 17454905 | a year ago | | | 0 | 0.00074480759 |
ABI
ABI objects
Getter at block 21160675
BASEURI() view returns (string)
ipfs://QmUNCJwgBUBZvQnASLmECfswJKu4CKv2QfHELx5qnTUFxj/
DEEZTOKEN() view returns (address)
0x673e23b28fe82f1db183c5d75446bc4eb572d711
MAXBATCH() view returns (uint256)
1
TOTALCOUNT() view returns (uint256)
999
TOTALMICE() view returns (uint256)
999
currentDeezCost() view returns (uint256)
25000000000000000000000
deezPrice() view returns (uint256)
10000000000000000000000
name() view returns (string)
SpaceMice
owner() view returns (address)
0xafc9a7f3b9884856e1ff12fc9c6b0e90203d6c17
symbol() view returns (string)
SPACE
totalSupply() view returns (uint256)
999
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 approve(address to, uint256 tokenId)
mintMiceWithDeez(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBASEURI(string _newURI)
setStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
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)
MintMice(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string BASEURI_, address tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.