Documentation
¶
Index ¶
- Variables
- func Add(a *big.Int, b *big.Int) *big.Int
- func Dec(val *big.Int) *big.Int
- func Inc(val *big.Int) *big.Int
- func IsEq(a *big.Int, b *big.Int) bool
- func IsGt(a *big.Int, b *big.Int) bool
- func IsGte(a *big.Int, b *big.Int) bool
- func IsLt(a *big.Int, b *big.Int) bool
- func IsLte(a *big.Int, b *big.Int) bool
- func IsNonZero(a *big.Int) bool
- func IsZero(a *big.Int) bool
- func Max(a *big.Int, b *big.Int) *big.Int
- func Min(a *big.Int, b *big.Int) *big.Int
- func Neg(val *big.Int) *big.Int
- func RemoveProxyLogs(logs []*types.Log) []*types.Log
- func Sub(a *big.Int, b *big.Int) *big.Int
- func Sum(values ...*big.Int) *big.Int
Constants ¶
This section is empty.
Variables ¶
View Source
var Big0 = big.NewInt(0)
View Source
var Big1 = big.NewInt(1)
View Source
var ErrNotImplemented = errors.New("Not implemented")
View Source
var ProxyEventIds = []string{
"0xab64f92ab780ecbf4f3866f57cee465ff36c89450dcce20237ca7a8d81fb7d13",
"0x50146d0e3c60aa1d17a70635b05494f864e86144a2201275021014fbf08bafe2",
}
Functions ¶
func RemoveProxyLogs ¶
RemoveProxyLogs filters out logs from Proxy events and returns a list of Logs that are safe to Parse using the implementation contract's abi.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.