Developer Docs
  • Introduction
  • Meta Vaults
    • USDC 3Pool Convex Meta Vault
      • 3Pool Convex Meta Vault
      • Meta Vault of Convex 3Crv Vaults
      • Convex 3Crv Vaults
    • General ERC-4626 Vault Interface
    • Liquidator
  • Ethereum Mainnet
    • mAssets
    • imAssets (SAVE)
    • Feeder Pools
    • Vaults
      • BoostedSavingsVault
      • BoostedSavingsVault V2
      • BoostedDualVault
    • Shared Addresses
    • Governance
      • stkMTA
      • stkBPT
      • Quest Manager
    • Save Wrapper
  • Emissions Controller
    • EmissionsController
    • Polygon Integration
      • Bridge Forwarder
      • L2 Bridge Recipient
      • L2 Emissions Controller
      • Disperse Forwarder
    • RevenueSplitBuyBack
    • BasicRewardsForwarder
    • VotiumBribeForwarder
  • Polygon
    • mUSD
    • imUSD
    • Feeder Pool
    • Vaults
    • Save Wrapper
    • Shared Addresses
  • Security
    • Multisig Admin Rights
    • Security Audits
      • Hacken Vault Security Audit
    • Bug Bounty
Powered by GitBook
On this page
  • Functions
  • constructor()

Was this helpful?

  1. Emissions Controller
  2. Polygon Integration

L2 Bridge Recipient

Receives bridged tokens from the PoS Bridge before the L2 Emissions Controller transfers the bridged tokens to the end recipient.

Functions

constructor()

function constructor (address _rewardsToken, address _l2EmissionsController) public

Parameter
Type
Description

_rewardsToken

address

Bridged rewards token on the Polygon chain.

_l2EmissionsController

address

Polygon contract that will distribute bridged rewards on the Polygon chain.

PreviousBridge ForwarderNextL2 Emissions Controller

Last updated 3 years ago

Was this helpful?