DebtCouponManager
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
uAD | ERC-20 | 16.586964K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18454919 | a year ago | | | 0 | 0.00070403099 | |
| 14067012 | 3 years ago | | | 0 | 0.0098287071 | |
| 13892230 | 3 years ago | | | 0 | 0.013143462 | |
| 13892217 | 3 years ago | | | 0 | 0.0083506189 | |
| 12767466 | 3 years ago | | | 0 | 0.0032521600 | |
| 12737054 | 3 years ago | | | 0 | 0.0035329350 | |
| 12737015 | 3 years ago | | | 0 | 0.025735710 | |
| 12736845 | 3 years ago | | | 0 | 0.0065360800 | |
| 12706072 | 3 years ago | | | 0 | 0.0010093400 | |
| 12701592 | 3 years ago | | | 0 | 0.0013186740 |
ABI
ABI objects
Getter at block 21158119
blockHeightDebt() view returns (uint256)
12767466
couponLengthBlocks() view returns (uint256)
1110857
debtCycle() view returns (bool)
false
dollarsMintedThisCycle() view returns (uint256)
21178963512485885922476
expiredCouponConvertionRate() view returns (uint256)
2
manager() view returns (address)
0x4da97a8b831c345dbe6d16ff7432df2b7b776d98
Read-only
getCouponsReturnedForDollars(uint256 amount) view returns (uint256)
getUARReturnedForDollars(uint256 amount) view returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burnAutoRedeemTokensForDollars(uint256 amount) returns (uint256)
burnCouponsForAutoRedemption(uint256 id, uint256 amount) returns (uint256)
burnExpiredCouponsForUGOV(uint256 id, uint256 amount) returns (uint256 uGovAmount)
exchangeDollarsForDebtCoupons(uint256 amount) returns (uint256)
exchangeDollarsForUAR(uint256 amount) returns (uint256)
mintClaimableDollars()
redeemCoupons(uint256 id, uint256 amount) returns (uint256)
setCouponLength(uint256 _couponLengthBlocks)
setExpiredCouponConvertionRate(uint256 rate)
CouponLengthChanged(uint256 newCouponLengthBlocks, uint256 previousCouponLengthBlocks)
ExpiredCouponConvertionRateChanged(uint256 newRate, uint256 previousRate)
constructor(address _manager, uint256 _couponLengthBlocks)
This contract contains no fallback and receive objects.
This contract contains no error objects.