hfyDAI (2021-22-01)
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb09c…43fe
0x1727…6fd4
0x6b17…1d0f
Balances ($0.00)
No balances found for "hfyDAI (2021-22-01)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11244067 | 4 years ago | | | 0 | 0.0011918162 | |
| 11160322 | 4 years ago | | | 0 | 0.0011744100 | |
| 11154257 | 4 years ago | | | 0 | 0.0061026000 | |
| 11147113 | 4 years ago | | | 0 | 0.0040719333 | |
| 11134833 | 4 years ago | | | 0 | 0.0028993436 | |
| 11134161 | 4 years ago | | | 0 | 0.0036868616 | |
| 11134161 | 4 years ago | | | 0 | 0.0023190814 |
ABI
ABI objects
Getter at block 21184106
DOMAIN_SEPARATOR() view returns (bytes32)
0x0fd6ccb6034912ee3e123c687e8d0f101250e3b2a62c578c28432e028a7406ac
PERMIT_TYPEHASH() view returns (bytes32)
0xfc77c2b9d30fe91687fd39abb7d16fcdfe1472d065740051ab8b13e4bf4a617f
admin() view returns (address)
0x4f33481b41e382f10637dace53587591aa1b5f74
balanceSheet() view returns (address)
0xdc7e1fced65efdf495d33de60f257a9b31256ff8
collateral() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
collateralPrecisionScalar() view returns (uint256)
1
decimals() view returns (uint8)
18
expirationTime() view returns (uint256)
1611349200
fintroller() view returns (address)
0xb09cb135726f30d4750087689509bf133caa43fe
isFyToken() view returns (bool)
true
isInitialized() view returns (bool)
true
name() view returns (string)
hfyDAI (2021-22-01)
redemptionPool() view returns (address)
0x17270c1497e06cef5e15a106c06b808c6a636fd4
symbol() view returns (string)
hfyDAI-JAN21
totalSupply() view returns (uint256)
45500300279999000000
underlying() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
underlyingPrecisionScalar() view returns (uint256)
1
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonRecoverableTokens(uint256) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events _recover(address token, uint256 recoverAmount)
_renounceAdmin()
_setFintroller(address newFintroller) returns (bool)
_setNonRecoverableTokens(address[] tokens)
_transferAdmin(address newAdmin)
approve(address spender, uint256 amount) returns (bool)
borrow(uint256 borrowAmount) returns (bool)
burn(address holder, uint256 burnAmount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
liquidateBorrow(address borrower, uint256 repayAmount) returns (bool)
mint(address beneficiary, uint256 mintAmount) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
repayBorrow(uint256 repayAmount) returns (bool)
repayBorrowBehalf(address borrower, uint256 repayAmount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address indexed account, uint256 repayAmount)
Burn(address indexed account, uint256 burnAmount)
LiquidateBorrow(address indexed liquidator, address indexed borrower, uint256 repayAmount, uint256 clutchedCollateralAmount)
Mint(address indexed account, uint256 mintAmount)
Recover(address indexed admin, address token, uint256 recoverAmount)
RepayBorrow(address indexed payer, address indexed borrower, uint256 repayAmount, uint256 newDebt)
SetFintroller(address indexed admin, address oldFintroller, address newFintroller)
SetNonRecoverableTokens(address indexed admin, address[] nonRecoverableTokens)
Transfer(address indexed from, address indexed to, uint256 value)
TransferAdmin(address indexed oldAdmin, address indexed newAdmin)
constructor(string name_, string symbol_, uint256 expirationTime_, address fintroller_, address balanceSheet_, address underlying_, address collateral_)
This contract contains no fallback and receive objects.
This contract contains no error objects.