const.go 777 B

123456789101112131415
  1. package systemcontracts
  2. const (
  3. // genesis contracts
  4. ValidatorContract = "0x0000000000000000000000000000000000001000"
  5. SlashContract = "0x0000000000000000000000000000000000001001"
  6. SystemRewardContract = "0x0000000000000000000000000000000000001002"
  7. LightClientContract = "0x0000000000000000000000000000000000001003"
  8. RelayerHubContract = "0x0000000000000000000000000000000000001004"
  9. CandidateHubContract = "0x0000000000000000000000000000000000001005"
  10. GovHubContract = "0x0000000000000000000000000000000000001006"
  11. PledgeCandidateContract = "0x0000000000000000000000000000000000001007"
  12. BurnContract = "0x0000000000000000000000000000000000001008"
  13. FoundationContract = "0x0000000000000000000000000000000000001009"
  14. )