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 "VerifyingPaymaster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22676193 | 2 days ago | | | 20 | 1.9246716e-7 | |
| 20200126 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200123 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200120 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200117 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200114 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200111 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200108 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200105 | 2 months ago | | | 0 | 0.00095538337 | |
| 20200102 | 2 months ago | | | 0 | 0.00095538337 |
ABI
ABI objects
Getter at block 22745527 renounceOwnership() view
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getDeposit() view returns (uint256)
32217651029286227626
owner() view returns (address)
0x03793d1323b9e2aa1cf45de039e206012dd096c8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
pendingVerifyingSigner() view returns (address)
0x0000000000000000000000000000000000000000
verifyingSigner() view returns (address)
0x3e417a7485255acc322f6ed4fee68c9939920863
Read-only
getHash(struct UserOperation userOp, struct VerifyingPaymasterPaymasterData paymasterData) view returns (bytes32)
isBundlerAllowed(address bundler) view returns (bool allowed)
State-modifying
Events acceptOwnership()
addStake(uint32 unstakeDelaySec) payable
deposit() payable
ownerWithdrawERC20(address asset, address to, uint256 amount)
postOp(uint8 mode, bytes context, uint256 actualGasCost)
rotateVerifyingSigner()
setPendingVerifyingSigner(address signer)
transferOwnership(address newOwner)
unlockStake()
updateBundlerAllowlist(address bundler, bool allowed)
validatePaymasterUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 maxCost) returns (bytes context, uint256 validationData)
withdrawStake(address withdrawAddress)
withdrawTo(address withdrawAddress, uint256 amount)
BundlerAllowlistUpdated(address bundler, bool allowed)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PendingVerifyingSignerSet(address signer)
UserOperationSponsored(bytes32 indexed userOperationHash, uint128 indexed sponsorUUID, address token)
UserOperationSponsoredWithERC20(bytes32 indexed userOperationHash, uint128 indexed sponsorUUID, address indexed token, address receiver, uint256 amount)
VerifyingSignerRotated(address oldSigner, address newSigner)
constructor(address entryPoint, address initialVerifyingSigner, address initialOwner)
receive()
BundlerNotAllowed(address bundler)
DespositFailed()
InvalidEntryPoint()
InvalidSignatureLength()
NoPendingSigner()
RenouceOwnershipDisabled()
SenderTokenBalanceTooLow(address token, uint256 balance, uint256 maxTokenCost)