modalDialog('Contract code size over limit',yo`<div>Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fails. <br>
More info: <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md" target="_blank">eip-170</a>
</div>`,
{
label:'Force Send',
fn:()=>{
forceSend()
}},{
label:'Cancel',
fn:()=>{
self._deps.logCallback(`creation of ${selectedContract.name} canceled by user.`)