Baby Medicated Mice
Verified contract
Active on
Ethereum with 1,319 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 "Baby Medicated Mice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19224467 | 9 months ago | | | 0 | 0.00039676181 | |
| 18915471 | a year ago | | | 0 | 0.00028214367 | |
| 18484347 | a year ago | | | 0 | 0.00062773419 | |
| 17737820 | a year ago | | | 0 | 0.0011311583 | |
| 17485124 | a year ago | | | 0 | 0.00041685433 | |
| 17485124 | a year ago | | | 0 | 0.00041685433 | |
| 17297034 | a year ago | | | 0 | 0.00073161317 | |
| 17008157 | 2 years ago | | | 0 | 0.00052330071 | |
| 17008156 | 2 years ago | | | 0 | 0.00051919923 | |
| 16856857 | 2 years ago | | | 0 | 0.00036842400 |
ABI
ABI objects
Getter at block 21222073
cost() view returns (uint256)
50000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmXoxUByEESqZicptzhp48fT9CwHi4jvBSD2wuKnf1ntU3/hidden.json
maxMintAmountPerTx() view returns (uint256)
1420
maxNFTPerAddress() view returns (uint256)
1420
maxSupply() view returns (uint256)
1420
merkleRoot() view returns (bytes32)
0xc4e0f2979588d374083ac9ba4937eb79287515a8c2707bcf864d9035bbcd7a37
name() view returns (string)
Baby Medicated Mice
owner() view returns (address)
0x0b8408c30bc6cffb372a446979eccc312122e79a
paused() view returns (bool)
false
presale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BMICE
totalSupply() view returns (uint256)
1305
uriPrefix() view returns (string)
ipfs://QmY9VLx4u9Xm7mA5yDVYV89fubKUFWY7BmnE6kK5SGvd7y/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(address _to, uint256 _tokenID, bytes32[] _proof) view returns (bool)
isWhitelisted(bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxNFTPerLimit(uint256 _limit)
setMaxSupply(uint256 _newSupply)
setMerkleRoot(bytes32 _root)
setPaused(bool _state)
setPresale(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()