AuthereumProxy
Verified contract
Proxy
Active on
Ethereum with 581 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.05)
Native
Value
$2.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000812 | $3,593.30 |
$2.92 | |
0x9f8f…79a2 | ERC-20 | 0.00543 | $1,833.67 |
$9.96 | |
sUSD | ERC-20 | 5.873887 | $1.005 |
$5.9 | |
SWPR | ERC-20 | 457.904085 | $0.004884 |
$2.24 | |
NMR | ERC-20 | 0.10574 | $20.14 |
$2.13 | |
COMP | ERC-20 | 0.00718 | $71.72 |
$0.51 | |
cUSDC | ERC-20 | 13.000067 | $0.024285 |
$0.32 | |
WETH | ERC-20 | 0.000012 | $3,597.13 |
$0.04 | |
DBD | ERC-20 | 17 | $0.002157 |
$0.04 | |
aDAI | ERC-20 | 0.000112 | $0.997694 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16600957 | 2 years ago | | | 0 | 0.0023818086 | |
| 14952682 | 2 years ago | | | 0 | 0.0027228598 | |
| 14952681 | 2 years ago | | | 0 | 0.0024099217 | |
| 14952167 | 2 years ago | | | 0 | 0.0039780807 | |
| 14419707 | 3 years ago | | | 0 | 0.00085353695 | |
| 12504922 | 4 years ago | | | 0 | 0.014473409 | |
| 12443123 | 4 years ago | | | 0 | 0.0075850500 | |
| 12443108 | 4 years ago | | | 0 | 0.0058191100 | |
| 12443104 | 4 years ago | | | 0 | 0.0050636850 | |
| 12443099 | 4 years ago | | | 0 | 0.0053736650 |
ABI
ABI objects
Getter at block 21290574
authereumProxyVersion() view returns (string)
2019102500
implementation() view returns (address impl)
0x237edcdd43349227ef511581cc834962ecf23076
authereumVersion() view returns (string)
2020060100
getChainId() pure returns (uint256)
1
lastInitializedVersion() view returns (uint256)
2
nonce() view returns (uint256)
591
numAuthKeys() view returns (uint256)
2
Read-only
authKeys(address) view returns (bool)
isValidAuthKeySignature(bytes _data, bytes _signature) view returns (bytes4)
isValidLoginKeySignature(bytes _data, bytes _signature) view returns (bytes4)
isValidSignature(bytes _data, bytes _signature) view returns (bytes4)
State-modifying
Events addAuthKey(address _authKey)
executeMultipleAuthKeyMetaTransactions(bytes[] _transactions, uint256 _gasPrice, uint256 _gasOverhead, address _feeTokenAddress, uint256 _feeTokenRate, bytes _transactionMessageHashSignature) returns (bytes[])
executeMultipleLoginKeyMetaTransactions(bytes[] _transactions, uint256 _gasPrice, uint256 _gasOverhead, bytes _loginKeyRestrictionsData, address _feeTokenAddress, uint256 _feeTokenRate, bytes _transactionMessageHashSignature, bytes _loginKeyAttestationSignature) returns (bytes[])
executeMultipleMetaTransactions(bytes[] _transactions) returns (bytes[])
initializeV1(address _authKey)
initializeV2(uint256 _deploymentCost)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
removeAuthKey(address _authKey)
upgradeToAndCall(address _newImplementation, bytes _data)
AuthKeyAdded(address indexed authKey)
AuthKeyRemoved(address indexed authKey)
CallFailed(string reason)
Upgraded(address indexed implementation)
constructor(address _logic)
fallback()
fallback()
This contract contains no error objects.