Pool_USDC
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc63e…4488
1 additional
variable
Balances ($838.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEUS | ERC-20 | 40.008226 | $20.97 |
$838.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20533955 | 3 months ago | | | 0 | 0.00043895030 | |
| 14939608 | 2 years ago | | | 0 | 0.0031241130 | |
| 14792568 | 3 years ago | | | 0 | 0.0036129474 | |
| 14791680 | 3 years ago | | | 0 | 0.0014982171 | |
| 14791613 | 3 years ago | | | 0 | 0.00094512549 | |
| 14515411 | 3 years ago | | | 0 | 0.0065521795 | |
| 14515400 | 3 years ago | | | 0 | 0.011722210 | |
| 14505018 | 3 years ago | | | 0 | 0.0039351810 | |
| 14505004 | 3 years ago | | | 0 | 0.0086916310 | |
| 14474336 | 3 years ago | | | 0 | 0.0027306045 |
ABI
ABI objects
Getter at block 21214305
DAO_SHARE_COLLECTOR() view returns (bytes32)
0x0d4a2989857a24de9c91e1daffe87d051d59f52b68729413d1ef656ec487e530
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PARAMETER_SETTER_ROLE() view returns (bytes32)
0xe08e6e8e2e796f02419355c6fa268d1461fe6f2f34114a881a2db47c0f240509
TRUSTY_ROLE() view returns (bytes32)
0x0db189261133fd7647d3308512b693b47bed44004cac80fb59aa64b63a231e2c
USDC_address() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bonus_rate() view returns (uint256)
0
buyBackPaused() view returns (bool)
true
buyback_fee() view returns (uint256)
5000
daoShare() view returns (uint256)
31859357504708402331907
getChainID() view returns (uint256)
1
mintPaused() view returns (bool)
false
minting_fee() view returns (uint256)
5000
pausedPrice() view returns (uint256)
0
pool_ceiling() view returns (uint256)
20000000000000
recollat_fee() view returns (uint256)
5000
recollateralizePaused() view returns (bool)
true
redeemPaused() view returns (bool)
false
redemption_delay() view returns (uint256)
2
redemption_fee() view returns (uint256)
5000
unclaimedPoolCollateral() view returns (uint256)
6428093057
unclaimedPoolDEUS() view returns (uint256)
40008225703821762978
Read-only
availableExcessCollatDV(uint256[] collat_usd_price) view returns (uint256)
collatDollarBalance(uint256 collat_usd_price) 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)
lastRedeemed(address) view returns (uint256)
redeemCollateralBalances(address) view returns (uint256)
redeemDEUSBalances(address) view returns (uint256)
State-modifying
Events buyBackDEUS(uint256 DEUS_amount, uint256[] collateral_price, uint256 deus_current_price, uint256 expireBlock, bytes[] sigs)
collectDaoShare(uint256 amount, address to)
collectRedemption()
emergencyWithdrawERC20(address token, uint256 amount, address to)
grantRole(bytes32 role, address account)
mint1t1DEI(uint256 collateral_amount, uint256 collateral_price, uint256 expireBlock, bytes[] sigs) returns (uint256 dei_amount_d18)
mintAlgorithmicDEI(uint256 deus_amount_d18, uint256 deus_current_price, uint256 expireBlock, bytes[] sigs) returns (uint256 dei_amount_d18)
mintFractionalDEI(uint256 collateral_amount, uint256 deus_amount, uint256 collateral_price, uint256 deus_current_price, uint256 expireBlock, bytes[] sigs) returns (uint256 mint_amount)
recollateralizeDEI(struct DEIPoolRecollateralizeDEI inputs)
redeem1t1DEI(uint256 DEI_amount, uint256 collateral_price, uint256 expireBlock, bytes[] sigs)
redeemAlgorithmicDEI(uint256 DEI_amount, uint256 deus_current_price, uint256 expireBlock, bytes[] sigs)
redeemFractionalDEI(uint256 DEI_amount, uint256 collateral_price, uint256 deus_current_price, uint256 expireBlock, bytes[] sigs)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPoolParameters(uint256 new_ceiling, uint256 new_bonus_rate, uint256 new_redemption_delay, uint256 new_mint_fee, uint256 new_redeem_fee, uint256 new_buyback_fee, uint256 new_recollat_fee)
toggleBuyBack()
toggleMinting()
toggleRecollateralize()
toggleRedeeming()
BuybackToggled(bool toggled)
MintingToggled(bool toggled)
PoolParametersSet(uint256 new_ceiling, uint256 new_bonus_rate, uint256 new_redemption_delay, uint256 new_mint_fee, uint256 new_redeem_fee, uint256 new_buyback_fee, uint256 new_recollat_fee)
RecollateralizeToggled(bool toggled)
RedeemingToggled(bool toggled)
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)
daoShareCollected(uint256 daoShare, address to)
constructor(address _dei_contract_address, address _deus_contract_address, address _collateral_address, address _trusty_address, address _admin_address, uint256 _pool_ceiling, address _library)
This contract contains no fallback and receive objects.
This contract contains no error objects.