OracleProxy
Verified contract
Proxy
Active on
Ethereum with 883 txns
Unified 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 "OracleProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19601375 | 8 months ago | | | 0 | 0.0031873158 | |
| 19380832 | 9 months ago | | | 0 | 0.019136838 | |
| 19188297 | 9 months ago | | | 0 | 0.0016592627 | |
| 19188117 | 9 months ago | | | 0 | 0.0017656044 | |
| 19173862 | 10 months ago | | | 0 | 0.0085613081 | |
| 18967221 | 10 months ago | | | 0 | 0.00054481069 | |
| 18966928 | 10 months ago | | | 0 | 0.00054157135 | |
| 18952779 | a year ago | | | 0 | 0.019404436 | |
| 18746347 | a year ago | | | 0 | 0.00096389493 | |
| 18746199 | a year ago | | | 0 | 0.0010477663 |
ABI
ABI objects
Getter at block 21246040
admin() view returns (address)
0x0758fe272ab2dedcd182b84d3e3f9310f21a4153
implementation() view returns (address)
0xa6a6f6872b9c1114fd2407aace632f8512389187
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa1223a59a55eaad135bce9f513181c388072cc71
admin() view returns (address)
0x0758fe272ab2dedcd182b84d3e3f9310f21a4153
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa1223a59a55eaad135bce9f513181c388072cc71
Read-only
mapPrices(bytes32) view returns (uint256)
mapStoremanGroupConfig(bytes32) view returns (uint256 deposit, bytes gpk1, bytes gpk2, uint256 startTime, uint256 endTime, uint8 status, bool isDebtClean)
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()
transferOwner(address _newOwner)
upgradeTo(address impl)
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)
Upgraded(address indexed implementation)
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.
fallback()
This contract contains no error objects.