196 |
197 |
198 |

Yield Aggregator

199 | 204 | logo 205 | 206 |
207 |
208 |
209 |
210 | 211 |
{ 212 | e.preventDefault() 213 | this.depositHandler() 214 | }}> 215 | this.setState({ amountToDeposit: e.target.value })} /> 216 | 217 |
218 | 219 | 220 | 221 | 222 | 223 |
224 |
225 |

Current Wallet Balance (DAI): {this.state.walletBalance}

226 |

Amount Deposited to Aggregator (DAI): {this.state.aggregatorBalance}

227 |

Active Protocol: {this.state.activeProtocol}

228 |
229 |
230 |