The Bridge contract is designed to facilitate cross-network token transfers. It provides mechanisms for depositing tokens on one chain and withdrawing them on another, leveraging the security features of the Solidity language and OpenZeppelin's smart contract standards.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 1 | 2 | - | 1 | 4 |
Total | 2 | 2 | 0 | 1 | 5 |
# | File Name |
---|---|
1 | contracts/Bridge.sol |
2 | contracts/libraries/Structs.sol |