Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$18,249.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 7.364853 | $2,477.97 |
$18,249.88 | |
USDC | ERC-20 | 48.326538K | $0.999961 |
$48,324.65 | |
cbBTC | ERC-20 | 0.002216 | $71,049.00 |
$157.46 | |
WGC | ERC-20 | 200 | $0.0001 |
$0.02 | |
kurbi | ERC-20 | 0.1 | $0.000638 |
$0 | |
USA | ERC-20 | 0.006745 | $0.001194 |
$0 | |
SPOT | ERC-20 | 1K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x2a696e68 | 17418529 | 3 months ago | | | 0 | 1.7911660e-7 | |
| 15187966 | 5 months ago | | | 10.5 | 2.6208533e-7 | |
| 13933533 | 6 months ago | | | 3 | 2.6587523e-7 | |
| 13037910 | 7 months ago | | | 0.017092483 | 2.8271923e-7 | |
| 13037705 | 7 months ago | | | 0 | 3.6504935e-7 | |
| 13037705 | 7 months ago | | | 0.1 | 8.2322746e-7 | |
| 13037705 | 7 months ago | | | 0.01 | 7.3317733e-7 |
ABI
ABI objects
Getter at block 22033505
entryPoint() pure returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
maxWithdrawDenominator() view returns (uint256)
20
owner() view returns (address result)
0x3e0cd4dc43811888efa242ab17118fce0035eff7
Read-only
getHash(address account, struct MagicSpendWithdrawRequest withdrawRequest) view returns (bytes32)
isValidWithdrawSignature(address account, struct MagicSpendWithdrawRequest withdrawRequest) view returns (bool)
nonceUsed(address account, uint256 nonce) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
entryPointAddStake(uint256 amount, uint32 unstakeDelaySeconds) payable
entryPointDeposit(uint256 amount) payable
entryPointUnlockStake()
entryPointWithdraw(address to, uint256 amount)
entryPointWithdrawStake(address to)
ownerWithdraw(address asset, address to, uint256 amount)
postOp(uint8 mode, bytes context, uint256 actualGasCost)
renounceOwnership() payable
requestOwnershipHandover() payable
setMaxWithdrawDenominator(uint256 newDenominator)
transferOwnership(address newOwner) payable
validatePaymasterUserOp(struct UserOperation userOp, bytes32, uint256 maxCost) returns (bytes context, uint256 validationData)
withdraw(struct MagicSpendWithdrawRequest withdrawRequest)
withdrawGasExcess()
MagicSpendWithdrawal(address indexed account, address indexed asset, uint256 amount, uint256 nonce)
MaxWithdrawDenominatorSet(uint256 newDenominator)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address owner_, uint256 maxWithdrawDenominator_)
receive()
AlreadyInitialized()
Expired()
InvalidNonce(uint256 nonce)
InvalidSignature()
NewOwnerIsZeroAddress()
NoExcess()
NoHandoverRequest()
RequestLessThanGasMaxCost(uint256 requested, uint256 maxCost)
Unauthorized()
UnexpectedPostOpRevertedMode()
UnsupportedPaymasterAsset(address asset)
WithdrawTooLarge(uint256 requestedAmount, uint256 maxAllowed)