YieldProxy
Verified contract
Active on
Ethereum with 690 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2f0b…042a
0x9759…1a28
0x06af…c215
0xb941…b91a
0xfa21…f96e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
fyDai21Mar | ERC-20 | 0.01 | -- | -- | |
fyDai21Dec | ERC-20 | 0.01 | -- | -- | |
fyDai20Dec | ERC-20 | 0.01 | -- | -- | |
fyDai21Sep | ERC-20 | 0.01 | -- | -- | |
fyDai20Oct | ERC-20 | 0.01 | -- | -- | |
fyDai21Jun | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12005880 | 4 years ago | | | 0 | 0.017950912 | |
| 11693941 | 4 years ago | | | 0 | 0.017328076 | |
| 11693594 | 4 years ago | | | 0 | 0.053915555 | |
| 11648077 | 4 years ago | | | 0 | 0.0080356840 | |
| 11648064 | 4 years ago | | | 0 | 0.0076937400 | |
| 11648056 | 4 years ago | | | 0 | 0.0062617500 | |
| 11648052 | 4 years ago | | | 0 | 0.0062617500 | |
| 11555006 | 4 years ago | | | 0 | 0.021822696 | |
| 11554997 | 4 years ago | | | 0 | 0.0089373960 | |
| 11554983 | 4 years ago | | | 0 | 0.0088442680 |
ABI
ABI objects
Getter at block 21306196
CHAI() view returns (bytes32)
0x4348414900000000000000000000000000000000000000000000000000000000
MTY() view returns (bool)
true
UNIT() view returns (uint256)
1000000000000000000000000000
WETH() view returns (bytes32)
0x4554482d41000000000000000000000000000000000000000000000000000000
YTM() view returns (bool)
false
chai() view returns (address)
0x06af07097c9eeb7fd685c692751d5c66db49c215
controller() view returns (address)
0xb94199866fe06b535d019c11247d3f921460b91a
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
daiJoin() view returns (address)
0x9759a6ac90977b93b58547b4a71c78317f391a28
treasury() view returns (address)
0xfa21de6f225c25b8f13264f1bff5e1e44a37f96e
vat() view returns (address)
0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wethJoin() view returns (address)
0x2f0b23f53734252bda2277357e97e1517d6b042a
Read-only
pools(uint256) view returns (address)
poolsMap(address) view returns (bool)
State-modifying
Events addLiquidity(address pool, uint256 daiUsed, uint256 maxFYDai) returns (uint256)
authorizePool(address pool, address from, bytes daiSig, bytes fyDaiSig, bytes poolSig)
borrowDaiForMaximumFYDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 maximumFYDai, uint256 daiToBorrow) returns (uint256)
borrowMinimumDaiForFYDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 fyDaiToBorrow, uint256 minimumDaiToBorrow) returns (uint256)
buyDai(address pool, address to, uint128 daiOut, uint128 maxFYDaiIn) returns (uint256)
buyDaiWithSignature(address pool, address to, uint128 daiOut, uint128 maxFYDaiIn, bytes signature) returns (uint256)
buyFYDai(address pool, address to, uint128 fyDaiOut, uint128 maxDaiIn) returns (uint256)
onboard(address from, bytes daiSignature, bytes controllerSig)
post(address to) payable
removeLiquidityEarlyDaiFixed(address pool, uint256 poolTokens, uint256 minimumFYDaiPrice)
removeLiquidityEarlyDaiPool(address pool, uint256 poolTokens, uint256 minimumDaiPrice, uint256 minimumFYDaiPrice)
removeLiquidityMature(address pool, uint256 poolTokens)
repayDaiWithSignature(bytes32 collateral, uint256 maturity, address to, uint256 daiAmount, bytes signature) returns (uint256)
repayFYDaiDebtForMaximumDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 fyDaiRepayment, uint256 maximumRepaymentInDai) returns (uint256)
repayMinimumFYDaiDebtForDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 minimumFYDaiRepayment, uint256 repaymentInDai) returns (uint256)
sellDai(address pool, address to, uint128 daiIn, uint128 minFYDaiOut) returns (uint256)
sellFYDai(address pool, address to, uint128 fyDaiIn, uint128 minDaiOut) returns (uint256)
sellFYDaiWithSignature(address pool, address to, uint128 fyDaiIn, uint128 minDaiOut, bytes signature) returns (uint256)
withdraw(address to, uint256 amount)
This contract contains no event objects.
constructor(address controller_, address[] _pools)
receive()
This contract contains no error objects.