YbEthBridge

Verified contract

Active on Ethereum with 1,678 txns
Deployed by via 0x5dc47c5e at 20438003
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "YbEthBridge"

0x3b3dcb1e3ee32563c0184864a018404b8b9dec6ea057dabc77f39d76f70c8a54
0x8dfbae063ab7efbed02aadd2b42f9c26180d5ecae8e286674de30791fcfe19c0
0x421e134bce4e2e53ef27c32b0af8654cfa80eff64bae7c03e9ad8ccf50df62de
0x09171a0116a6a543f0351a113a6724f83ca20c4fcb18fd84500bb01517726877
From
0xed7d4176738ce81b48d4d0e0bc2833f2d615009ee913b5203851abf6a6d8c475
0x27fb75ef6a0bec1935de471a24b8f59c40ef1a553aa4b1a9db3de1178c73e2b7
0x378faa72647b92963dde5ebd911fd08802475f751540bcd78b34bee64eca8673
0x29f9b924463de06c1334d0f331b39f5e5fd030ead3daa8f5ca516bbbe41f3306
0x557ac2d67d27c5fa3c228e1bf072aad460e14a7743183dbeb633316364e4b8ff
0xae4139d832aa199ba41ae48dcd53aa8a5913d3a1dbe5cc45a76b8be997a5e858

Functions
Getter at block 21314430
bridgeMiddleware(view returns (address)
0x3766eb5f07dbc60d39a2059a9a29fd9b7d3c356d
owner(view returns (address)
0x65b5cfaad25c39063a248684da546cab1cc46cf5
paused(view returns (bool)
false
ybEth(view returns (address)
0x76bf2d1e6dfda645c0c17440b17eccc181dfc351
Read-only

This contract contains no read-only function objects.

State-modifying
mintAndBridge(address _l2Receiveruint256 _amountuint256 _l2GasLimituint256 _l2GasPerPubdataByteLimitaddress _refundRecipientpayable returns (bytes32 canonicalTxHash)
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
Events
MintAndBridge(address indexed senderaddress indexed l2Recevieruint256 amountbytes32 canonicalTxHash
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _ybEthaddress _bridgeMiddleware
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EnforcedPause(
ExpectedPause(
InsufficientEthValue(
InvalidNullValue(
InvalidZeroAddress(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(