AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,216 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
0x66f4…a569
0x66f4…a569
0xfe98…2244
15 additional
variables
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18893625 | a year ago | | | 0 | 0.027590392 | |
| 18453167 | a year ago | | | 0 | 0.0095404700 | |
| 18231000 | a year ago | | | 0 | 0.0059079278 | |
| 17900772 | a year ago | | | 0 | 0.012349444 | |
| 17838772 | a year ago | | | 0 | 0.010368286 | |
| 17838772 | a year ago | | | 0 | 0.013262283 | |
| 17734199 | a year ago | | | 0 | 0.022511445 | |
| 17553054 | a year ago | | | 0 | 0.012991264 | |
| 17513687 | a year ago | | | 0 | 0.013714287 | |
| 17282566 | a year ago | | | 0 | 0.042588201 |
ABI
ABI objects
Getter at block 21198664 getAcceptedCurrencies() view returns (string[])
fundDisabled() view returns (bool)
false
getInterestFeeRate() view returns (uint256)
175000000000000000
getWithdrawalFeeRate() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x8ace03fc45139fddba944c6a4082b604041d19fc
rariFundController() view returns (address)
0x66f4856f1bbd1eb09e1c8d9d646f5a3a193da569
rariFundPriceConsumer() view returns (address)
0xfe98a52bcacc86432e7aa76376751dcfab202244
rariFundToken() view returns (address)
0x016bf078abcacb987f0589a6d3beadd4316922b0
Read-only
isCurrencyAccepted(string currencyCode) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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[])
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.