EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 48,638 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 ($1,154,428.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 1.151929M | $1.001 |
$1,153,080.95 | |
cDAI | ERC-20 | 47.716628K | $0.023908 |
$1,140.81 | |
GNO | ERC-20 | 0.3 | $260.01 |
$78 | |
0x89d2…0359 | ERC-20 | 2.568858 | $17.91 |
$46.01 | |
WETH | ERC-20 | 0.01 | $3,320.34 |
$33.2 | |
BZZ | ERC-20 | 62.301 | $0.456859 |
$28.46 | |
USDC | ERC-20 | 11 | $1.001 |
$11.01 | |
STAKE | ERC-20 | 61.490904 | $0.096302 |
$5.92 | |
LPT | ERC-20 | 0.2 | $12.70 |
$2.54 | |
MTV | ERC-20 | 1K | $0.001048 |
$1.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274823 | 3 hours ago | | | 0 | 0.0017400465 | |
| 21274627 | 4 hours ago | | | 0 | 0.00060853288 | |
| 21274424 | 4 hours ago | | | 0 | 0.0018325863 | |
| 21274401 | 5 hours ago | | | 0 | 0.00060066278 | |
| 21274205 | 5 hours ago | | | 0 | 0.0016628411 | |
| 21274160 | 5 hours ago | | | 0 | 0.00062144579 | |
| 21273912 | 6 hours ago | | | 0 | 0.00082092172 | |
| 21273901 | 6 hours ago | | | 0 | 0.00066528277 | |
| 21273172 | 9 hours ago | | | 0 | 0.00086980827 | |
| 21273149 | 9 hours ago | | | 0 | 0.00097197027 |
ABI
ABI objects
Getter at block 21275747
implementation() view returns (address)
0x166124b75c798cedf1b43655e9b5284ebd5203db
proxyOwner() view returns (address)
0x42f38ec5a75accec50054671233dfac9c0e7a3f6
upgradeabilityOwner() view returns (address)
0x42f38ec5a75accec50054671233dfac9c0e7a3f6
version() view returns (uint256)
8
daiToken() pure returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
dailyLimit() view returns (uint256)
10000000000000000000000000
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
6478428
erc20token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
executionDailyLimit() view returns (uint256)
15000000000000000000000000
executionMaxPerTx() view returns (uint256)
10000000000000000000000000
gasPrice() view returns (uint256)
100000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=6, minor=1, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x18762d46
getCurrentDay() view returns (uint256)
20054
getTrustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
isInitialized() view returns (bool)
true
maxAvailablePerTx() view returns (uint256)
9999999000000000000000000
maxPerTx() view returns (uint256)
9999999000000000000000000
minPerTx() view returns (uint256)
5000000000000000
owner() view returns (address)
0x42f38ec5a75accec50054671233dfac9c0e7a3f6
requiredBlockConfirmations() view returns (uint256)
20
requiredSignatures() view returns (uint256)
4
sDaiToken() pure returns (address)
0x83f20f44975d03b1b09e64809b757c47f942beea
validatorContract() view returns (address)
0xe1579debdd2df16ebdb9db8694391fa74eea201e
versionRecipient() view returns (string)
1.0.1
Read-only
interestAmount(address _token) view returns (uint256)
interestReceiver(address _token) view returns (address)
investedAmount(address _token) view returns (uint256)
isInterestEnabled(address _token) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minCashThreshold(address _token) view returns (uint256)
minInterestPaid(address _token) view returns (uint256)
previewWithdraw(address _token, uint256 _amount) view returns (uint256)
relayedMessages(bytes32 _txHash) view returns (bool)
totalExecutedPerDay(uint256 _day) view returns (uint256)
totalSpentPerDay(uint256 _day) view returns (uint256)
withinExecutionLimit(uint256 _amount) view returns (bool)
withinLimit(uint256 _amount) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
claimTokens(address _token, address _to)
disableInterest(address _token)
executeSignatures(bytes message, bytes signatures)
executeSignaturesGSN(bytes message, bytes signatures, uint256 maxTokensFee)
initialize(address _validatorContract, address _erc20token, uint256 _requiredBlockConfirmations, uint256 _gasPrice, uint256[3] _dailyLimitMaxPerTxMinPerTxArray, uint256[2] _homeDailyLimitHomeMaxPerTxArray, address _owner, int256 _decimalShift, address _bridgeOnOtherSide) returns (bool)
initializeInterest(address _token, uint256 _minCashThreshold, uint256 _minInterestPaid, address _interestReceiver)
invest(address _token)
investDai()
payInterest(address _token, uint256 _amount)
refillBridge()
relayTokens(address _receiver, uint256 _amount)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setGasPrice(uint256 _gasPrice)
setInterestReceiver(address _token, address _receiver)
setMaxPerTx(uint256 _maxPerTx)
setMinCashThreshold(address _token, uint256 _minCashThreshold)
setMinInterestPaid(address _token, uint256 _minInterestPaid)
setMinPerTx(uint256 _minPerTx)
setPayMaster(address _paymaster)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
setTrustedForwarder(address _trustedForwarder)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
PaidInterest(address indexed token, address to, uint256 value)
RelayedMessage(address recipient, uint256 value, bytes32 transactionHash)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
UserRequestForAffirmation(address recipient, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.