AuthereumProxy
Verified contract
Proxy
Active on
Ethereum with 490 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 ($3.93)
Native
Value
$1.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000569 | $2,635.35 |
$1.5 | |
WETH | ERC-20 | 0.00092 | $2,634.09 |
$2.42 | |
DAI | ERC-20 | 0.00975 | $0.99988 |
$0.01 | |
0xd07d…2430 | ERC-1555 | 101 | -- | -- | |
0xd07d…2430 | ERC-1555 | 101 | -- | -- | |
0xd07d…2430 | ERC-1555 | 75 | -- | -- | |
0xd07d…2430 | ERC-1555 | 41 | -- | -- | |
0xd07d…2430 | ERC-1555 | 20 | -- | -- | |
0xd07d…2430 | ERC-1555 | 18 | -- | -- | |
0xd07d…2430 | ERC-1555 | 14 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16717087 | 2 years ago | | | 0 | 0.0015399044 | |
| 12221517 | 4 years ago | | | 0 | 0.0064589316 | |
| 10745758 | 4 years ago | | | 0 | 0.062267846 | |
| 10745736 | 4 years ago | | | 0 | 0.10108086 | |
| 10745575 | 4 years ago | | | 0 | 0.0093967536 | |
| 10745558 | 4 years ago | | | 0 | 0.019981666 | |
| 10745553 | 4 years ago | | | 0 | 0.033083496 | |
| 10740680 | 4 years ago | | | 0 | 0.018613757 | |
| 10740654 | 4 years ago | | | 0 | 0.065145239 | |
| 10740594 | 4 years ago | | | 0 | 0.015167671 |
ABI
ABI objects
Getter at block 21084057
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)
490
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.