Versions in this module Expand all Collapse all v0 v0.6.0 Jan 30, 2025 v0.5.0 Jan 15, 2025 Changes in this version + var ErrCompilationFailed = errors.New("compilation failed") + type Compiler struct + func New() *Compiler + func (c *Compiler) Compile(filename string, opts *Options) (*Contract, error) + type Contract struct + Constructor []byte + Runtime []byte + type EVMVersion string + const EVMVersionParis + const EVMVersionShanghai + type Options struct + EVMVersion EVMVersion