0x70114d2a0ec788bafee869acf7fd1f8c76491799
Verified contract
Proxy
Active on
Base with 25 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 "0x70114d2a0ec788bafee869acf7fd1f8c76491799"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657363 | a month ago | | | 0 | 0.0000011618066 | |
| 19360823 | 2 months ago | | | 0 | 0.0000021631317 | |
| 18024413 | 3 months ago | | | 0 | 0.0000036333164 | |
| 16682873 | 4 months ago | | | 0 | 0.0000024482410 | |
| 15392994 | 5 months ago | | | 0 | 0.0000022339364 | |
| 14133090 | 6 months ago | | | 0 | 0.000015924788 | |
| 12836993 | 7 months ago | | | 0 | 0.0000045216064 | |
| 11497703 | 8 months ago | | | 0 | 3.9684580e-7 | |
| 10332383 | 9 months ago | | | 0 | 0.000000042782173324 | |
| 10331124 | 9 months ago | | | 0 | 0.000000042781211017 |
ABI
ABI objects
Getter at block 21830427
admin() view returns (address)
0x390cc3173ee7f425fe7659df215b13959fd468e1
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd97de67b982d79ed9f7eb2b1a13abc704b2ca082
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.