PolygonZkEVMV2Existent.sol
## Functions ### ##### Parameters | Name | Type | Description | | :--- | :--- | :------------------------------------------------------------------- | | | contr
Functions
constructor
function constructor(
contract IPolygonZkEVMGlobalExitRoot _globalExitRootManager,
contract IERC20Upgradeable _pol,
contract IPolygonZkEVMBridge _bridgeAddress,
contract PolygonRollupManager _rollupManager
) publicParameters
| Name | Type | Description |
|---|---|---|
_globalExitRootManager | contract IPolygonZkEVMGlobalExitRoot | Global exit root manager address. |
_pol | contract IERC20Upgradeable | POL token address. |
_bridgeAddress | contract IPolygonZkEVMBridge | Bridge address. |
_rollupManager | contract PolygonRollupManager | Global exit root manager address. |
Edit on GitHub
Last updated on
PolygonZkEVMV2.sol
## Functions ### ##### Parameters | Name | Type | Description | | :--- | :--- | :------------------------------------------------------------------- | | | contr
DepositContractBase.sol
This contract is a helper for all functions related to the sparse Merkle tree. And it is based on the implementation of the deposit eth2.0 contract https://gith