RandoMice
Verified contract
Active on
Ethereum with 4,439 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 "RandoMice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20963476 | a month ago | | | 0 | 0.00082082621 | |
| 20776160 | 2 months ago | | | 0 | 0.00036916013 | |
| 20772091 | 2 months ago | | | 0 | 0.0014988695 | |
| 20772089 | 2 months ago | | | 0 | 0.00091291976 | |
| 20260255 | 5 months ago | | | 0 | 0.00012970899 | |
| 19886003 | 6 months ago | | | 0 | 0.00016343356 | |
| 19856072 | 6 months ago | | | 0 | 0.00026603376 | |
| 19856067 | 6 months ago | | | 0 | 0.00033482391 | |
| 19455568 | 8 months ago | | | 0 | 0.0016378166 | |
| 19428345 | 8 months ago | | | 0 | 0.0030744426 |
ABI
ABI objects
Getter at block 21264907
baseURI() view returns (string)
https://raw.githubusercontent.com/spiridono666/randomice-metadata/master/
cost() view returns (uint256)
25000000000000000
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
minted() view returns (uint256)
6969
name() view returns (string)
RandoMice
owner() view returns (address)
0xce3e42407a54121f4796d75bc92542206d1b724e
status() view returns (bool)
false
symbol() view returns (string)
RMICE
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHolder(address _wallet) view returns (bool)
mintlist(address) 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)
claim(address _wallet)
flipSaleStatus()
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBabyMiceAddress(address _babyMiceAddr)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setDoodlesAddress(address _doodlesAddr)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMiceAddress(address _miceAddr)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.