simCreatedContractReturns the gas remaining after an (internal) transactionSolidityfunction simCreatedContract() internal returns (address created) Return Values NameTypeDescriptioncreatedaddressthe new contract address of the Ethereum transaction/call/create, or 0 if no contracts were created Notes Can only be called in a transaction stop hook.