UFragmentsPolicy
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "UFragmentsPolicy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UFragmentsPolicy"
ABI
ABI objects
Getter at block 21324924 globalAmpleforthEpochAndAMPLSupply() view returns (uint256, uint256) inRebaseWindow() view returns (bool)
cpiOracle() view returns (address)
0x0000000000000000000000000000000000000000
deviationThreshold() view returns (uint256)
0
epoch() view returns (uint256)
0
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
0
marketOracle() view returns (address)
0x0000000000000000000000000000000000000000
minRebaseTimeIntervalSec() view returns (uint256)
0
orchestrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
rebaseFunctionGrowth() view returns (int256)
0
rebaseFunctionLowerPercentage() view returns (int256)
0
rebaseFunctionUpperPercentage() view returns (int256)
0
rebaseLag() pure returns (uint256)
1
rebaseWindowLengthSec() view returns (uint256)
0
rebaseWindowOffsetSec() view returns (uint256)
0
uFrags() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
computeRebasePercentage(int256 normalizedRate, int256 lower, int256 upper, int256 growth) pure returns (int256)
State-modifying
Events getExchangeRate() returns (uint256, bool)
getTargetRate() returns (uint256, bool)
initialize(address owner_, address uFrags_)
initialize(address sender)
rebase()
renounceOwnership()
setCpiOracle(address cpiOracle_)
setDeviationThreshold(uint256 deviationThreshold_)
setMarketOracle(address marketOracle_)
setOrchestrator(address orchestrator_)
setRebaseFunctionGrowth(int256 rebaseFunctionGrowth_)
setRebaseFunctionLowerPercentage(int256 rebaseFunctionLowerPercentage_)
setRebaseFunctionUpperPercentage(int256 rebaseFunctionUpperPercentage_)
setRebaseTimingParameters(uint256 minRebaseTimeIntervalSec_, uint256 rebaseWindowOffsetSec_, uint256 rebaseWindowLengthSec_)
transferOwnership(address newOwner)
LogRebase(uint256 indexed epoch, uint256 exchangeRate, uint256 cpi, int256 requestedSupplyAdjustment, uint256 timestampSec)
LogRebaseV2(uint256 indexed epoch, uint256 exchangeRate, uint256 targetRate, int256 requestedSupplyAdjustment)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.