MatchPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
Balances ($0.00)
No balances found for "MatchPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MatchPool"
ABI
ABI objects
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(address, address) view returns (uint256 principal, uint256 interestAmount, uint256 accInterest, uint256 interestTimestamp)
getAccInterest(address _account) view returns (uint256)
getLpValue(uint256 _lpTokenAmount) view returns (uint256)
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4)
mintPools(uint256) view returns (address)
staked(address) view returns (uint256)
supplied(address, address) view returns (uint256)
totalBorrowed(address) view returns (uint256)
totalDeposited(address) view returns (uint256)
totalMinted(address) view returns (uint256)
totalSupplied(address) view returns (uint256)
State-modifying
Events addMintPool(address _mintPool)
boostReward(uint256 _settingId, uint256 _amount)
borrowEUSD(uint256 _amount)
claimProtocolRevenue()
claimRebase() returns (uint256)
claimRewards()
delegateVote(address _delegatee)
initializeTest()
monitorBurn(uint256 _amount)
monitorDeposit(uint256 _amount, uint256 _eUSDMintAmount)
monitorMint(uint256 _amount)
monitorWithdraw(uint256 _amount)
renounceOwnership()
repayEUSD(address _account, uint256 _amount)
setBorrowPaused(bool _state)
setCollateralRatioRange(uint256 _lower, uint256 _upper, uint256 _ideal)
setLybraBoost(address _boost)
setLybraConfigurator(address _config)
setLybraLP(address _ethlbrLpToken, address _lpOracle, address _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()
CollateralRatioChanged(uint256 newLower, uint256 newUpper, uint256 newIdeal)
Initialized(uint8 version)
LPStakePaused(bool newState)
LPWithdrawPaused(bool newState)
LpStaked(address indexed account, uint256 amount)
LpWithdrew(address indexed account, uint256 amount)
LybraBoostChanged(address _newBoost)
LybraConfiguratorChanged(address _newConfig)
LybraLPChanged(address _newToken, address _newOracle, address _newPool)
MintPoolAdded(address newPool)
MonitorChanged(address newMonitor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardManagerChanged(address newManager)
StakeLimitChanged(uint256 newLimit)
SupplyLimitChanged(uint256 newLimit)
eUSDBorrowPaused(bool newState)
eUSDBorrowed(address indexed account, uint256 amount)
eUSDRepaid(address indexed account, uint256 amount)
stETHSupplied(address indexed account, uint256 amount)
stETHWithdrew(address indexed account, uint256 amount, uint256 punishment)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BorrowPaused()
ExceedAmountAllowed(uint256 _desired, uint256 _actual)
ExceedLimit()
InsufficientCollateral()
MinLybraDeposit()
StakePaused()
Unauthorized()
WithdrawPaused()