AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,493 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x3f49…3657
0x3f49…3657
0x0000…0000
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REPT | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18732082 | a year ago | | | 0 | 0.0039378613 | |
| 18732075 | a year ago | | | 0 | 0.00098983045 | |
| 17847384 | a year ago | | | 0 | 0.0047327920 | |
| 17675941 | a year ago | | | 0 | 0.0029613821 | |
| 17103303 | 2 years ago | | | 0 | 0.0086632288 | |
| 16705217 | 2 years ago | | | 0 | 0.0046548760 | |
| 16576308 | 2 years ago | | | 0 | 0.0050663773 | |
| 16557048 | 2 years ago | | | 0 | 0.0054899875 | |
| 16425710 | 2 years ago | | | 0 | 0.0038153866 | |
| 16392963 | 2 years ago | | | 0 | 0.0049290120 |
ABI
ABI objects
Getter at block 21277685
getInterestFeeRate() view returns (uint256)
175000000000000000
isOwner() view returns (bool)
false
owner() view returns (address)
0x8ace03fc45139fddba944c6a4082b604041d19fc
rariFundController() view returns (address)
0x3f4931a8e9d4cdf8f56e7e8a8cfe3bede0e43657
rariFundToken() view returns (address)
0xcda4770d65b4211364cb870ad6be19e7ef1d65f4
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
fallback()
receive()
This contract contains no error objects.