0xe75376ac9a27ab944fa22b0616cb21078856bd8e

Unverified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0x2fc29654 at 20872239
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $109.22
ERC-20
Value $152.46
0x31ae8e55d4bacbb17b307a17b16c01356839e9cbfdd48d83b4879f6380b25886
0xb1790bed4b33c54919597345dd7feae1bb362bd6aebf7f1de4c3d9fbc2f9a10c
0xe441125a8be6c832d7330bab4082c102883cec5b29925935d4064c74b9dee3fe
0x538b2771930a9a0bfc3e55e0d47141be6674e48f85f8d309312e9b5906d62af3
0x6a5a4fbfce434dc70efedbca6e36749e9dd19bdd65751fa4a124d067fffa57ec
0x62bb5819465262fe62976dbbbb7649f26bca0030063e59ff4fc981de643ae5ab
0x1de37aae45a8cfd1db2890bae7089a958fb0911c81ee15f2e10c18e538fafc7b
0xa1167f4fed28e78d5f1e5af1cf3084e4b17cd4adb3ed9eb09bae6385ca528a06

Functions
Getter at block 21212807
REPLAYABLE_NONCE_KEY(view returns (uint256)
8453
domainSeparator(view returns (bytes32)
0x0db0194d28b6e6c54bce6d09360ac14bb4ec7ce465888c290da5f8803ec7c75f
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Coinbase Smart Wallet, version=1, chainId=1, verifyingContract=0xe75376ac9a27ab944fa22b0616cb21078856bd8e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint(view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
implementation(view returns (address $)
0x000100abaad02f1cfc8bbe32bd5a564817339e72
nextOwnerIndex(view returns (uint256)
1
ownerCount(view returns (uint256)
1
 
proxiableUUID(view returns (bytes32)
removedOwnersCount(view returns (uint256)
0
Read-only
canSkipChainIdValidation(bytes4 functionSelectorpure returns (bool)
getUserOpHashWithoutChainId(struct UserOperation userOpview returns (bytes32)
isOwnerAddress(address accountview returns (bool)
isOwnerBytes(bytes accountview returns (bool)
isOwnerPublicKey(bytes32 xbytes32 yview returns (bool)
isValidSignature(bytes32 hashbytes signatureview returns (bytes4 result)
ownerAtIndex(uint256 indexview returns (bytes)
replaySafeHash(bytes32 hashview returns (bytes32)
State-modifying
addOwnerAddress(address owner
addOwnerPublicKey(bytes32 xbytes32 y
execute(address targetuint256 valuebytes datapayable 
executeBatch(struct CoinbaseSmartWalletCall[] callspayable 
executeWithoutChainIdValidation(bytes[] callspayable 
initialize(bytes[] ownerspayable 
removeLastOwner(uint256 indexbytes owner
removeOwnerAtIndex(uint256 indexbytes owner
upgradeToAndCall(address newImplementationbytes datapayable 
validateUserOp(struct UserOperation userOpbytes32 userOpHashuint256 missingAccountFundsreturns (uint256 validationData)
Events
AddOwner(uint256 indexed indexbytes owner
RemoveOwner(uint256 indexed indexbytes owner
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AlreadyOwner(bytes owner
Initialized(
InvalidEthereumAddressOwner(bytes owner
InvalidNonceKey(uint256 key
InvalidOwnerBytesLength(bytes owner
LastOwner(
NoOwnerAtIndex(uint256 index
NotLastOwner(uint256 ownersRemaining
SelectorNotAllowed(bytes4 selector
Unauthorized(
UnauthorizedCallContext(
UpgradeFailed(
WrongOwnerAtIndex(uint256 indexbytes expectedOwnerbytes actualOwner