minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
Attach a file by drag & drop or click to upload