# Functions
Call executes the code given by the contract's address.
CanTransfer checks whether there are enough funds in the address' account to make a transfer.
CompileCode compiles the solidity code for the specified path.
Create executes the code using the EVM create method.
Create2 executes the code using the EVM create2 method.
No description provided by the author
CreateContract create and deploy a contract.
No description provided by the author
Execute executes the code using the input as call data during the execution.
No description provided by the author
SetDefaults sets defaults on the config.
Transfer subtracts amount from sender and adds amount to recipient using the given PersistStore.