MakerManager
Verified contract
Active on
Ethereum with 3,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
0x448a…9af3
0xc0a4…4d95
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004272 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10347914 | 4 years ago | | | 0 | 0.0034594875 | |
| 10341147 | 4 years ago | | | 0 | 0.0073589250 | |
| 10307672 | 4 years ago | | | 0 | 0.0040225938 | |
| 10307666 | 4 years ago | | | 0 | 0.0052558438 | |
| 10298402 | 4 years ago | | | 0 | 0.0091819162 | |
| 10294342 | 4 years ago | | | 0 | 0.0069384150 | |
| 10294339 | 4 years ago | | | 0 | 0.0053063588 | |
| 10256160 | 4 years ago | | | 0 | 0.0051801596 | |
| 10249229 | 4 years ago | | | 0 | 0.0057347675 | |
| 10246064 | 4 years ago | | | 0 | 0.0096196100 |
ABI
ABI objects
Getter at block 21161882
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
makerCdp() view returns (address)
0x448a5065aebb8e423f0896e6c5d525c040f59af3
uniswapFactory() view returns (address)
0xc0a47dfe034b400b47bdad5fecda2621de6c4d95
Read-only
exists(bytes32 _cup, address _makerCdp) view returns (bool)
getLoan(address _wallet, bytes32 _loanId) view returns (uint8 _status, uint256 _ethValue)
getNonce(address _wallet) view returns (uint256 nonce)
pethCollateral(bytes32 _cup, address _makerCdp) view returns (uint256)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addCollateral(address _wallet, bytes32 _loanId, address _collateral, uint256 _collateralAmount)
addDebt(address _wallet, bytes32 _loanId, address _debtToken, uint256 _debtAmount)
addModule(address _wallet, address _module)
closeLoan(address _wallet, bytes32 _loanId)
daiDebt(bytes32 _cup, address _makerCdp) returns (uint256)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
governanceFeeInMKR(bytes32 _cup, uint256 _daiRefund, address _makerCdp) returns (uint256 _fee)
init(address _wallet)
isSafe(bytes32 _cup, address _makerCdp) returns (bool)
maxDaiDrawable(bytes32 _cup, address _makerCdp) returns (uint256)
minCollateralRequired(bytes32 _cup, address _makerCdp) returns (uint256)
minRequiredCollateral(bytes32 _cup, address _makerCdp) returns (uint256 _minCollateral)
openLoan(address _wallet, address _collateral, uint256 _collateralAmount, address _debtToken, uint256 _debtAmount) returns (bytes32 _loanId)
recoverToken(address _token)
removeCollateral(address _wallet, bytes32 _loanId, address _collateral, uint256 _collateralAmount)
removeDebt(address _wallet, bytes32 _loanId, address _debtToken, uint256 _debtAmount)
totalGovernanceFeeInMKR(bytes32 _cup, address _makerCdp) returns (uint256 _fee)
CollateralAdded(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount)
CollateralRemoved(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount)
DebtAdded(address indexed _wallet, bytes32 indexed _loanId, address _debtToken, uint256 _debtAmount)
DebtRemoved(address indexed _wallet, bytes32 indexed _loanId, address _debtToken, uint256 _debtAmount)
LoanClosed(address indexed _wallet, bytes32 indexed _loanId)
LoanOpened(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount, address _debtToken, uint256 _debtAmount)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, address _makerCdp, address _uniswapFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.