EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 5,004 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DGMT | ERC-20 | 25 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14113903 | 3 years ago | | | 0 | 0.015351100 | |
| 14033814 | 3 years ago | | | 0 | 0.013639900 | |
| 14031519 | 3 years ago | | | 0 | 0.015352300 | |
| 14010524 | 3 years ago | | | 0 | 0.013639900 | |
| 13983894 | 3 years ago | | | 0 | 0.0065804000 | |
| 13983894 | 3 years ago | | | 0 | 0.0065792000 | |
| 13983878 | 3 years ago | | | 0 | 0.011932300 | |
| 13983789 | 3 years ago | | | 0 | 0.015351100 | |
| 13957777 | 3 years ago | | | 0 | 0.013641100 | |
| 13956419 | 3 years ago | | | 0 | 0.013641100 |
ABI
ABI objects
Getter at block 21288805
implementation() view returns (address)
0x3f8469ee3361aaab48c5f944810a91e7a5afbfae
upgradeabilityOwner() view returns (address)
0x4fa5fe98fe0556c9af37542149d59b0bde52b17b
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
15000000000000000000000000
decimalShift() view returns (uint256)
0
deployedAtBlock() view returns (uint256)
9817865
erc677token() view returns (address)
0x178c820f862b14f316509ec36b13123da19a6054
executionDailyLimit() view returns (uint256)
30000000000000000000000000
executionMaxPerTx() view returns (uint256)
1500000000000000000000000
feeManagerContract() view returns (address)
0x0000000000000000000000000000000000000000
gasPrice() view returns (uint256)
100000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=5, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x92a8d7fe
getCurrentDay() view returns (uint256)
20055
getFeeManagerMode() view returns (bytes4)
0x779a349c
getHomeFee() view returns (uint256)
54097686535627803633828242569651132507022115257117556183158408617880076171237
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
750000000000000000000000
minPerTx() view returns (uint256)
2000000000000000000
owner() view returns (address)
0x4fa5fe98fe0556c9af37542149d59b0bde52b17b
requiredBlockConfirmations() view returns (uint256)
1
requiredSignatures() view returns (uint256)
1
validatorContract() view returns (address)
0x6274868bec68c6981903fbacc5bd476afc20b439
Read-only
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)
claimTokensFromErc677(address _token, address _to)
executeSignatures(uint8[] vs, bytes32[] rs, bytes32[] ss, bytes message)
initialize(address _validatorContract, address _erc677token, uint256[] _dailyLimitMaxPerTxMinPerTxArray, uint256 _foreignGasPrice, uint256 _requiredBlockConfirmations, uint256[] _homeDailyLimitHomeMaxPerTxArray, address _owner, uint256 _decimalShift, address _bridgeOnOtherSide) returns (bool)
onTokenTransfer(address _from, uint256 _value, bytes _data) returns (bool)
rewardableInitialize(address _validatorContract, address _erc677token, uint256[] _dailyLimitMaxPerTxMinPerTxArray, uint256 _foreignGasPrice, uint256 _requiredBlockConfirmations, uint256[] _homeDailyLimitHomeMaxPerTxArray, address _owner, address _feeManager, uint256 _homeFee, uint256 _decimalShift, address _bridgeOnOtherSide) returns (bool)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeeManagerContract(address _feeManager)
setGasPrice(uint256 _gasPrice)
setHomeFee(uint256 _fee)
setMaxPerTx(uint256 _maxPerTx)
setMinPerTx(uint256 _minPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
FeeDistributedFromAffirmation(uint256 feeAmount, bytes32 indexed transactionHash)
FeeDistributedFromSignatures(uint256 feeAmount, bytes32 indexed transactionHash)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
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.