SingletonPaymasterV6
Verified contract
Active on
Base with 17 txns
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 "SingletonPaymasterV6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22450350 | 7 days ago | | | 0.35 | 8.5116808e-7 | |
| 22321815 | 10 days ago | | | 0.12 | 3.2508744e-7 | |
| 22179838 | 13 days ago | | | 0 | 1.9055498e-7 | |
| 21484923 | a month ago | | | 0.1 | 5.8317393e-7 | |
| 21484901 | a month ago | | | 0 | 3.4271003e-7 | |
| 21449481 | a month ago | | | 0.01 | 7.9721971e-7 | |
| 21449475 | a month ago | | | 0 | 4.3933954e-7 | |
| 21352218 | a month ago | | | 0.5 | 1.5295081e-7 | |
| 20563011 | 2 months ago | | | 0 | 4.2833127e-7 | |
| 20068870 | 2 months ago | | | 0.5 | 0.011470800 |
ABI
ABI objects
Getter at block 22757714
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getDeposit() view returns (uint256)
312568023997378294
owner() view returns (address)
0x433704c40f80cbff02e86fd36bc8bac5e31eb0c1
treasury() view returns (address)
0x433704c40f80cbff02e86fd36bc8bac5e31eb0c1
Read-only
getCostInToken(uint256 _actualGasCost, uint256 _postOpGas, uint256 _actualUserOpFeePerGas, uint256 _exchangeRate) pure returns (uint256)
getHash(uint8 _mode, struct UserOperation _userOp) view returns (bytes32)
signers(address account) view returns (bool isValidSigner)
State-modifying
Events addSigner(address _signer)
addStake(uint32 unstakeDelaySec) payable
deposit() payable
postOp(uint8 mode, bytes context, uint256 actualGasCost)
removeSigner(address _signer)
renounceOwnership()
setTreasury(address _treasury)
transferOwnership(address newOwner)
unlockStake()
validatePaymasterUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 maxCost) returns (bytes context, uint256 validationData)
withdrawStake(address withdrawAddress)
withdrawTo(address withdrawAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerAdded(address signer)
SignerRemoved(address signer)
TreasuryUpdated(address oldTreasury, address newTreasury)
UserOperationSponsored(bytes32 indexed userOpHash, address indexed user, uint8 paymasterMode, address token, uint256 tokenAmountPaid, uint256 exchangeRate)
constructor(address _entryPoint, address _owner, address[] _signers)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ExchangeRateInvalid()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PaymasterAndDataLengthInvalid()
PaymasterConfigLengthInvalid()
PaymasterModeInvalid()
PaymasterSignatureLengthInvalid()
PostOpTransferFromFailed(string msg)
TokenAddressInvalid()