FuseGuardian
Verified contract
Active on
Ethereum with 0 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 "FuseGuardian"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FuseGuardian"
ABI
ABI objects
Getter at block 21436367
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x7f85477db6c0857f19179a2b3846a7ddbc64caeeb3a02ef34771b82f5ab926e4
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 _setBorrowCapGuardian(address newBorrowCapGuardian)
_setBorrowPaused(address cToken, bool state) returns (bool)
_setBorrowPausedByUnderlying(address underlying, bool state) returns (bool)
_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)
_setSeizePaused(bool state) returns (bool)
_setTransferPaused(bool state) returns (bool)
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.
This contract contains no error objects.