- package systemcontracts
- const (
- // genesis contracts
- ValidatorContract = "0x0000000000000000000000000000000000001000"
- SlashContract = "0x0000000000000000000000000000000000001001"
- SystemRewardContract = "0x0000000000000000000000000000000000001002"
- LightClientContract = "0x0000000000000000000000000000000000001003"
- RelayerHubContract = "0x0000000000000000000000000000000000001004"
- CandidateHubContract = "0x0000000000000000000000000000000000001005"
- GovHubContract = "0x0000000000000000000000000000000000001006"
- PledgeCandidateContract = "0x0000000000000000000000000000000000001007"
- BurnContract = "0x0000000000000000000000000000000000001008"
- FoundationContract = "0x0000000000000000000000000000000000001009"
- )
|