ORACLEBASE
Verified contract
Active on
Ethereum with 159 txns
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
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "ORACLEBASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18513353 | a year ago | | | 0 | 0.00084733540 | |
| 14242157 | 3 years ago | | | 0 | 0.00089293843 | |
| 13280986 | 3 years ago | | | 0 | 0.0014712750 | |
| 12809117 | 3 years ago | | | 0 | 0.00051060900 | |
| 12719252 | 3 years ago | | | 0 | 0.0010212180 | |
| 12527966 | 4 years ago | | | 0 | 0.0010676370 | |
| 12484475 | 4 years ago | | | 0 | 0.0019960170 | |
| 12459106 | 4 years ago | | | 0 | 0.0062201460 | |
| 12445851 | 4 years ago | | | 0 | 0.0032493300 | |
| 12423850 | 4 years ago | | | 0 | 0.0037566650 |
ABI
ABI objects
Getter at block 21333363
_OBEthUniswapPair() view returns (address)
0x0000000000000000000000000000000000000000
currentMarketPrice() view returns (uint256)
0
decimals() view returns (uint8)
9
deviationThreshold() view returns (uint256)
25000000000000000
epoch() view returns (uint256)
0
getData() view returns (uint256, bool)
(0, true)
inRebaseWindow() view returns (bool)
false
isOwner() view returns (bool)
false
lastRebaseTimestampSec() view returns (uint256)
0
minRebaseTimeIntervalSec() view returns (uint256)
86400
name() view returns (string)
ORACLEBASE
owner() view returns (address)
0xc7a6133f246955df62fba3905b26668f2bd68619
priceChange() view returns (uint256)
0
rebaseLag() view returns (uint256)
10
rebaseWindowLengthSec() view returns (uint256)
900
rebaseWindowOffsetSec() view returns (uint256)
72000
supplyDeltaNew() view returns (int256)
0
symbol() view returns (string)
OB
totalSupply() view returns (uint256)
965000000000000
transactionsSize() view returns (uint256)
0
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
pushMarketReport(uint256 currentMarketPrice_)
pushTargetReport(uint256 currentMarketPrice_)
rebase()
removeTransaction(uint256 index)
renounceOwnership()
setDeviationThreshold(uint256 deviationThreshold_)
setOBEthPairAddress(address OBEthUniswapPair_)
setRebaseLag(uint256 rebaseLag_)
setRebaseTimingParameters(uint256 minRebaseTimeIntervalSec_, uint256 rebaseWindowOffsetSec_, uint256 rebaseWindowLengthSec_)
setTransactionEnabled(uint256 index, bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogOBEthPairAdded(address OBEthUniswapPair)
LogRebase(uint256 indexed epoch, uint256 exchangeRate, uint256 cpi, int256 requestedSupplyAdjustment, uint256 timestampSec)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.