MatchPool

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xdc7d2bf1 at 20411676
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
16 additional variables

No balances found for "MatchPool"

No transactions found for "MatchPool"


Functions
Getter at block 21204350
borrowPaused(view returns (bool)
false
borrowRatePerSec(view returns (uint256)
0
collateralRatioIdeal(view returns (uint256)
0
collateralRatioLower(view returns (uint256)
0
collateralRatioUpper(view returns (uint256)
0
esLBRBoost(view returns (address)
0x0000000000000000000000000000000000000000
ethlbrLpToken(view returns (address)
0x0000000000000000000000000000000000000000
ethlbrStakePool(view returns (address)
0x0000000000000000000000000000000000000000
getMintPool(view returns (address)
0x0000000000000000000000000000000000000000
globalBorrowRatioThreshold(view returns (uint256)
0
lybraConfigurator(view returns (address)
0x0000000000000000000000000000000000000000
maxBorrowRatio(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardManager(view returns (address)
0x0000000000000000000000000000000000000000
stakePaused(view returns (bool)
false
totalStaked(view returns (uint256)
0
withdrawPaused(view returns (bool)
false
Read-only
borrowed(addressaddressview returns (uint256 principaluint256 interestAmountuint256 accInterestuint256 interestTimestamp)
getAccInterest(address _accountview returns (uint256)
getLpValue(uint256 _lpTokenAmountview returns (uint256)
isValidSignature(bytes32 _hashbytes _signatureview returns (bytes4)
mintPools(uint256view returns (address)
staked(addressview returns (uint256)
supplied(addressaddressview returns (uint256)
totalBorrowed(addressview returns (uint256)
totalDeposited(addressview returns (uint256)
totalMinted(addressview returns (uint256)
totalSupplied(addressview returns (uint256)
State-modifying
addMintPool(address _mintPool
boostReward(uint256 _settingIduint256 _amount
borrowEUSD(uint256 _amount
claimProtocolRevenue(
claimRebase(returns (uint256)
claimRewards(
delegateVote(address _delegatee
initializeTest(
monitorBurn(uint256 _amount
monitorDeposit(uint256 _amountuint256 _eUSDMintAmount
monitorMint(uint256 _amount
monitorWithdraw(uint256 _amount
renounceOwnership(
repayEUSD(address _accountuint256 _amount
setBorrowPaused(bool _state
setCollateralRatioRange(uint256 _loweruint256 _upperuint256 _ideal
setLybraBoost(address _boost
setLybraConfigurator(address _config
setLybraLP(address _ethlbrLpTokenaddress _lpOracleaddress _ethlbrStakePool
setMonitor(address _monitor
setRewardManager(address _rewardManager
setStakeLimit(uint256 _valueLimit
setStakePaused(bool _state
setSupplyLimit(uint256 _valueLimit
setWithdrawPaused(bool _state
stakeLP(uint256 _amount
supplyETH(payable 
supplyStETH(uint256 _amount
transferOwnership(address newOwner
unstakeSomeESLBR(uint256 _amount
withdrawLP(uint256 _amount
withdrawStETH(uint256 _amount
withdrawVestingLBR(
Events
CollateralRatioChanged(uint256 newLoweruint256 newUpperuint256 newIdeal
Initialized(uint8 version
LPStakePaused(bool newState
LPWithdrawPaused(bool newState
LpStaked(address indexed accountuint256 amount
LpWithdrew(address indexed accountuint256 amount
LybraBoostChanged(address _newBoost
LybraConfiguratorChanged(address _newConfig
LybraLPChanged(address _newTokenaddress _newOracleaddress _newPool
MintPoolAdded(address newPool
MonitorChanged(address newMonitor
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardManagerChanged(address newManager
StakeLimitChanged(uint256 newLimit
SupplyLimitChanged(uint256 newLimit
eUSDBorrowPaused(bool newState
eUSDBorrowed(address indexed accountuint256 amount
eUSDRepaid(address indexed accountuint256 amount
stETHSupplied(address indexed accountuint256 amount
stETHWithdrew(address indexed accountuint256 amountuint256 punishment
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
BorrowPaused(
ExceedAmountAllowed(uint256 _desireduint256 _actual
ExceedLimit(
InsufficientCollateral(
MinLybraDeposit(
StakePaused(
Unauthorized(
WithdrawPaused(