OracleDelegate
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "OracleDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OracleDelegate"
ABI
ABI objects
Getter at block 21837180
admin() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4cf0a877e906dead748a41ae7da8c220e4247d9e
Read-only
getDeposit(bytes32 smgID) view returns (uint256)
getStoremanGroupConfig(bytes32 id) view returns (bytes32 groupId, uint8 status, uint256 deposit, uint256 chain1, uint256 chain2, uint256 curve1, uint256 curve2, bytes gpk1, bytes gpk2, uint256 startTime, uint256 endTime)
getStoremanGroupStatus(bytes32 id) view returns (uint8 status, uint256 startTime, uint256 endTime)
getValue(bytes32 key) view returns (uint256)
getValues(bytes32[] keys) view returns (uint256[] values)
isDebtClean(bytes32 storemanGroupId) view returns (bool)
mapPrices(bytes32) view returns (uint256)
mapStoremanGroupConfig(bytes32) view returns (uint256 deposit, bytes gpk1, bytes gpk2, uint256 startTime, uint256 endTime, uint8 status, bool isDebtClean)
State-modifying
Events acceptOwnership()
changeOwner(address _newOwner)
renounceOwnership()
setAdmin(address addr)
setDebtClean(bytes32 storemanGroupId, bool isClean)
setStoremanGroupConfig(bytes32 id, uint8 status, uint256 deposit, uint256[2] chain, uint256[2] curve, bytes gpk1, bytes gpk2, uint256 startTime, uint256 endTime)
setStoremanGroupStatus(bytes32 id, uint8 status)
transferOwner(address _newOwner)
updateDeposit(bytes32 smgID, uint256 amount)
updatePrice(bytes32[] keys, uint256[] prices)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAdmin(address addr)
SetDebtClean(bytes32 indexed id, bool isDebtClean)
SetStoremanGroupConfig(bytes32 indexed id, uint8 status, uint256 deposit, uint256[2] chain, uint256[2] curve, bytes gpk1, bytes gpk2, uint256 startTime, uint256 endTime)
SetStoremanGroupStatus(bytes32 indexed id, uint8 status)
UpdateDeposit(bytes32 indexed id, uint256 deposit)
UpdatePrice(bytes32[] keys, uint256[] prices)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.