EntryPoint
Verified contract
Active on
Ethereum with 5,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$19,992.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.971654 | $3,347.97 |
$19,992.92 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243224 | 16 minutes ago | | | 0 | 0.0016411520 | |
| 21243039 | an hour ago | | | 0 | 0.0042494670 | |
| 21242490 | 3 hours ago | | | 0 | 0.017551985 | |
| 21241971 | 4 hours ago | | | 0 | 0.0035458143 | |
| 21241730 | 5 hours ago | | | 0 | 0.0017829382 | |
| 21241383 | 6 hours ago | | | 0 | 0.013795870 | |
| 21241065 | 7 hours ago | | | 0 | 0.0015193148 | |
| 21241029 | 8 hours ago | | | 0 | 0.012712605 | |
| 21240901 | 8 hours ago | | | 0 | 0.0022915580 | |
| 21240812 | 8 hours ago | | | 0 | 0.010774466 |
ABI
ABI objects
Getter at block 21243300
This contract contains no getter function objects.
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint256 deposit, bool staked, uint112 stake, uint32 unstakeDelaySec, uint48 withdrawTime)
getDepositInfo(address account) view returns (struct IStakeManagerDepositInfo info)
getNonce(address sender, uint192 key) view returns (uint256 nonce)
getUserOpHash(struct PackedUserOperation userOp) view returns (bytes32)
nonceSequenceNumber(address, uint192) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addStake(uint32 unstakeDelaySec) payable
delegateAndRevert(address target, bytes data)
depositTo(address account) payable
getSenderAddress(bytes initCode)
handleAggregatedOps(struct IEntryPointUserOpsPerAggregator[] opsPerAggregator, address beneficiary)
handleOps(struct PackedUserOperation[] ops, address beneficiary)
incrementNonce(uint192 key)
innerHandleOp(bytes callData, struct EntryPointUserOpInfo opInfo, bytes context) returns (uint256 actualGasCost)
unlockStake()
withdrawStake(address withdrawAddress)
withdrawTo(address withdrawAddress, uint256 withdrawAmount)
AccountDeployed(bytes32 indexed userOpHash, address indexed sender, address factory, address paymaster)
BeforeExecution()
Deposited(address indexed account, uint256 totalDeposit)
PostOpRevertReason(bytes32 indexed userOpHash, address indexed sender, uint256 nonce, bytes revertReason)
SignatureAggregatorChanged(address indexed aggregator)
StakeLocked(address indexed account, uint256 totalStaked, uint256 unstakeDelaySec)
StakeUnlocked(address indexed account, uint256 withdrawTime)
StakeWithdrawn(address indexed account, address withdrawAddress, uint256 amount)
UserOperationEvent(bytes32 indexed userOpHash, address indexed sender, address indexed paymaster, uint256 nonce, bool success, uint256 actualGasCost, uint256 actualGasUsed)
UserOperationPrefundTooLow(bytes32 indexed userOpHash, address indexed sender, uint256 nonce)
UserOperationRevertReason(bytes32 indexed userOpHash, address indexed sender, uint256 nonce, bytes revertReason)
Withdrawn(address indexed account, address withdrawAddress, uint256 amount)
This contract contains no constructor objects.
receive()
DelegateAndRevert(bool success, bytes ret)
FailedOp(uint256 opIndex, string reason)
FailedOpWithRevert(uint256 opIndex, string reason, bytes inner)
PostOpReverted(bytes returnData)
ReentrancyGuardReentrantCall()
SenderAddressResult(address sender)
SignatureValidationFailed(address aggregator)