This contract is being backfilled. You may encounter incomplete storage history.

Furnace

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x42271e2d at 16543324
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

No balances found for "Furnace"

No transactions found for "Furnace"


Functions
Getter at block 20797818
accUnrealisedFraction(view returns (uint128)
0
clevCVX(view returns (address)
0x0000000000000000000000000000000000000000
distributeIndex(view returns (uint64)
0
governor(view returns (address)
0x0000000000000000000000000000000000000000
harvestBountyPercentage(view returns (uint256)
0
lastPaidOffDistributeIndex(view returns (uint64)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
platform(view returns (address)
0x0000000000000000000000000000000000000000
platformFeePercentage(view returns (uint256)
0
rewardInfo(view returns (uint128 ratePerSeconduint32 periodLengthuint48 lastUpdateuint48 finishAt)
(ratePerSecond=0, periodLength=0, lastUpdate=0, finishAt=0)
stakePercentage(view returns (uint256)
0
stakeThreshold(view returns (uint256)
0
totalCVXInPool(view returns (uint256)
0
totalRealised(view returns (uint128)
0
totalUnrealised(view returns (uint128)
0
zap(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getUserInfo(address _accountview returns (uint256 unrealiseduint256 realised)
isWhitelisted(addressview returns (bool)
userInfo(addressview returns (uint128 unrealiseduint128 realiseduint192 accUnrealisedFractionPaiduint64 lastDistributeIndex)
State-modifying
claim(address _recipient
deposit(uint256 _amount
depositFor(address _accountuint256 _amount
distribute(address _originuint256 _amount
exit(address _recipient
harvest(address _recipientuint256 _minimumOutreturns (uint256)
initialize(address _governoraddress _clevCVXaddress _zapaddress _platformuint256 _platformFeePercentageuint256 _harvestBountyPercentage
renounceOwnership(
transferOwnership(address newOwner
updateGovernor(address _governor
updateHarvestBountyPercentage(uint256 _percentage
updatePendingDistribution(
updatePeriodLength(uint32 _length
updatePlatform(address _platform
updatePlatformFeePercentage(uint256 _feePercentage
updateStakePercentage(uint256 _percentage
updateStakeThreshold(uint256 _threshold
updateWhitelists(address[] _whitelistsbool _status
updateZap(address _zap
withdraw(address _recipientuint256 _amount
withdrawAll(address _recipient
Events
Claim(address indexed _accountaddress _recipientuint256 _amount
Deposit(address indexed _accountuint256 _amount
Distribute(address indexed _originuint256 _amount
Harvest(address indexed _calleruint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdateGovernor(address indexed _governor
UpdateHarvestBountyPercentage(uint256 _percentage
UpdatePeriodLength(uint256 _length
UpdatePlatform(address indexed _platform
UpdatePlatformFeePercentage(uint256 _feePercentage
UpdateStakePercentage(uint256 _percentage
UpdateStakeThreshold(uint256 _threshold
UpdateWhitelist(address indexed _whitelistbool _status
UpdateZap(address indexed _zap
Withdraw(address indexed _accountaddress _recipientuint256 _amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.