L2CrossDomainEscrow
Verified contract
Active on
Base with 0 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 "L2CrossDomainEscrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2CrossDomainEscrow"
ABI
ABI objects
Getter at block 23102539
L2_STANDARD_BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
owner() view returns (address)
0xc2b42fc9f9d8b2cf86c068cae131088095480082
Read-only
This contract contains no read-only function objects.
State-modifying
Events execute(address _target, uint256 _value, bytes _data)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint32 _receiveGasLimit, bool _receiverIsAliased, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed to, uint256 amount, uint32 receiveGasLimit)
constructor(address _receiver)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)