PegRecoveryModule
Verified contract
Active on
Ethereum with 280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,064.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
3Crv | ERC-20 | 3.490543K | $1.037 |
$3,619.69 | |
FXS | ERC-20 | 41.442743 | $3.61 |
$149.61 | |
LDO | ERC-20 | 73.440723 | $1.79 |
$131.46 | |
CVX | ERC-20 | 13.05219 | $4.68 |
$61.08 | |
TRIBE | ERC-20 | 48.994872 | $0.601147 |
$29.45 | |
UST | ERC-20 | 1.063684K | $0.026251 |
$27.92 | |
ALCX | ERC-20 | 0.870814 | $22.06 |
$19.21 | |
SPELL | ERC-20 | 13.153889K | $0.000988 |
$12.99 | |
ANGLE | ERC-20 | 170.613987 | $0.027956 |
$4.77 | |
DAI | ERC-20 | 4.258471 | $0.999838 |
$4.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910965 | a year ago | | | 0 | 0.0028202159 | |
| 16819085 | 2 years ago | | | 0 | 0.027963641 | |
| 16493481 | 2 years ago | | | 0 | 0.019797720 | |
| 16439507 | 2 years ago | | | 0 | 0.0052988948 | |
| 16179621 | 2 years ago | | | 0 | 0.0047875625 | |
| 15949011 | 2 years ago | | | 0 | 0.012964104 | |
| 15549164 | 2 years ago | | | 0 | 0.0023896893 | |
| 15549125 | 2 years ago | | | 0 | 0.0073121220 | |
| 15172233 | 2 years ago | | | 0 | 0.0049749554 | |
| 15171159 | 2 years ago | | | 0 | 0.0097525883 |
ABI
ABI objects
Getter at block 21309484
crv3() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
crv3Provided() view returns (uint256)
0
crv3pool() view returns (address)
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
owner() view returns (address)
0x597f540bb63381ffa267027d2d479984825057a8
rewardsDuration() view returns (uint256)
1209600
team() view returns (address)
0x4e306774f4a7e5c970ce94e748722f5eafd1d46f
totalCrv3() view returns (uint256)
3490542815637929863159
totalUsdm() view returns (uint256)
13471199851330792096119
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdm() view returns (address)
0x31d4eb09a216e181ec8a43ce79226a487d6f0ba9
usdm3crv() view returns (address)
0x5b3b5df2bf2b6543f78e053bd91c4bdd820929f1
usdmProvided() view returns (uint256)
0
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
approvedReward(address _token) view returns (bool)
claimableAmount(address _account) view returns (struct VotiumShareEarnedData[] userRewards)
crv3Share(address) view returns (uint256)
rewardData(address) view returns (uint256 rewardLeft, uint40 periodFinish, uint208 rewardRate, uint40 lastUpdateTime, uint208 rewardPerTokenStored)
rewardIndex(address) view returns (uint256)
rewardTokens(uint256) view returns (address)
rewards(address, address) view returns (uint256)
usdmShare(address) view returns (uint256)
userRewardPerTokenPaid(address, address) view returns (uint256)
State-modifying
Events changeTeam(address _team)
claim()
deposit3Crv(uint256 _deposit)
depositStable(uint256[3] _deposit, uint256 _min3crv)
depositUsdm(uint256 _usdm)
pairLiquidity(uint256 _amount, uint256 _min_liquidity)
removeLiquidity(uint256 _amount, uint256 _max_burn)
renounceOwnership()
sweepTokens()
syncRewards(address[] _tokens)
transferOwnership(address newOwner)
withdraw3Crv(uint256 _withdraw)
withdrawStable(uint256[3] _withdraw, uint256 _3crv_max)
withdrawUsdm(uint256 _usdm)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _usdm, address _crv3, address _dai, address _usdc, address _usdt, address _usdm3crv, address _crv3pool)
This contract contains no fallback and receive objects.
This contract contains no error objects.