EternalStorageProxy

Verified contract

Proxy

Active on Ethereum with 48,638 txns
Deployed by via 0x1335f174 at 6478422
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,153,080.95
ERC-20
Value $1,140.81
ERC-20
Value $78
ERC-20
Value $46.01
ERC-20
Value $33.2
ERC-20
Value $28.46
ERC-20
Value $11.01
ERC-20
Value $5.92
ERC-20
Value $2.54
ERC-20
Value $1.05
0x9cf3c2c983211937e90cb61f6a63168e49920d29b60c1c02acd6271ece2fa1a5
0x33af24beeef85faa9d6fb2c7eac73542ac06c8f1b7b826603857742756fe4aee
0xb66e60bd52a5d83620583454fb1a255ceacb1bb797a0996e614e0d9da4a3fd6d
0x3cbcef47646f316bbe61be4a26594403e8d1afad995b79217a956f11106b3a6a
0xa90df1614ad92345420a3ac4a7b21cc4c4c7a32c6d8d1627b6b32a6e3adf1b8d
0x8735f8792430e04de6b8a422d1f67df169677066daa8667076234ccebe432bca
0x102935131243ce51f057a4061044edf67df046fce1ebe74b6c685f541f54fc76
0xe20dc1fa7d889846337cba092bdc16dd8772e2047d9e256c96090fd3c132ffd8
0xf494b37d9bcca4084d8435b27db07f08d43a1616c3b5b3e9bc25db39f11fcfff
0x0ab73a61dfccf018d47b63845c0822dfd2f4fd3a16e9bf4c4cd68beefcd8b66e

Functions
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 majoruint64 minoruint64 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 _tokenview returns (uint256)
interestReceiver(address _tokenview returns (address)
investedAmount(address _tokenview returns (uint256)
isInterestEnabled(address _tokenview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minCashThreshold(address _tokenview returns (uint256)
minInterestPaid(address _tokenview returns (uint256)
previewWithdraw(address _tokenuint256 _amountview returns (uint256)
relayedMessages(bytes32 _txHashview returns (bool)
totalExecutedPerDay(uint256 _dayview returns (uint256)
totalSpentPerDay(uint256 _dayview returns (uint256)
withinExecutionLimit(uint256 _amountview returns (bool)
withinLimit(uint256 _amountview returns (bool)
State-modifying
transferProxyOwnership(address newOwner
upgradeTo(uint256 versionaddress implementation
upgradeToAndCall(uint256 versionaddress implementationbytes datapayable 
claimTokens(address _tokenaddress _to
disableInterest(address _token
executeSignatures(bytes messagebytes signatures
executeSignaturesGSN(bytes messagebytes signaturesuint256 maxTokensFee
initialize(address _validatorContractaddress _erc20tokenuint256 _requiredBlockConfirmationsuint256 _gasPriceuint256[3] _dailyLimitMaxPerTxMinPerTxArrayuint256[2] _homeDailyLimitHomeMaxPerTxArrayaddress _ownerint256 _decimalShiftaddress _bridgeOnOtherSidereturns (bool)
initializeInterest(address _tokenuint256 _minCashThresholduint256 _minInterestPaidaddress _interestReceiver
invest(address _token
investDai(
payInterest(address _tokenuint256 _amount
refillBridge(
relayTokens(address _receiveruint256 _amount
setDailyLimit(uint256 _dailyLimit
setExecutionDailyLimit(uint256 _dailyLimit
setExecutionMaxPerTx(uint256 _maxPerTx
setGasPrice(uint256 _gasPrice
setInterestReceiver(address _tokenaddress _receiver
setMaxPerTx(uint256 _maxPerTx
setMinCashThreshold(address _tokenuint256 _minCashThreshold
setMinInterestPaid(address _tokenuint256 _minInterestPaid
setMinPerTx(uint256 _minPerTx
setPayMaster(address _paymaster
setRequiredBlockConfirmations(uint256 _blockConfirmations
setTrustedForwarder(address _trustedForwarder
transferOwnership(address newOwner
Events
ProxyOwnershipTransferred(address previousOwneraddress newOwner
Upgraded(uint256 versionaddress indexed implementation
DailyLimitChanged(uint256 newLimit
ExecutionDailyLimitChanged(uint256 newLimit
GasPriceChanged(uint256 gasPrice
OwnershipTransferred(address previousOwneraddress newOwner
PaidInterest(address indexed tokenaddress touint256 value
RelayedMessage(address recipientuint256 valuebytes32 transactionHash
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations
UserRequestForAffirmation(address recipientuint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.