RebasedController
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x87f5…dbff
0x6680…272d
Balances ($0.00)
No balances found for "RebasedController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12027609 | 4 years ago | | | 0 | 0.0062532700 | |
| 12018043 | 4 years ago | | | 0 | 0.047979480 | |
| 12016120 | 4 years ago | | | 0 | 0.033135000 | |
| 12010532 | 4 years ago | | | 0 | 0.031809600 | |
| 11996146 | 4 years ago | | | 0 | 0.025842158 | |
| 11781881 | 4 years ago | | | 0 | 0.029545010 | |
| 11677539 | 4 years ago | | | 0 | 0.011066925 | |
| 11585497 | 4 years ago | | | 0 | 0.034469563 | |
| 11485741 | 4 years ago | | | 0 | 0.0087323250 | |
| 11450342 | 4 years ago | | | 0 | 0.015385725 |
ABI
ABI objects
Getter at block 21182762 getRebaseValues() view returns (uint256, uint256, int256)
canRebase() view returns (bool)
false
cooldownExpiryTimestamp() view returns (uint256)
1615490353
deviationThreshold() view returns (uint256)
50000000000000000
epoch() view returns (uint256)
118
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
1615475953
marketOracle() view returns (address)
0x6680fa0e206ae96c0f852dbe5438b916580c272d
owner() view returns (address)
0xf7063eee866be955a23f1451f76ccc941f1b3816
rebaseCooldown() view returns (uint256)
14400
rebaseLocked() view returns (bool)
true
rebased() view returns (address)
0x87f5f9ebe40786d49d35e1b5997b07ccaa8adbff
transactionsSize() view returns (uint256)
3
Read-only
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
rebase()
removeTransaction(uint256 index)
renounceOwnership()
setMarketOracle(address marketOracle_)
setRebaseLocked(bool _locked)
setTransactionEnabled(uint256 index, bool enabled)
transferOwnership(address newOwner)
LogRebase(uint256 indexed epoch, uint256 exchangeRate, int256 requestedSupplyAdjustment, uint256 timestampSec)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
constructor(address _rebased)
This contract contains no fallback and receive objects.
This contract contains no error objects.