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 "FuseAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FuseAdmin"
ABI
ABI objects
Getter at block 21219318
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x23970cab3799b6876df4319661e6c03cc45bd59628799d92e988dd8cbdc90e31
comptroller() view returns (address)
0xc54172e34046c1653d1920d40333dd358c7a1af4
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
paused() view returns (bool)
false
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events _acceptAdmin()
_addRewardsDistributor(address distributor)
_deployMarket(address underlying, address irm, string name, string symbol, address impl, bytes data, uint256 reserveFactor, uint256 adminFee, uint256 collateralFactorMantissa)
_setBorrowCapGuardian(address newBorrowCapGuardian)
_setBorrowPaused(address cToken, bool state) returns (bool)
_setBorrowPausedByUnderlying(address underlying, bool state) returns (bool)
_setCloseFactor(uint256 newCloseFactorMantissa)
_setCollateralFactor(address cToken, uint256 newCollateralFactorMantissa)
_setLiquidationIncentive(uint256 newLiquidationIncentiveMantissa)
_setMarketBorrowCaps(address[] cTokens, uint256[] newBorrowCaps)
_setMarketBorrowCapsByUnderlying(address[] underlyings, uint256[] newBorrowCaps)
_setMarketSupplyCaps(address[] cTokens, uint256[] newSupplyCaps)
_setMarketSupplyCapsByUnderlying(address[] underlyings, uint256[] newSupplyCaps)
_setMintPaused(address cToken, bool state) returns (bool)
_setMintPausedByUnderlying(address underlying, bool state) returns (bool)
_setPauseGuardian(address newPauseGuardian) returns (uint256)
_setPendingAdmin(address newPendingAdmin)
_setPriceOracle(address newOracle)
_setSeizePaused(bool state) returns (bool)
_setTransferPaused(bool state) returns (bool)
_setWhitelistEnforcement(bool enforce)
_setWhitelistStatuses(address[] suppliers, bool[] statuses)
_toggleAutoImplementations(bool enabled)
_unsupportMarket(address cToken)
oracleAdd(address[] underlyings, address[] _oracles)
oracleChangeAdmin(address newAdmin)
pause()
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
unpause()
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
Paused(address account)
Unpaused(address account)
constructor(address _core, address _comptroller)
This contract contains no fallback and receive objects.
ComptrollerError()