1 2 3 4 5 6 7 8 9
package vm import "math/big" type Log struct { Address []byte Topics []*big.Int Data []byte }