This commit is contained in:
Jared Wasinger 2025-02-03 20:06:05 -08:00
parent 82886ff010
commit 3a96aaa819

View file

@ -19,11 +19,12 @@ package bind
import ( import (
"context" "context"
"errors" "errors"
"github.com/ethereum/go-ethereum/event"
"math/big" "math/big"
"strings" "strings"
"sync" "sync"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"