AuthereumProxy
Verified contract
Proxy
Active on
Ethereum with 142 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 ($2.80)
Native
Value
$2.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000882 | $3,160.61 |
$2.79 | |
sUSD | ERC-20 | 0.01 | $1.003 |
$0.01 | |
KICK | ERC-20 | 888.888K | -- | -- | |
MyKI | ERC-721 | 1 | -- | -- | |
TKT | ERC-721 | 1 | -- | -- | |
TKT | ERC-721 | 1 | -- | -- | |
PIC | ERC-721 | 1 | -- | -- | |
PIC | ERC-721 | 1 | -- | -- | |
yDAI | ERC-20 | 0.994312 | -- | -- | |
yUSDC | ERC-20 | 0.000108 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13009149 | 3 years ago | | | 0 | 0.0047119250 | |
| 13009133 | 3 years ago | | | 0 | 0.0018383820 | |
| 13009103 | 3 years ago | | | 0 | 0.0027510080 | |
| 13008787 | 3 years ago | | | 0.01 | 0.00084336000 | |
| 13008738 | 3 years ago | | | 0 | 0.0086492526 | |
| 13008734 | 3 years ago | | | 0.02 | 0.00090661200 | |
| 12240610 | 4 years ago | | | 0 | 0.0078507000 | |
| 12240597 | 4 years ago | | | 0 | 0.0081919552 | |
| 12240589 | 4 years ago | | | 0 | 0.0077912120 | |
| 12240580 | 4 years ago | | | 0 | 0.022425489 |
ABI
ABI objects
Getter at block 21202612
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)
124
numAuthKeys() view returns (uint256)
4
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.