0x949efe58384639f46a360c87728c767918dd030c
Unverified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x949efe58384639f46a360c87728c767918dd030c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098133 | a month ago | | | 0 | 0.00022910286 |
ABI
ABI objects
Getter at block 21328285
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
erc6551Registry() view returns (address)
0x000000006551c19487814612e58fe06813775758
getNonce() view returns (uint256)
0
isLocked() view returns (bool)
false
lockedUntil() view returns (uint256)
0
owner() view returns (address)
0x484fcd7766a95f2d94608c906e4a96df7cd0c023
state() view returns (uint256)
113895862819703396682524497348546462387271498059949685559045113039482739614121
token() view returns (uint256 chainId, address tokenContract, uint256 tokenId)
(chainId=1, tokenContract=0x2b8ff41daf40028d71c06bd71fb1cbb04ffcef02, tokenId=8160)
trustedForwarder() view returns (address)
0xca1167915584462449ee5b4ea51c37fe81ecdccd
Read-only
extsload(bytes32 slot) view returns (bytes32 value)
isTrustedForwarder(address forwarder) view returns (bool)
isValidSignature(bytes32 hash, bytes signature) view returns (bytes4 magicValue)
isValidSigner(address signer, bytes data) view returns (bytes4 magicValue)
overrides(address, bytes4) view returns (address)
permissions(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events bridgeEthBalance(uint256 _l1AdminGasLimit, uint256 _l1BridgeGasLimit, uint256 _l2GasLimit, address _feeWallet) payable
execute(address to, uint256 value, bytes data, uint8 operation) payable returns (bytes)
executeBatch(struct BatchExecutorOperation[] operations) payable returns (bytes[])
executeNested(address to, uint256 value, bytes data, uint8 operation, struct NestedAccountExecutorERC6551AccountInfo[] proof) payable returns (bytes)
extcall(address to, uint256 value, bytes data) returns (bytes result)
extcreate(uint256 value, bytes bytecode) returns (address)
extcreate2(uint256 value, bytes32 salt, bytes bytecode) returns (address)
lock(uint256 _lockedUntil)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256 tokenId, bytes) returns (bytes4)
setOverrides(bytes4[] selectors, address[] implementations)
setPermissions(address[] callers, bool[] _permissions)
validateUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 missingAccountFunds) returns (uint256 validationData)
LockUpdated(uint256 lockedUntil)
OverrideUpdated(address owner, bytes4 selector, address implementation)
PaidFees(address to, uint256 gasFee, uint256 serviceFee)
PermissionUpdated(address owner, address caller, bool hasPermission)
RefundedEther(address to, uint256 amount)
This contract contains no constructor objects.
fallback()
receive()
AccountLocked()
ContractCreationFailed()
Create2EmptyBytecode()
Create2FailedDeployment()
Create2InsufficientBalance(uint256 balance, uint256 needed)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ExceedsMaxLockTime()
InvalidAccountProof()
InvalidERC6551Registry()
InvalidEntryPoint()
InvalidInput()
InvalidMulticallForwarder()
InvalidOperation()
NotAuthorized()
OwnershipCycle()