Skip to content

Instantly share code, notes, and snippets.

View kedazo's full-sized avatar
💭

David Kedves kedazo

💭
View GitHub Profile
@fxfactorial
fxfactorial / example.go
Created February 14, 2022 16:22
ABI encode struct in golang
package main
import (
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
)