icon-bridge icon indicating copy to clipboard operation
icon-bridge copied to clipboard

Verify contracts on BSC mainnet and testnet tracker

Open FidelVe opened this issue 2 years ago • 1 comments

What needs to be done

Verify contracts on BSC mainnet and testnet tracker

The following contracts need to complete the process of verification on the respective mainnet or testnet trackers on BSC

mainnet:

  • ICX contract: https://bscscan.com/address/0x9b7b6A964f8870699Ae74744941663D257b0ec1f#code
  • sICX contract: https://bscscan.com/address/0x33acDF0Fe57C531095F6bf5a992bF5aA81c94Acf
  • bnUSD contract: https://bscscan.com/address/0xa804D2e9221057099eF331AE1c0D6616cC27d770
  • BTSCore logic contract: https://bscscan.com/address/0x796addbc22ab148f6d102c4adfdcefd72d978a20
  • BTSPeriphery logic contract: https://bscscan.com/address/0x1b13add065c85372fbfbd56beed42ea149a8522d#code

Testnet:

  • ICX contract: https://testnet.bscscan.com/address/0x7d8c52A23FD7e3ca1342797baE7caF6d7b8036BA
  • sICX contract: https://testnet.bscscan.com/address/0x0a7792fe75548b26b287871081Aa6b05f48D9e89
  • bnUSD contract: https://testnet.bscscan.com/address/0xc0c1aA22F99bb6724dC4159C256A5989D90A659C

Why it needs to be done

This allows developers to fetch the ABI of each contract directly from these trackers, it automate the process and makes it easier for building applications that interact with these contracts

Tests

N/A

Stories

N/A

Acceptance Criteria

Fetching for the contract ABI like in the following example will get the respective ABI

https://api-testnet.bscscan.com/api?module=contract&action=getabi&address=0xC7079D793af6c8C55ddd38981E33AE9d78dA3A00

Additional Information

N/A

FidelVe avatar Oct 16 '22 22:10 FidelVe

The following contracts also need verification

mainnet

  • BMCManagement logic contract: https://bscscan.com/address/0xf1bfc907dbfe545045b44d526b7ce68e7ce32e05#code
  • BMCPeriphery logic contract: https://bscscan.com/address/0xdb3e99ccea55b5377464b8795e4d7b4bf2864553#code

testnet

  • BMCManagement logic contract: https://testnet.bscscan.com/address/0x626f5c4f68108ebd60e82183a1c1e92b621d6500#code
  • BMCPeriphery logic contract: https://testnet.bscscan.com/address/0x93f09a2ffca008c4bbccc42d8ffd8f614d44be57#code

FidelVe avatar Oct 23 '22 03:10 FidelVe