MCPcopy Create free account
hub / github.com/CPChain/chain / Cep1BlockRewardSupplyY1

Function Cep1BlockRewardSupplyY1

configs/protocol_params.go:100–100  ·  view source on GitHub ↗

Those are total block rewards for every year

()

Source from the content-addressed store, hash-verified

98
99// Those are total block rewards for every year
100func Cep1BlockRewardSupplyY1() *big.Int { return new(big.Int).Set(cep1BlockRewardSupplyY1) }
101func Cep1BlockRewardSupplyY2() *big.Int { return new(big.Int).Set(cep1BlockRewardSupplyY2) }
102func Cep1BlockRewardSupplyY3() *big.Int { return new(big.Int).Set(cep1BlockRewardSupplyY3) }
103func Cep1BlockRewardSupplyY4() *big.Int { return new(big.Int).Set(cep1BlockRewardSupplyY4) }

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected