AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 114 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
Balances ($70,326.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 70.316067K | $1.00 |
$70,316.07 | |
COMP | ERC-20 | 0.207279 | $49.61 |
$10.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14694579 | 3 years ago | | | 0 | 0.016608778 | |
| 14694573 | 3 years ago | | | 0 | 0.017399797 | |
| 14579244 | 3 years ago | | | 0 | 0.0086382381 | |
| 14579241 | 3 years ago | | | 0 | 0.0085117597 | |
| 14504436 | 3 years ago | | | 0 | 0.0097619355 | |
| 14504435 | 3 years ago | | | 0 | 0.0038736077 | |
| 14504432 | 3 years ago | | | 0 | 0.010231789 | |
| 14504426 | 3 years ago | | | 0 | 0.010977386 | |
| 14399395 | 3 years ago | | | 0 | 0.011883250 | |
| 14161662 | 3 years ago | | | 0 | 0.023962259 |
ABI
ABI objects
Getter at block 21198408 getDydxBalances() view returns (address[], uint256[])
IS_RARI_FUND_CONTROLLER() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0x8ace03fc45139fddba944c6a4082b604041d19fc
rariFundManager() view returns (address)
0xb465baf04c087ce3ed1c266f96ca43f4847d9635
Read-only
_currencyIndexes(string) view returns (uint8)
fuseAssets(uint8, string) view returns (address)
getPoolsByCurrency(string currencyCode) view returns (uint8[])
hasCurrencyInPool(uint8 pool, 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
_getPoolBalance(uint8 pool, string currencyCode) returns (uint256)
addFuseAssets(uint8[] pools, string[][] currencyCodes, address[][] cTokens)
approveToPool(uint8 pool, string currencyCode, uint256 amount)
claimMStableRewards(bool all, uint256 first, uint256 last)
depositToPool(uint8 pool, string currencyCode, uint256 amount)
disableFund()
enableFund()
getPoolBalance(uint8 pool, string currencyCode) returns (uint256)
initialize()
initialize(address sender)
renounceOwnership()
setAaveReferralCode(uint16 referralCode)
setExchangeLossRateLimit(int256 limit)
setFundManager(address newContract)
setFundRebalancer(address newAddress)
swapExactTokensForTokens(address[] path, uint256 inputAmount, uint256 minOutputAmount)
swapMStable(string inputCurrencyCode, string outputCurrencyCode, uint256 inputAmount, uint256 minOutputAmount)
transferOwnership(address newOwner)
upgradeFundController(address newContract)
upgradeFundController(address newContract, address erc20Contract) returns (bool)
withdrawAllFromPool(uint8 pool, string currencyCode)
withdrawAllFromPoolOnUpgrade(uint8 pool, string currencyCode)
withdrawFromPool(uint8 pool, string currencyCode, uint256 amount)
withdrawFromPoolOptimized(uint8 pool, string currencyCode, uint256 amount, bool all)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
CurrencyTrade(string indexed inputCurrencyCode, string indexed outputCurrencyCode, uint256 inputAmount, uint256 inputAmountUsd, uint256 outputAmount, uint256 outputAmountUsd, uint8 indexed exchange)
FundDisabled()
FundEnabled()
FundManagerSet(address newAddress)
FundRebalancerSet(address newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAllocation(uint8 indexed action, uint8 indexed pool, string indexed currencyCode, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.