Versions in this module Expand all Collapse all v0 v0.1.5 Aug 30, 2021 Changes in this version + var ContractAddress common.Address + var DeployerAddress common.Address + var DeployerAmount *big.Int + var DeploymentTransaction *types.Transaction + func DeployContract(ctx context.Context, client *ethclient.Client, key *ecdsa.PrivateKey) error + func IsDeployed(ctx context.Context, client *ethclient.Client) (bool, error) + func NewFundingTransaction(ctx context.Context, client *ethclient.Client, key *ecdsa.PrivateKey) (*types.Transaction, error)