BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 185 txns
Unified 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
-
variable spans 1 additional slot
Balances ($76,754.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAX | ERC-20 | 76.98757K | $0.996969 |
$76,754.22 | |
clevUSD | ERC-20 | 5.613157 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19082383 | a year ago | | | 0 | 0.0014293310 | |
| 19082381 | a year ago | | | 0 | 0.0012564023 | |
| 19082366 | a year ago | | | 0 | 0.0012451386 | |
| 19082356 | a year ago | | | 0 | 0.0016943053 | |
| 18642399 | a year ago | | | 0 | 0.0040959360 | |
| 18293888 | a year ago | | | 0 | 0.0011593714 | |
| 18293876 | a year ago | | | 0 | 0.0010229385 | |
| 18257612 | a year ago | | | 0 | 0.00069959340 | |
| 18257606 | a year ago | | | 0 | 0.00095713206 | |
| 17947128 | a year ago | | | 0 | 0.0013210977 |
ABI
ABI objects
Getter at block 21435772
baseToken() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
debtToken() view returns (address)
0x3c20ac688410be8f391be1fb00afc5c212972f86
feeInfo() view returns (address platform, uint32 platformPercentage, uint32 bountyPercentage)
(platform=0xd6efa5b63531e9ae61e225b02cbacd59092a35be, platformPercentage=0, bountyPercentage=0)
furnaceInfo() view returns (uint128 totalUnrealised, uint128 totalRealised, uint128 accUnrealisedFraction, uint64 distributeIndex, uint64 lastPaidOffDistributeIndex)
(totalUnrealised=0, totalRealised=5613156520036635601, accUnrealisedFraction=0, distributeIndex=252, lastPaidOffDistributeIndex=252)
owner() view returns (address)
0xfc08757c505ea28709df66e54870fb6de09f0c5e
rewardInfo() view returns (uint128 ratePerSecond, uint32 periodLength, uint48 lastUpdate, uint48 finishAt)
(ratePerSecond=223889145006242, periodLength=1209600, lastUpdate=1731047651, finishAt=1732257251)
totalBaseTokenInPool() view returns (uint256)
76987569798217186168905
yieldInfo() view returns (address strategy, uint16 percentage, uint80 threshold)
(strategy=0x0000000000000000000000000000000000000000, percentage=0, threshold=0)
Read-only
getUserInfo(address _account) view returns (uint256 unrealised, uint256 realised)
isWhitelisted(address) view returns (bool)
userInfo(address) view returns (uint128 unrealised, uint128 realised, uint192 accUnrealisedFractionPaid, uint64 lastDistributeIndex)
State-modifying
Events claim(address _recipient)
deposit(address _account, uint256 _amount)
distribute(address _origin, address _token, uint256 _amount)
exit(address _recipient)
fixStatus(address[] _accounts, uint128[] _values)
harvest(address _recipient, uint256 _minimumOut) returns (uint256)
initialize(address _baseToken, address _debtToken)
migrateStrategy(address _strategy)
renounceOwnership()
transferOwnership(address newOwner)
updatePendingDistribution()
updatePeriodLength(uint32 _length)
updatePlatformInfo(address _platform, uint32 _platformPercentage, uint32 _bountyPercentage)
updateWhitelists(address[] _whitelists, bool _status)
updateYieldInfo(uint16 _percentage, uint80 _threshold)
withdraw(address _recipient, uint256 _amount)
withdrawAll(address _recipient)
Claim(address indexed _account, address _recipient, uint256 _amount)
Deposit(address indexed _account, uint256 _amount)
Distribute(address indexed _origin, uint256 _amount)
Harvest(address indexed _caller, uint256 _amount)
MigrateYieldStrategy(address _oldStrategy, address _newStrategy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateFeeInfo(address indexed _platform, uint32 _platformPercentage, uint32 _bountyPercentage)
UpdatePeriodLength(uint256 _length)
UpdateWhitelist(address indexed _whitelist, bool _status)
UpdateYieldInfo(uint16 _percentage, uint80 _threshold)
Withdraw(address indexed _account, address _recipient, uint256 _amount)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.