Proxy
Verified contract
Proxy
Active on
Ethereum with 128 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x823b…ba83
0xffff…5847
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDS | ERC-20 | 20.221701M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203093 | 6 hours ago | | | 0 | 0.0082603683 | |
| 21200436 | 15 hours ago | | | 0 | 0.0079877704 | |
| 21192790 | 2 days ago | | | 0 | 0.024862898 | |
| 21191631 | 2 days ago | | | 0 | 0.0094748469 | |
| 21184394 | 3 days ago | | | 0 | 0.024115302 | |
| 21174027 | 4 days ago | | | 0 | 0.020531785 | |
| 21174021 | 4 days ago | | | 0 | 0.047865388 | |
| 21173137 | 4 days ago | | | 0 | 0.072793887 | |
| 21170451 | 5 days ago | | | 0 | 0.040033755 | |
| 21163396 | 6 days ago | | | 0 | 0.025798870 |
ABI
ABI objects
Getter at block 21204926
MIN_DELEGATION_TIME() view returns (uint32)
604800
getImplementation() view returns (address)
0x23dfbc59c951105e73c4547af449317fda566178
marketId() view returns (uint128)
1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
pauseMigration() view returns (bool)
false
pauseStablecoinConversion() view returns (bool)
false
rewardsDistributor() view returns (address)
0x0000000000000000000000000000000000000000
v2xResolver() view returns (address)
0x823be81bbf96bec0e25ca13170f5aacb5b79ba83
v3System() view returns (address)
0xffffffaeff0b96ea8e4f94b2253f31abdd875847
Read-only
minimumCredit(uint128) pure returns (uint256 lockedAmount)
name(uint128) pure returns (string)
onERC721Received(address operator, address, uint256, bytes) view returns (bytes4)
reportedDebt(uint128 requestedMarketId) view returns (uint256 debt)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
convertUSD(uint256 amount)
migrate(uint128 accountId)
migrateOnBehalf(address staker, uint128 accountId)
nominateNewOwner(address newNominatedOwner)
registerMarket() returns (uint128 newMarketId)
renounceNomination()
setPauseMigration(bool paused)
setPauseStablecoinConversion(bool paused)
setSystemAddresses(address v2xResolverAddress, address v3SystemAddress, address snxDistributor) returns (bool didInitialize)
simulateUpgradeTo(address newImplementation)
transferDeferredAccount(uint256 accountId, address to)
upgradeTo(address to)
AccountLiquidatedInMigration(address staker, uint256 collateralAmount, uint256 debtAmount, uint256 cratio)
AccountMigrated(address indexed staker, uint256 indexed accountId, uint256 collateralAmount, uint256 debtAmount)
ConvertedUSD(address indexed account, uint256 amount)
MarketRegistered(address indexed marketAddress, uint128 indexed marketId, address indexed sender)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseMigrationSet(address indexed sender, bool paused)
PauseStablecoinConversionSet(address indexed sender, bool paused)
Upgraded(address indexed self, address implementation)
constructor(address firstImplementation, address initialOwner)
fallback()
receive()
NotAContract(address contr)
ZeroAddress()
ImplementationIsSterile(address implementation)
InsufficientCollateralMigrated(uint256 amountRequested, uint256 amountAvailable)
InvalidParameter(string parameter, string reason)
MarketAlreadyRegistered(uint256 existingMarketId)
MigrationInProgress()
NoChange()
NotAContract(address contr)
NotNominated(address addr)
NothingToMigrate()
OverflowUint256ToUint128()
Paused()
Unauthorized(address addr)
UpgradeSimulationFailed()
V2xPaused()
ZeroAddress()