PimlicoERC20Paymaster
Verified contract
Active on
Ethereum with 2 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 "PimlicoERC20Paymaster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19291926 | 9 months ago | | | 0 | 0.0024950172 | |
| 19291919 | 9 months ago | | | 0.05 | 0.0020735629 |
ABI
ABI objects
Getter at block 21300130
REFUND_POSTOP_COST() view returns (uint256)
40000
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getDeposit() view returns (uint256)
50000000000000000
nativeAssetOracle() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
owner() view returns (address)
0x4337000c2828f5260d8921fd25829f606b9e8680
previousPrice() view returns (uint192)
2941826121
priceDenominator() view returns (uint256)
1000000
priceMarkup() view returns (uint32)
1100000
priceUpdateThreshold() view returns (uint32)
25000
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
tokenDecimals() view returns (uint256)
1000000
tokenOracle() view returns (address)
0x8fffffd4afb6115b954bd326cbe7b4ba576818f6
Read-only
This contract contains no read-only function objects.
State-modifying
Events addStake(uint32 unstakeDelaySec) payable
deposit() payable
postOp(uint8 mode, bytes context, uint256 actualGasCost)
renounceOwnership()
transferOwnership(address newOwner)
unlockStake()
updateConfig(uint32 _priceMarkup, uint32 _updateThreshold)
updatePrice()
validatePaymasterUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 maxCost) returns (bytes context, uint256 validationData)
withdrawStake(address withdrawAddress)
withdrawTo(address withdrawAddress, uint256 amount)
withdrawToken(address to, uint256 amount)
ConfigUpdated(uint32 priceMarkup, uint32 updateThreshold)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserOperationSponsored(address indexed user, uint256 actualTokenNeeded, uint256 actualGasCost)
constructor(address _token, address _entryPoint, address _tokenOracle, address _nativeAssetOracle, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.