CollateralRatioPolicy
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CollateralRatioPolicy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14916540 | 3 years ago | | | 0 | 0.0014988344 | |
| 14911782 | 3 years ago | | | 0 | 0.0014053986 | |
| 14911781 | 3 years ago | | | 0 | 0.0012945818 | |
| 14911780 | 3 years ago | | | 0 | 0.0011513883 | |
| 14911385 | 3 years ago | | | 0 | 0.0046113000 | |
| 14911300 | 3 years ago | | | 0 | 0.0074037000 |
ABI
ABI objects
Getter at block 21442076
calcEffectiveCollateralRatio() view returns (uint256)
550000
collateral_ratio_paused() view returns (bool)
true
dollar() view returns (address)
0x45fdb1b92a649fb6a64ef1511d3ba5bf60044838
effective_collateral_ratio() view returns (uint256)
550000
last_refresh_cr_timestamp() view returns (uint256)
0
oracleDollar() view returns (address)
0x05d4d700e04dccb0bef8b8fcb54a6cdd5c9518bc
owner() view returns (address)
0x9d0bf2632710f48eadff8620fe757bf7093a7ee1
price_band() view returns (uint256)
5000
price_target() view returns (uint256)
1000000
ratio_step() view returns (uint256)
2500
refresh_cooldown() view returns (uint256)
3600
target_collateral_ratio() view returns (uint256)
550000
treasury() view returns (address)
0x9a9ffb18d19cc2ac379f6b512e11034c30b09e94
using_effective_collateral_ratio() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address _treasury, address _dollar)
refreshCollateralRatio()
renounceOwnership()
reset(uint256 _target_collateral_ratio, uint256 _effective_collateral_ratio)
setDollar(address _dollar)
setOracleDollar(address _oracleDollar)
setPriceBand(uint256 _price_band)
setPriceTarget(uint256 _price_target)
setRatioStep(uint256 _ratio_step)
setRefreshCooldown(uint256 _refresh_cooldown)
setTreasury(address _treasury)
toggleCollateralRatio()
toggleEffectiveCollateralRatio()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TreasuryChanged(address indexed newTreasury)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.