RariFundManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
28
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
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 21277685
getInterestFeeRate() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
rariFundController() view returns (address)
0x0000000000000000000000000000000000000000
rariFundToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events addMissingPools()
authorizeFundManagerDataSource(address authorizedFundManagerDataSource)
balanceOf(address account) returns (uint256)
deposit() payable returns (bool)
depositFees() returns (bool)
depositTo(address to) payable returns (bool)
disableFund()
enableFund()
getFundBalance() returns (uint256)
getInterestAccrued() returns (int256)
getInterestFeesGenerated() returns (int256)
getInterestFeesUnclaimed() returns (uint256)
getRawFundBalance() returns (uint256)
getRawInterestAccrued() returns (int256)
initialize()
initialize(address sender)
renounceOwnership()
setFundController(address newContract)
setFundManagerData(struct RariFundManagerFundManagerData data)
setFundProxy(address newContract)
setFundRebalancer(address newAddress)
setFundToken(address newContract)
setInterestFeeMasterBeneficiary(address beneficiary)
setInterestFeeRate(uint256 rate)
transferOwnership(address newOwner)
upgradeFundManager(address newContract)
withdraw(uint256 amount) returns (bool)
withdrawFees() returns (bool)
withdrawFrom(address from, uint256 amount) returns (bool)
Deposit(address indexed sender, address indexed payee, uint256 amount, uint256 reptMinted)
FundControllerSet(address newContract)
FundDisabled()
FundEnabled()
FundManagerUpgraded(address newContract)
FundProxySet(address newContract)
FundRebalancerSet(address newAddress)
FundTokenSet(address newContract)
InterestFeeDeposit(address beneficiary, uint256 amount)
InterestFeeWithdrawal(address beneficiary, uint256 amountEth)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed sender, address indexed payee, uint256 amount, uint256 reptBurned)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.