MimicShhansAi

Verified contract

Active on Ethereum with 1,168 txns
Deployed by via 0x7bc6ace5 at 15038744
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MimicShhansAi"

0xc74e97ae9a3af95b513d8f944cbfee5968acb5fda424540b9999a8264f392ccd
0xd50b312e85eae4482acbeb315721af7e49a90287cc45b1fb89f1198476fff132
0x5c222a42a0324ae06d8f412f20b8c4c82f931a58e4ba58a22fb0d64a03a0b7a8
0x036f7e3b37d9510e0c9a45052c0a55aa4c103cba18b8f8bab07dd6e3f406c028
0x3b2f74e2cbaec15195c1816a73b2ba8358353b712b893884cd5d08a0747b1cbf
0xdb2206262e1ff1c8089666c20605a186224836da6b2972d803ea894f49f3e1f2
0x3579bab63d1eba4627ccb0f11277e5d577b8cf6c21eadb42b1bad12df15be319
0x68897a37729b85376d74f2cc64ee4bee2a292a2201a65d1d6f97de0f2d948676
0x9578dd7d3091a9b475ca36748c1844f905094b6413487f0a8ed2ec901e96ab36
0x8de39233cc5f820b5595bffe935a5be41c156b83c0c4bd5a3e4c8759b6836218

Functions
Getter at block 21288622
COST(view returns (uint256)
5000000000000000
FREE_MINT_SUPPLY(view returns (uint256)
3000
MAX_MINT(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
5000
isReady(view returns (bool)
true
isRevealed(view returns (bool)
true
name(view returns (string)
MimicShhansAi
owner(view returns (address)
0x9b4db8c166b14ad1ab2f08b372f3d854fcca1c09
symbol(view returns (string)
MSAI
totalSupply(view returns (uint256)
3081
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setCost(uint256 _cost
setFreeSupply(uint256 _supply
setNotRevealedURI(string _URI
setReady(bool _state
setRevealed(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(