RariFundManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
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 49 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "RariFundManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RariFundManager"
ABI
ABI objects
Getter at block 21198664
fundDisabled() view returns (bool)
false
getAcceptedCurrencies() view returns (string[])
[]
getInterestFeeRate() view returns (uint256)
0
getWithdrawalFeeRate() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
rariFundController() view returns (address)
0x0000000000000000000000000000000000000000
rariFundPriceConsumer() view returns (address)
0x0000000000000000000000000000000000000000
rariFundToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isCurrencyAccepted(string currencyCode) view returns (bool)
State-modifying
Events authorizeFundManagerDataSource(address authorizedFundManagerDataSource)
balanceOf(address account) returns (uint256)
deposit(string currencyCode, uint256 amount)
depositFees()
depositTo(address to, string currencyCode, uint256 amount)
forwardLostFunds(address erc20Contract, address to) returns (bool)
getFundBalance() returns (uint256)
getInterestAccrued() returns (int256)
getInterestFeesGenerated() returns (int256)
getInterestFeesUnclaimed() returns (uint256)
getRawFundBalance() returns (uint256)
getRawFundBalance(string currencyCode) returns (uint256)
getRawFundBalance(uint256[] pricesInUsd) returns (uint256)
getRawInterestAccrued() returns (int256)
initialize()
initialize(address sender)
renounceOwnership()
setAcceptedCurrencies(string[] currencyCodes, bool[] accepted)
setFundController(address newContract)
setFundDisabled(bool disabled)
setFundManagerData(struct RariFundManagerFundManagerData data)
setFundPriceConsumer(address newContract)
setFundProxy(address newContract)
setFundRebalancer(address newAddress)
setFundToken(address newContract)
setInterestFeeMasterBeneficiary(address beneficiary)
setInterestFeeRate(uint256 rate)
setWithdrawalFeeMasterBeneficiary(address beneficiary)
setWithdrawalFeeRate(uint256 rate)
transferOwnership(address newOwner)
upgradeFundManager(address newContract)
withdraw(string currencyCode, uint256 amount) returns (uint256)
withdrawFrom(address from, string[] currencyCodes, uint256[] amounts) returns (uint256[])
Deposit(string indexed currencyCode, address indexed sender, address indexed payee, uint256 amount, uint256 amountUsd, uint256 rftMinted)
FundControllerSet(address newContract)
FundDisabled()
FundEnabled()
FundManagerUpgraded(address newContract)
FundPriceConsumerSet(address newContract)
FundProxySet(address newContract)
FundRebalancerSet(address newAddress)
FundTokenSet(address newContract)
InterestFeeDeposit(address beneficiary, uint256 amountUsd)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(string indexed currencyCode, address indexed sender, address indexed payee, uint256 amount, uint256 amountUsd, uint256 rftBurned, uint256 withdrawalFeeRate)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.