MakerManager

Verified contract

Active on Ethereum with 158 txns
Deployed by via 0x2ce1fb8e at 8218876
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MakerManager"

0x882ca8b4940262b1f0a652ebe3739c8eb2de993ec8691d2a3094e5704ebda5ca
0x183837174f332e30d6cddb5119e09fdfcf5031eef397942984d7ba29cff56d3b
0x93af0bac6cd2155b68b672fd3259a47accabe832ab1b6fc33ee883f63d3d6edd
0xeeca6a91e8bfb6a33a4376d3e3b63403e8418d47ca5f1de57064aba172cc5248
0x76c3c263777783849e8f4711bd658cded1de70ce9b7dbbcda86f983088d67d98
0xd964481539c53d067c8bc65154d7ccdb27adf23a70d140a3923b1874210ab934
0x26a7dc28658f2a42c4c8dc758d4e388c31191d3fb162862d2e7a8bd4c45870ce
0xa9e0cd56690c39f0a6d49dee8df36473f4b861e5b749f0f48aea58260d6e16ee
0x23709eb74e47e0d0ff29f757656725531661f9621baff6230c68a94aeb78fb98
0xc9c2903e9ba9b29303755bf2011e536257adf547d89d54f6402687af0f37e003

Functions
Getter at block 21180200
guardianStorage(view returns (address)
0x4cac0996ede3125a72be96942d299b1b26e5381b
makerCdp(view returns (address)
0x448a5065aebb8e423f0896e6c5d525c040f59af3
uniswapFactory(view returns (address)
0xc0a47dfe034b400b47bdad5fecda2621de6c4d95
Read-only
exists(bytes32 _cupaddress _makerCdpview returns (bool)
getLoan(address _walletbytes32 _loanIdview returns (uint8 _statusuint256 _ethValue)
getNonce(address _walletview returns (uint256 nonce)
pethCollateral(bytes32 _cupaddress _makerCdpview returns (uint256)
relayer(addressview returns (uint256 nonce)
State-modifying
addCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
addDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
addModule(address _walletaddress _module
closeLoan(address _walletbytes32 _loanId
daiDebt(bytes32 _cupaddress _makerCdpreturns (uint256)
execute(address _walletbytes _datauint256 _noncebytes _signaturesuint256 _gasPriceuint256 _gasLimitreturns (bool success)
governanceFeeInMKR(bytes32 _cupuint256 _daiRefundaddress _makerCdpreturns (uint256 _fee)
init(address _wallet
isSafe(bytes32 _cupaddress _makerCdpreturns (bool)
maxDaiDrawable(bytes32 _cupaddress _makerCdpreturns (uint256)
minCollateralRequired(bytes32 _cupaddress _makerCdpreturns (uint256)
minRequiredCollateral(bytes32 _cupaddress _makerCdpreturns (uint256 _minCollateral)
openLoan(address _walletaddress _collateraluint256 _collateralAmountaddress _debtTokenuint256 _debtAmountreturns (bytes32 _loanId)
recoverToken(address _token
removeCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
removeDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
totalGovernanceFeeInMKR(bytes32 _cupaddress _makerCdpreturns (uint256 _fee)
Events
CollateralAdded(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmount
CollateralRemoved(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmount
DebtAdded(address indexed _walletbytes32 indexed _loanIdaddress _debtTokenuint256 _debtAmount
DebtRemoved(address indexed _walletbytes32 indexed _loanIdaddress _debtTokenuint256 _debtAmount
LoanClosed(address indexed _walletbytes32 indexed _loanId
LoanOpened(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmountaddress _debtTokenuint256 _debtAmount
ModuleCreated(bytes32 name
ModuleInitialised(address wallet
TransactionExecuted(address indexed walletbool indexed successbytes32 signedHash
Constructor
constructor(address _registryaddress _guardianStorageaddress _makerCdpaddress _uniswapFactory
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.