AFiManager
Verified contract
Active on
Ethereum with 96 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AFiManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264212 | a day ago | | | 0 | 0.027015877 | |
| 21236362 | 5 days ago | | | 0 | 0.0084734611 | |
| 21236273 | 5 days ago | | | 0 | 0.0091470393 | |
| 21236262 | 5 days ago | | | 0 | 0.0082538088 | |
| 21236223 | 5 days ago | | | 0 | 0.010346176 | |
| 21221252 | 7 days ago | | | 0 | 0.0040531816 | |
| 21218063 | 8 days ago | | | 0 | 0.0047320060 | |
| 21216426 | 8 days ago | | | 0 | 0.0082795315 | |
| 21200995 | 10 days ago | | | 0 | 0.020166834 | |
| 21198964 | 10 days ago | | | 0 | 0.0034433220 |
ABI
ABI objects
Getter at block 21273563
getDelayModule() view returns (address)
0xe56e418ad7fc784011b93360a4b4a84211d22f24
getPauseStatus() view returns (bool)
false
owner() view returns (address)
0xb4c710a52228707338cb0674101b1c5f511324fc
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rebalFeeUpperLimit() view returns (uint256)
5000
rebalanceController() view returns (address)
0x980d9fbb71a7dc2066120ce6d62d3adeca4df33f
rebalfee() view returns (uint256)
500
Read-only
getUTokenProportion(address aFiContract, address _aFiStorage) view returns (uint256[] underlyingTokenProportions, uint256 totalProp)
inputTokenUSD(address aFiContract, uint256 cSwapCounter, address _aFiStorage) view returns (uint256 totalPreDepositInUSD)
isQueueWithdrawUnstakingPaused(address) view returns (bool)
tokens(uint256) view returns (address)
State-modifying
Events acceptOwnership()
addTeamWalletInAFi(address _aFiStorage, address aFiContract, address _wallet)
algoRebalance2(address aFiContract, address _aFiStorage, address uTokenToRemove, uint256[] defProp, address depositTok, uint256 deadline, uint256 stableamountOut)
emergencyRebalance(address aFiContract, address _aFiStorage, address uTokenToRemove, uint256[] defProp)
pause()
pauseQueueWithdrawUnstaking(address afiContract, bool status)
reInitializeVault(address aFiContract, address _aFiStorage, bytes uniData, address[] uTokens, address[] oracles, uint256[] defaultProp, uint256[] currentProp, struct IAFiSwapParameters csParams)
rebalance(bytes data, struct AFiManagerRebalanceData rebalData, uint256 deadline, uint256[] minimumReturnAmount, uint256 stableAmountOut, uint256 _rebalFeeToDeduct)
rebalanceUnderlyingTokens(struct AFiManagerAlgoRebalanceData rebalanceData, struct IAFiSwapParameters csParams)
renounceOwnership()
setActiveRebalStatus(address _aFiStorage, address aFiContract, bool status)
setDelayModule(address _delayModule)
setRebalFee(uint256 _rebalfee)
setRebalFeeUpperLimit(uint256 _rebalFeeUpperLimit)
setRebalanceController(address _rebalanceController)
setafiOracleContract(address _afiOracle)
transferOwnership(address newOwner)
unPause()
updateStableUnitsInUSD(uint256 _preDepositsStablesInUSD) returns (uint256)
withdrawFromPool(address _afiStorage, address aFiContract, address underlyinToken)
AFiManagerSwap(address indexed _aFiContract, address _fromToken, address _toToken, uint256 _amount)
AddTeamWalletInAFi(address indexed aFiContract, address _wallet)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Rebalance(address indexed _aFiContract, uint8 _scenario)
RebalanceUnderlyingTokens(address indexed aFiContract, address _aFiStorage, address[] newUnderlyingTokens, address stableCoin, uint256 managerFee)
SetActiveRebalStatus(address indexed _aFiContract, bool status)
UTokenProportionUpdated(address indexed aFiContract, uint256[] uTokenProportions)
Unpaused(address account)
WithdrawFromPool(address indexed _aFiContract, address uToken)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.