Aesthetically Pleasing Ethereum Statements
An apeline is a single EVM call expressed in a human-readable form.
An apeline parser extracts the interlaced ABI, values, and options from the apeline, and generates encoded calldata.
[type value, ...] = addr.funcName.calltype{callopts}(type value, ...)
typeis an EVM ABI type (likeuint256)valueis a literal value (parses depending on type), or a variable nameaddris an address (literal or variable)funcNameis the function namecalltypeiscall,view, ordelccalloptsis (optional){gas: _, value: _}
$DMAP.set(bytes32 'hello', bytes32 'bob', bytes32 0x1)
$WETH.transfer(address $BOB, uint 100wad)