EntryPoint
Verified contract
Active on
Ethereum with 95,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$323,509.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 96.505606 | $3,352.24 |
$323,509.95 | |
WETH | ERC-20 | 0.000797 | $3,354.45 |
$2.67 | |
ST | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000T | -- | -- | |
$FWOG | ERC-20 | 240 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260484 | 3 minutes ago | | | 0 | 0.0049357232 | |
| 21260429 | 15 minutes ago | | | 0 | 0.0035703958 | |
| 21260408 | 19 minutes ago | | | 0 | 0.0065481958 | |
| 21260372 | 26 minutes ago | | | 0 | 0.0044657829 | |
| 21260370 | 26 minutes ago | | | 0 | 0.0032897365 | |
| 21260364 | 28 minutes ago | | | 0 | 0.0072911656 | |
| 21260355 | 29 minutes ago | | | 0 | 0.0030711024 | |
| 21260351 | 30 minutes ago | | | 0 | 0.0046209485 | |
| 21260342 | 32 minutes ago | | | 0 | 0.0030685693 | |
| 21260307 | 39 minutes ago | | | 0 | 0.0075737829 |
ABI
ABI objects
Getter at block 21260499
SIG_VALIDATION_FAILED() view returns (uint256)
1
Read-only
_validateSenderAndPaymaster(bytes initCode, address sender, bytes paymasterAndData) view
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint112 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 UserOperation userOp) view returns (bytes32)
nonceSequenceNumber(address, uint192) view returns (uint256)
State-modifying
Events addStake(uint32 unstakeDelaySec) payable
depositTo(address account) payable
getSenderAddress(bytes initCode)
handleAggregatedOps(struct IEntryPointUserOpsPerAggregator[] opsPerAggregator, address beneficiary)
handleOps(struct UserOperation[] ops, address beneficiary)
incrementNonce(uint192 key)
innerHandleOp(bytes callData, struct EntryPointUserOpInfo opInfo, bytes context) returns (uint256 actualGasCost)
simulateHandleOp(struct UserOperation op, address target, bytes targetCallData)
simulateValidation(struct UserOperation userOp)
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)
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)
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()
ExecutionResult(uint256 preOpGas, uint256 paid, uint48 validAfter, uint48 validUntil, bool targetSuccess, bytes targetResult)
FailedOp(uint256 opIndex, string reason)
SenderAddressResult(address sender)
SignatureValidationFailed(address aggregator)
ValidationResult(struct IEntryPointReturnInfo returnInfo, struct IStakeManagerStakeInfo senderInfo, struct IStakeManagerStakeInfo factoryInfo, struct IStakeManagerStakeInfo paymasterInfo)
ValidationResultWithAggregation(struct IEntryPointReturnInfo returnInfo, struct IStakeManagerStakeInfo senderInfo, struct IStakeManagerStakeInfo factoryInfo, struct IStakeManagerStakeInfo paymasterInfo, struct IEntryPointAggregatorStakeInfo aggregatorInfo)