"udapp.contractOptionsTitle2":"Select a compiled contract to deploy or to use with At Address.",
"udapp.contractOptionsTitle3":"Select and compile *.sol file to deploy or access a contract.",
"udapp.contractOptionsTitle4":"When there is a compiled .sol file, choose the contract to deploy or to use with At Address.",
"udapp.checkSumWarning":"It seems you are not using a checksumed address.A checksummed address is an address that contains uppercase letters, as specified in {a}.Checksummed addresses are meant to help prevent users from sending transactions to the wrong address.",
"udapp.checkSumWarning":"It seems you are not using a checksummed address.A checksummed address is an address that contains uppercase letters, as specified in {a}.Checksummed addresses are meant to help prevent users from sending transactions to the wrong address.",
"udapp.isOverSizePromptEip170":"Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fail if the current network has activated the eip 170. More info: {a}",
"udapp.isOverSizePromptEip3860":"Contract creation init code exceeds the allowed max code size of 49152 bytes. The deployment will likely fail if the current network has activated the eip 3860. More info: {a}",
"udapp.thisContractMayBeAbstract":"This contract may be abstract, it may not implement an abstract parent's methods completely or it may not invoke an inherited contract's constructor correctly.",
"editor.explainFunctionByAI":"```\n{content}\n```\nExplain the function {currentFunction}",
"editor.explainFunctionByAISol":"```\n{content}\n```\nExplain the function {currentFunction}",
"editor.ExplainPipeMessage":"```\n {content}\n```\nExplain the snipped above",
"editor.PastedCodeSafety":"```\n {content}\n```\n\nReply in a short manner: Does this code contain major security vulnerabilities leading to a scam or loss of funds?",
"editor.executeFreeFunction":"Run a free function",
"editor.executeFreeFunction2":"Run the free function \"{name}\"",
"editor.toastText1":"This can only execute free function",
constprompt="```\n"+content+"\n```\n\nReply in a short manner: Does this code contain major security vulnerabilities leading to a scam or loss of funds?"
beforeChange?:(nextSlide: number,state: StateCallBack)=>void;// Change callback before sliding every time. `(previousSlide, currentState) => ...`
sliderClass?: string;// Use this to style your own track list.
itemClass?: string;// Use this to style your own Carousel item. For example add padding-left and padding-right
itemAriaLabel?: string;// Use this to add your own Carousel item aria-label.if it is not defined the child aria label will be applied if the child dont have one than a default empty string will be applied
itemAriaLabel?: string;// Use this to add your own Carousel item aria-label.if it is not defined the child aria label will be applied if the child doesn't have one, then a default empty string will be applied
containerClass?: string;// Use this to style the whole container. For example add padding to allow the "dots" or "arrows" to go to other places without being overflown.
className?: string;// Use this to style the whole container with styled-components
dotListClass?: string;// Use this to style the dot list.