This contract is being backfilled. You may encounter incomplete storage history.

EntryPoint

Verified contract

Active on Base
Deployed by via 0xe7d5b89d at 1854367
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $190,915.48
ERC-20
Value $101.94
ERC-20
Value $11.05
ERC-20
Value $2.57
ERC-20
Value $0.51
ERC-20
Value $0.27
ERC-20
Value $0.14
ERC-20
Value $0.12
ERC-20
Value $0.02
ERC-20
Value $0
0xe49a04b0d78c6933ba2d32212c8ace880f1a53290cff891e1a5e54cfbed21f00
0xe42a05a90dd4a0b7ec04cadd9b2bfd6a4101188647b566b117dfafe463d75041
0x8a86a7cb9118d384a4806eb72c802adb7c359a53d65dfaa48659725a3febca25
0x6852ebe43e4ce317ccc69ce26a5a0621e3708095293da5aa8e3ac83ada665073
0xfe3c9d7514f0f3be744da150d0287f56fc753753b9c57fa1763ed0e69fd37a37
0x657f40c8293a6f65a511d13c0ae040bd9d19d9edbf55fe198d2283a17adafc11
0xb05528dda7aaa2ba6e7ef08b2e800985885c1544eeb65fd9d1faff3a91f14bfc
0xf04c951887fdc2e40b830552c24d3074effc823497f69d3cec0488afd7059e4f
0xc199963fd9ead2b5547d47a66fdacabafd7b25e04fdfcd4dd4d5825ad6b1b16f
0x8da45bbba1df43184be7f9c079b39e1782bbe626ce3471d4165bcbb86d92d4ec

Functions
Getter at block 21729292
SIG_VALIDATION_FAILED(view returns (uint256)
1
Read-only
_validateSenderAndPaymaster(bytes initCodeaddress senderbytes paymasterAndDataview 
balanceOf(address accountview returns (uint256)
deposits(addressview returns (uint112 depositbool stakeduint112 stakeuint32 unstakeDelaySecuint48 withdrawTime)
getDepositInfo(address accountview returns (struct IStakeManagerDepositInfo info)
getNonce(address senderuint192 keyview returns (uint256 nonce)
getUserOpHash(struct UserOperation userOpview returns (bytes32)
nonceSequenceNumber(addressuint192view returns (uint256)
State-modifying
addStake(uint32 unstakeDelaySecpayable 
depositTo(address accountpayable 
getSenderAddress(bytes initCode
handleAggregatedOps(struct IEntryPointUserOpsPerAggregator[] opsPerAggregatoraddress beneficiary
handleOps(struct UserOperation[] opsaddress beneficiary
incrementNonce(uint192 key
innerHandleOp(bytes callDatastruct EntryPointUserOpInfo opInfobytes contextreturns (uint256 actualGasCost)
simulateHandleOp(struct UserOperation opaddress targetbytes targetCallData
simulateValidation(struct UserOperation userOp
unlockStake(
withdrawStake(address withdrawAddress
withdrawTo(address withdrawAddressuint256 withdrawAmount
Events
AccountDeployed(bytes32 indexed userOpHashaddress indexed senderaddress factoryaddress paymaster
BeforeExecution(
Deposited(address indexed accountuint256 totalDeposit
SignatureAggregatorChanged(address indexed aggregator
StakeLocked(address indexed accountuint256 totalStakeduint256 unstakeDelaySec
StakeUnlocked(address indexed accountuint256 withdrawTime
StakeWithdrawn(address indexed accountaddress withdrawAddressuint256 amount
UserOperationEvent(bytes32 indexed userOpHashaddress indexed senderaddress indexed paymasteruint256 noncebool successuint256 actualGasCostuint256 actualGasUsed
UserOperationRevertReason(bytes32 indexed userOpHashaddress indexed senderuint256 noncebytes revertReason
Withdrawn(address indexed accountaddress withdrawAddressuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ExecutionResult(uint256 preOpGasuint256 paiduint48 validAfteruint48 validUntilbool targetSuccessbytes targetResult
FailedOp(uint256 opIndexstring reason
SenderAddressResult(address sender
SignatureValidationFailed(address aggregator
ValidationResult(struct IEntryPointReturnInfo returnInfostruct IStakeManagerStakeInfo senderInfostruct IStakeManagerStakeInfo factoryInfostruct IStakeManagerStakeInfo paymasterInfo
ValidationResultWithAggregation(struct IEntryPointReturnInfo returnInfostruct IStakeManagerStakeInfo senderInfostruct IStakeManagerStakeInfo factoryInfostruct IStakeManagerStakeInfo paymasterInfostruct IEntryPointAggregatorStakeInfo aggregatorInfo