CRP BscScan Verification Bundle v1.0.0
This release contains the official BscScan verification bundle for the CopyrightPass (CRP) core contracts deployed on BNB Smart Chain Mainnet.
Purpose
This bundle is published for transparency, reproducibility, audit review, explorer verification, and ecosystem partner due diligence.
Contents
The bundle includes:
- Standard JSON Input files for BscScan verification
- Minified Standard JSON Input files for submission
- Reconstructed Solidity source trees
- Constructor arguments
- Contract architecture diagram
- Verification helper script
- English / Chinese verification documentation
Core Contracts
| Contract | Address |
|---|---|
| CopyrightPass (CRP Token) | 0x2059b3cdb31abaeBc9E313246795b754F8A2784c |
| VotingEscrow | 0xf34376DED6806afD98fc5CA164582459D0A62bF3 |
| CRPGovernor | 0x7F115028C2E1f70cb4A8E84062e1803e8AfA080b |
| ProtocolTimelock | 0x955262f7ED80708d09643195c2a4Cf45abdee3eC |
| OperationalTimelock | 0xea9B9a25532481cd89236Ec5612282dA8d6E6305 |
| CRPEcosystemRegistry | 0x152E93dE6c1e02a726f11C672B641FDf4e3179C8 |
Network
| Item | Value |
|---|---|
| Chain | BNB Smart Chain Mainnet |
| Chain ID | 56 |
| Compiler | v0.8.24+commit.e11b9ed9 |
| Optimizer | Enabled, 200 runs |
| EVM Version | cancun |
| License | MIT |
Security Note
This release package is intended for public verification and reproducibility.
It does not include:
- Private keys
- Wallet mnemonics
- Server passwords
- Private RPC endpoints
- Real BscScan / Etherscan API keys
The verification script uses an environment variable placeholder:
ETHERSCAN_API_KEY=your_key_here
Users must configure their own API key locally before running the verification script.