AuthereumProxy
Verified contract
Proxy
Active on
Ethereum with 141 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 ($224.59)
Native
Value
$224.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.072439 | $3,100.48 |
$224.59 | |
aSUSD | ERC-20 | 0 | $0.996111 |
$0 | |
aDAI | ERC-20 | 0 | $1.001 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11882104 | 4 years ago | | | 0 | 0.029511788 | |
| 11882053 | 4 years ago | | | 0 | 0.041473629 | |
| 11882027 | 4 years ago | | | 0.092733116 | 0.0038794560 | |
| 11861703 | 4 years ago | | | 0.027311433 | 0.0017921400 | |
| 9866434 | 5 years ago | | | 0 | 0.00044548000 | |
| 9866428 | 5 years ago | | | 0 | 0.00036185500 | |
| 9851053 | 5 years ago | | | 0 | 0.00051093750 | |
| 9847508 | 5 years ago | | | 0 | 0.00071718500 | |
| 9847461 | 5 years ago | | | 0 | 0.00052865670 | |
| 9847455 | 5 years ago | | | 0 | 0.00044054725 |
ABI
ABI objects
Getter at block 21212355
authereumProxyVersion() view returns (string)
2019102500
implementation() view returns (address impl)
0x20af9e54a3670ef6a601bca1f1ec22b1f93cbe23
authereumVersion() view returns (string)
2020021700
getChainId() pure returns (uint256)
1
lastInitializedVersion() view returns (uint256)
1
nonce() view returns (uint256)
261
numAuthKeys() view returns (uint256)
1
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)
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.