MimicShhans
Verified contract
Active on
Ethereum with 14,111 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 "MimicShhans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153093 | 13 days ago | | | 0 | 0.00048420046 | |
| 21150543 | 14 days ago | | | 0 | 0.00061382762 | |
| 21140087 | 15 days ago | | | 0 | 0.00061946385 | |
| 21113339 | 19 days ago | | | 0 | 0.00022036305 | |
| 21105487 | 20 days ago | | | 0 | 0.000098495462 | |
| 21056454 | a month ago | | | 0 | 0.00034354831 | |
| 21055044 | a month ago | | | 0 | 0.00016258318 | |
| 21053650 | a month ago | | | 0 | 0.00013558963 | |
| 21053646 | a month ago | | | 0 | 0.00013421555 | |
| 21005703 | a month ago | | | 0 | 0.00021716706 |
ABI
ABI objects
Getter at block 21247639
contractURI() view returns (string)
https://ipfs.filebase.io/ipfs/QmSVEUtMWEW7ueqeqg1qdZWotybYVSH9Fp59bH9VHAr6SU
cost() view returns (uint256)
20000000000000000
hiddenMetadataUri() view returns (string)
https://ipfs.filebase.io/ipfs/QmP4yiunFY7LYWgVkD4oYWQ2U21JQTvQFQiWgPBk2wDVz7/mshidden.json
maxMintAmountPerTx() view returns (uint256)
2000
maxSupply() view returns (uint256)
10020
name() view returns (string)
MimicShhans
owner() view returns (address)
0xaa5a6eec8f785f8c4feeb28057f1f4f37ec33c44
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MS
totalSupply() view returns (uint256)
10012
uriPrefix() view returns (string)
https://ipfs.filebase.io/ipfs/QmP4yiunFY7LYWgVkD4oYWQ2U21JQTvQFQiWgPBk2wDVz7/
uriSuffix() view returns (string)
.json
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
bulkmint(uint256 _mintAmount, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 _mintAmount, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
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(uint96 _royaltyFeesInBips, string _contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.