Depot
Verified contract
Proxy
Active on
Ethereum with 37,237 txns
Unified storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7cb8…e5f0
0x289e…32f8
0xebdb…6e32
Balances ($0.01)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,159.85 |
$0 | |
FOR | ERC-20 | 2 | $0.002914 |
$0.01 | |
0x57ab…e9d3 | ERC-20 | 199,406,456.724334T | -- | -- | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
PRQ | ERC-20 | 200 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
ELET | ERC-20 | 5.54 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9518854 | 5 years ago | | | 0 | 0.00045669375 | |
| 9518797 | 5 years ago | | | 0 | 0.00040595000 | |
| 9518652 | 5 years ago | | | 0 | 0.00048064480 | |
| 9518579 | 5 years ago | | | 0 | 0.00050743750 | |
| 9518486 | 5 years ago | | | 0 | 0.00050743750 | |
| 9518352 | 5 years ago | | | 0 | 0.00073720520 | |
| 9518207 | 5 years ago | | | 0 | 0.00094748730 | |
| 9518136 | 5 years ago | | | 0 | 0.00040595000 | |
| 9517990 | 5 years ago | | | 0 | 0.00052002195 | |
| 9517948 | 5 years ago | | | 0 | 0.00047333770 |
ABI
ABI objects
Getter at block 21164722 PRECISE_UNIT() view returns (uint256) UNIT() view returns (uint256) decimals() view returns (uint8) highPrecisionDecimals() view returns (uint8) preciseUnit() pure returns (uint256) unit() pure returns (uint256)
ORACLE_FUTURE_LIMIT() view returns (uint256)
600
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
depositEndIndex() view returns (uint256)
1527
depositStartIndex() view returns (uint256)
1527
feePool() view returns (address)
0xebdbac38835a1105851e80c7fa1f1e6e25a86e32
fundsWallet() view returns (address)
0xa15184a8c8c3f47a8b54572cdccb30358abfb7a1
initiationTime() view returns (uint256)
0
lastPauseTime() view returns (uint256)
0
lastPriceUpdateTime() view returns (uint256)
1582184782
minimumDepositAmount() view returns (uint256)
49925112331502745880
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0xde9070694fe0b7fccd93f7ef42304251f1c8add3
owner() view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
paused() view returns (bool)
false
priceStalePeriod() view returns (uint256)
10800
pricesAreStale() view returns (bool)
true
selfDestructBeneficiary() view returns (address)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
selfDestructInitiated() view returns (bool)
false
synth() view returns (address)
0x289e9a4674663decee54f781aade5327304a32f8
synthetix() view returns (address)
0x7cb89c509001d25da9938999abfea6740212e5f0
totalSellableDeposits() view returns (uint256)
0
usdToEthPrice() view returns (uint256)
260374884252477166520
usdToSnxPrice() view returns (uint256)
908973743995354311
Read-only
deposits(uint256) view returns (address user, uint256 amount)
smallDeposits(address) view returns (uint256)
synthetixReceivedForEther(uint256 amount) view returns (uint256)
synthetixReceivedForSynths(uint256 amount) view returns (uint256)
synthsReceivedForEther(uint256 amount) view returns (uint256)
State-modifying
Events acceptOwnership()
depositSynths(uint256 amount)
exchangeEtherForSynthetix() payable returns (uint256)
exchangeEtherForSynthetixAtRate(uint256 guaranteedEtherRate, uint256 guaranteedSynthetixRate) payable returns (uint256)
exchangeEtherForSynths() payable returns (uint256)
exchangeEtherForSynthsAtRate(uint256 guaranteedRate) payable returns (uint256)
exchangeSynthsForSynthetix(uint256 synthAmount) returns (uint256)
exchangeSynthsForSynthetixAtRate(uint256 synthAmount, uint256 guaranteedRate) returns (uint256)
initiateSelfDestruct()
nominateNewOwner(address _owner)
selfDestruct()
setFundsWallet(address _fundsWallet)
setMinimumDepositAmount(uint256 _amount)
setOracle(address _oracle)
setPaused(bool _paused)
setPriceStalePeriod(uint256 _time)
setSelfDestructBeneficiary(address _beneficiary)
setSynth(address _synth)
setSynthetix(address _synthetix)
terminateSelfDestruct()
tokenFallback(address from, uint256 amount, bytes data) returns (bool)
updatePrices(uint256 newEthPrice, uint256 newSynthetixPrice, uint256 timeSent)
withdrawMyDepositedSynths()
withdrawSynthetix(uint256 amount)
ClearedDeposit(address indexed fromAddress, address indexed toAddress, uint256 fromETHAmount, uint256 toAmount, uint256 indexed depositIndex)
Exchange(string fromCurrency, uint256 fromAmount, string toCurrency, uint256 toAmount)
FundsWalletUpdated(address newFundsWallet)
MinimumDepositAmountUpdated(uint256 amount)
NonPayableContract(address indexed receiver, uint256 amount)
OracleUpdated(address newOracle)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
PriceStalePeriodUpdated(uint256 priceStalePeriod)
PricesUpdated(uint256 newEthPrice, uint256 newSynthetixPrice, uint256 timeSent)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
SynthDeposit(address indexed user, uint256 amount, uint256 indexed depositIndex)
SynthDepositNotAccepted(address user, uint256 amount, uint256 minimum)
SynthDepositRemoved(address indexed user, uint256 amount, uint256 indexed depositIndex)
SynthUpdated(address newSynthContract)
SynthWithdrawal(address user, uint256 amount)
SynthetixUpdated(address newSynthetixContract)
constructor(address _owner, address _fundsWallet, address _synthetix, address _synth, address _feePool, address _oracle, uint256 _usdToEthPrice, uint256 _usdToSnxPrice)
fallback()
This contract contains no error objects.