Multi-sig Right
Archi Contracts authorization
Multisig Right
AddressProvider
setGmxRewardRouter
Set the address of the GMX Staking contractsetGmxRewardRouterV1
Set the address of the GMX Staking contract version 1setCreditAggregator
Set the address of the Archi CreditAggregator contract
AbstractVault
addCreditManager
Add a new credit managerforbidCreditManagerToBorrow
Forbid credit managers from borrowingforbidCreditManagersCanRepay
Forbid credit managers from repayingpause / unpause
Pause/unpause adding liquidity to the liquidity pool
VaultRewardDistributor
setSupplyRewardPoolRatio
Adjust the ratio of the deposit reward poolsetBorrowedRewardPoolRatio
Adjust the ratio of the borrowing reward pool
DepositorRewardDistributor
addExtraReward
Add the address of the VaultRewardDistributor contract to the deposit pooladdDistributor / addDistributors / removeDistributor
Add/remove the address of the DepositorRewardDistributor * contract for interest distribution governance
CreditCaller
addStrategy
Add a new strategyaddVaultManager
Add a creditManager corresponding to the collateral assetsetAllowlist
Set the address of the whitelist contract
CreditTokenStaker
addOwner / addOwners / removeOwner
Add/remove administrators for governance of the CreditToken contract
Team
Allowlist
permit
Add a user to the whitelistforbid
Remove a user from the whitelisttogglePassed
Give up whitelist validation
GMXDepositor
setPlatform
Add the address of the platform's profit recipientsetPlatformFee
Adjust the platform's profit ratio
CreditRewardTracker
setPendingOwner
Set the adminacceptOwner
Activate the new adminaddGovernor / addGovernors / removeGovernor
Add/remove governorsaddManager / removeManager
Add/remove CreditManagersaddDepositor / removeDepositor
Add/remove DepositorssetDuration
Set the time of each execution of "execute" function
Last updated