AuthereumProxy
Verified contract
Proxy
Active on
Ethereum
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.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 24.616316 | $1.00 |
$24.62 | |
BTT | ERC-20 | 126.207451K | $0.000001 |
$0.19 | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- | |
yo | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10351382 | 4 years ago | | | 0 | 0.11930838 | |
| 10351212 | 4 years ago | | | 0 | 0.0047820084 | |
| 10351202 | 4 years ago | | | 0 | 0.0070091712 | |
| 10351168 | 4 years ago | | | 0 | 0.0094238003 | |
| 10195685 | 4 years ago | | | 0 | 0.0079015052 | |
| 10195679 | 4 years ago | | | 0 | 0.0081584808 | |
| 10194176 | 4 years ago | | | 0 | 0.0065811000 | |
| 10194124 | 4 years ago | | | 0 | 0.010091020 | |
| 10176114 | 5 years ago | | | 0 | 0.0068439696 | |
| 10175827 | 5 years ago | | | 0 | 0.0065813400 |
ABI
ABI objects
Getter at block 21321781
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)
23
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.