Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x036e…bf4c
Balances ($14.80)
Native
Value
$14.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00387 | $3,825.41 |
$14.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12690473 | 8 months ago | | | 0 | 0.0000012591195 | |
| 12690469 | 8 months ago | | | 0 | 0.0000022473415 | |
| 12690462 | 8 months ago | | | 0 | 0.0000020951416 | |
| 12690455 | 8 months ago | | | 0 | 0.0000012765662 | |
| 12689677 | 8 months ago | | | 0 | 0.000073874956 | |
| 12688880 | 8 months ago | | | 0 | 0.00010292279 | |
| 12688877 | 8 months ago | | | 0 | 0.00012552419 | |
| 12688683 | 8 months ago | | | 0 | 0.00011238113 | |
| 12688679 | 8 months ago | | | 0 | 0.00016389640 | |
| 12683836 | 8 months ago | | | 0 | 0.000015646516 |
ABI
ABI objects
Getter at block 23284471 renounceOwnership() view
ENTRY_POINT() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
FORWARDER_FACTORY() view returns (address)
0x036e9f3e187a074405fa54ed2f58473ac465bf4c
_ALLOW_ALL_() view returns (bool)
true
guardian() view returns (address)
0x1bd170ca224807ebbc2085d738e7a83451c69038
owner() view returns (address)
0x1bd170ca224807ebbc2085d738e7a83451c69038
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_ALLOWED_BRIDGE_TARGETS_(address target) view returns (bool isAllowed)
_ALLOWED_CHAIN_IDS_(uint256 chainId) view returns (bool isAllowed)
_ALLOWED_SWAP_TARGETS_(address target) view returns (bool isAllowed)
_POOL_EXCESS_(address asset) view returns (uint256 excessAmount)
checkoutExists(address depositAddress) view returns (bool)
getCheckout(address depositAddress) view returns (struct CheckoutState)
getCheckoutOrZero(address depositAddress) view returns (struct CheckoutState)
State-modifying
Events acceptOwnership()
addAllowedBridgeTargets(address[] targets)
addAllowedChainIds(uint256[] chainIds)
addAllowedSwapTargets(address[] targets)
addExcessToPool(address asset, uint256 amount)
bridge(address depositAddress, struct BridgeParams bridgeParams)
deposit(struct CheckoutState checkout)
execute(address depositAddress, uint256 executionAmount, struct UserOperation[] ops)
executeWithPaymaster(address paymaster, address depositAddress, uint256 executionAmount, struct UserOperation[] ops)
removeAllowedBridgeTargets(address[] targets)
removeAllowedChainIds(uint256[] chainIds)
removeAllowedSwapTargets(address[] targets)
removeExcessFromPool(address asset, uint256 amount)
setAllowAll(bool isAllowed)
setForwarderFactory(address fowarderFactory)
swap(address depositAddress, struct SwapParams swapParams)
transferOwnership(address newOwner)
withdrawAllErc20(address token, address recipient)
withdrawAllNative(address recipient)
withdrawErc20(address token, address recipient, uint256 amount)
withdrawNative(address recipient, uint256 amount)
Bridged(address indexed depositAddress, address indexed targetChainDepositAddress, address indexed bridgeTarget, address receivedAsset, uint256 minReceivedAmount)
Deposited(address indexed depositAddress, address receivedAsset, uint256 receivedAmount)
ExcessAdded(address indexed asset, uint256 amount)
ExcessRemoved(address indexed asset, uint256 amount)
Executed(address indexed depositAddress, uint256 executionAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address indexed depositAddress, address indexed swapTarget, address receivedAsset, uint256 receivedAmount)
UpdatedAllowedBridgeTarget(address indexed target, bool isAllowed)
UpdatedAllowedChainIds(uint256 indexed chainId, bool isAllowed)
UpdatedAllowedSwapTarget(address indexed target, bool isAllowed)
constructor(address guardian, address entryPoint)
receive()
BridgeAlreadyOnTargetChain()
BridgeChainIdNotAllowed(uint256 chainId)
BridgeDidNotSpendExactAmount(uint256 remainingAllowance)
BridgeReverted(bytes errorData)
BridgeTargetNotAllowed(address target)
CheckoutDoesNotExist()
CheckoutExpired()
ExecuteAssetNotReady(address heldAsset)
ExecuteChainNotReady(uint256 chainId)
ExecuteInsufficientExcessBalance(uint256 oldExcessAmount, uint256 executionAmount, uint256 heldAmount)
ExecuteInvalidAmount(uint256 executionAmount)
ExecuteInvalidOpsLength()
ExecuteInvalidUserOp(bytes32 calculatedUserOpHash)
ExecuteUserOpReverted(uint8 userOpMode)
NotGuardian(address sender)
RenounceDisabled()
SwapDidNotSpendExactAmount(uint256 remainingAllowance)
SwapReverted(bytes errorData)
SwapTargetNotAllowed(address target)