Returns the gas remaining after an (internal) transaction

function simCreatedContract() internal returns (address created)

Return Values

NameTypeDescription
createdaddressthe new contract address of the Ethereum transaction/call/create, or 0 if no contracts were created

Notes

  1. Can only be called in a transaction stop hook.