MetaFurnace
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 ($0.00)
No balances found for "MetaFurnace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MetaFurnace"
ABI
ABI objects
Getter at block 21436937 totalBaseTokenInPool() view returns (uint256)
baseToken() view returns (address)
0x0000000000000000000000000000000000000000
debtToken() view returns (address)
0x0000000000000000000000000000000000000000
feeInfo() view returns (address platform, uint32 platformPercentage, uint32 bountyPercentage)
(platform=0x0000000000000000000000000000000000000000, platformPercentage=0, bountyPercentage=0)
furnaceInfo() view returns (uint128 totalUnrealised, uint128 totalRealised, uint128 accUnrealisedFraction, uint64 distributeIndex, uint64 lastPaidOffDistributeIndex)
(totalUnrealised=0, totalRealised=0, accUnrealisedFraction=0, distributeIndex=0, lastPaidOffDistributeIndex=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardInfo() view returns (uint128 ratePerSecond, uint32 periodLength, uint48 lastUpdate, uint48 finishAt)
(ratePerSecond=0, periodLength=0, lastUpdate=0, finishAt=0)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.