UFragmentsPolicy
Verified contract
Active on
Ethereum with 312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb7ba…5902
0xede9…9dcc
Balances ($0.00)
No balances found for "UFragmentsPolicy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11685272 | 4 years ago | | | 0 | 0.0027037931 | |
| 11659493 | 4 years ago | | | 0 | 0.0027496200 | |
| 11646786 | 4 years ago | | | 0 | 0.0028871010 | |
| 11645748 | 4 years ago | | | 0 | 0.0031162360 | |
| 11640939 | 4 years ago | | | 0 | 0.0056390124 | |
| 11628148 | 4 years ago | | | 0 | 0.0051784510 | |
| 11626448 | 4 years ago | | | 0 | 0.0017916800 | |
| 11626428 | 4 years ago | | | 0 | 0.0020026820 | |
| 11625727 | 4 years ago | | | 0 | 0.0029329280 | |
| 11312444 | 4 years ago | | | 0 | 0.0025204850 |
ABI
ABI objects
Getter at block 21265980
additionChancePercent() view returns (uint256)
10
baseChanceToRebasePercent() view returns (uint256)
100
blockNumberToRebase() view returns (uint256)
11685274
canRebaseWithFutureBlock() view returns (bool)
true
chanceToRebasePercent() view returns (uint256)
100
deviationThreshold() view returns (uint256)
50000000000000000
epoch() view returns (uint256)
116
firstRebase() view returns (bool)
false
inRebaseWindow() view returns (bool)
true
isFutureBlockSet() view returns (bool)
true
lastRebaseTimestampSec() view returns (uint256)
1610711185
marketOracle() view returns (address)
0xede938409868213606651c05ebe8a3a1341c9dcc
maxChancePercent() view returns (uint256)
95
minRebaseTimeIntervalSec() view returns (uint256)
14400
offset_random_blocknumber() view returns (uint256)
2
orchestrator() view returns (address)
0xb147ebad64e0015046089e807f46236a6ca0e756
owner() view returns (address)
0x6656e47b1c8bb9288206c3b8117caa64c9d6f103
rebaseInit() view returns (bool)
true
rebaseLagBase() view returns (uint256)
1
rebaseLagRandomAddition() view returns (uint256)
1
rebaseWindowOffsetSec() view returns (uint256)
0
targetEthRate() view returns (uint256)
2500000000000000
uFrags() view returns (address)
0xb7ba8461664de526a3ae44189727dfc768625902
Read-only
This contract contains no read-only function objects.
State-modifying
Events initRebasePeriod()
rebase()
renounceOwnership()
setAdditionChanceToRebasePercent(uint256 additionChancePercent_)
setBaseChanceToRebasePercent(uint256 baseChanceToRebasePercent_)
setDeviationThreshold(uint256 deviationThreshold_)
setMarketOracle(address marketOracle_)
setMaxChanceToRebasePercent(uint256 maxChancePercent_)
setNextRebaseBlock()
setOrchestrator(address orchestrator_)
setRebaseLag(uint256 rebaseLagBase_, uint256 rebaseLagRandomAddition_)
setRebaseTimingParameters(uint256 minRebaseTimeIntervalSec_, uint256 rebaseWindowOffsetSec_)
transferOwnership(address newOwner)
LogRebase(uint256 indexed epoch, uint256 exchangeRate, int256 requestedSupplyAdjustment, uint256 timestampSec, uint256 randomNumber, uint256 rebaseLag, string reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
blockNumberOverflow(uint256 blockNumber, uint256 blockNumberToRebase)
setRebaseBlockNumber(uint256 blockNumber)
constructor(address uFrags_)
This contract contains no fallback and receive objects.
This contract contains no error objects.