DYFIRedeemer
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFI | ERC-20 | 0 | $7,607.36 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276712 | 3 days ago | | | 0 | 0.0056746929 | |
| 21269202 | 4 days ago | | | 0 | 0.0040533034 | |
| 21226574 | 10 days ago | | | 0 | 0.0063073471 | |
| 21176392 | 17 days ago | | | 0 | 0.020881354 | |
| 21076087 | a month ago | | | 0 | 0.0056195141 | |
| 21051829 | a month ago | | | 0 | 0.0039169889 | |
| 21025905 | a month ago | | | 0 | 0.0059956385 | |
| 20975747 | a month ago | | | 0 | 0.0084408631 | |
| 20925654 | 2 months ago | | | 0 | 0.0078156240 | |
| 20894297 | 2 months ago | | | 0 | 0.0063574442 |
ABI
ABI objects
Getter at block 21297177 getLatestPrice() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused() view returns (bool)
false
slippage() view returns (uint256)
10000000000000000
Read-only
currentYfiRedeem(uint256 dYfiAmount) view returns (uint256)
expectedMassRedeemReward(uint256 dYfiAmount) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
minYfiRedeem(uint256 dYfiAmount) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
kill()
massRedeem(address[] dYfiHolders, uint256[] dYfiAmounts)
receiveFlashLoan(address[] tokens, uint256[] amounts, uint256[] feeAmounts, bytes userData)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSlippage(uint256 slippage_)
CallerReward(address indexed caller, uint256 amount)
DYfiRedeemed(address indexed dYfiHolder, uint256 dYfiAmount, uint256 yfiAmount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SlippageSet(uint256 slippage)
Unpaused(address account)
constructor(address admin)
receive()
CallerRewardEthTransferFailed()
InvalidArrayLength()
InvalidTokensReceived()
NoDYfiToRedeem()
NotAuthorized()
PriceFeedIncorrectRound()
PriceFeedOutdated()
PriceFeedReturnedZeroPrice()
SlippageTooHigh()