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

EntryPoint

Verified contract

Active on Ethereum with 2,000 txns
Deployed by via 0x5c81127e at 19274877
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $8,335.37
0x0e6f7d27abadb86fabd980bbb361e2ffd05c91a26db0be6602f489966d01553c
0xdc60d3a0093a3a81f2a871ab9300c0ff3a19c4869545fbe9d65414283f25404f
0xc69880acc369a91b2e0c3caac7c55dfecc3d74a5e274382abaef30c48ae72a44
0x50c2a2f5a67404a886d64a951d8c25ecf76295bff984856dd1440c1c8c6f0801
0x42fd4fc09a2d6201e79c82193aa69a969b2c348c241e5d1b3ec9ab9a993ca9ab
0xb6bd6dca5bb0dd18528af915e078ffae3f2a5d1cd5ed421705699a64b5d68e74
0x621405191b8feeee592705acec0063edac7da54729b4ee252aebc777f36abae8
0xbe6c00fe34d35b9eca9ff8b2d619001969cbb169239167972da7af241c509835
0xba3b2f14c2b22dbd547dcd8c97dc88103b7dbb7f5b3b684f868eb65907699ede
0xda8a1ffe8ae564f8f768664981e101de70e045510202b14096e4008e338150e4

Functions
Getter at block 20799358

This contract contains no getter function objects.

Read-only
balanceOf(address accountview returns (uint256)
deposits(addressview returns (uint256 depositbool stakeduint112 stakeuint32 unstakeDelaySecuint48 withdrawTime)
getDepositInfo(address accountview returns (struct IStakeManagerDepositInfo info)
getNonce(address senderuint192 keyview returns (uint256 nonce)
getUserOpHash(struct PackedUserOperation userOpview returns (bytes32)
nonceSequenceNumber(addressuint192view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addStake(uint32 unstakeDelaySecpayable 
delegateAndRevert(address targetbytes data
depositTo(address accountpayable 
getSenderAddress(bytes initCode
handleAggregatedOps(struct IEntryPointUserOpsPerAggregator[] opsPerAggregatoraddress beneficiary
handleOps(struct PackedUserOperation[] opsaddress beneficiary
incrementNonce(uint192 key
innerHandleOp(bytes callDatastruct EntryPointUserOpInfo opInfobytes contextreturns (uint256 actualGasCost)
unlockStake(
withdrawStake(address withdrawAddress
withdrawTo(address withdrawAddressuint256 withdrawAmount
Events
AccountDeployed(bytes32 indexed userOpHashaddress indexed senderaddress factoryaddress paymaster
BeforeExecution(
Deposited(address indexed accountuint256 totalDeposit
PostOpRevertReason(bytes32 indexed userOpHashaddress indexed senderuint256 noncebytes revertReason
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
UserOperationPrefundTooLow(bytes32 indexed userOpHashaddress indexed senderuint256 nonce
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
DelegateAndRevert(bool successbytes ret
FailedOp(uint256 opIndexstring reason
FailedOpWithRevert(uint256 opIndexstring reasonbytes inner
PostOpReverted(bytes returnData
ReentrancyGuardReentrantCall(
SenderAddressResult(address sender
SignatureValidationFailed(address aggregator