YbEthBridge

Verified contract

Active on Ethereum with 1,180 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"

0x6fbc7fe8affa71a134783e8ee1a83b5b00ad84023687d7654158451e12896201
0x24716bca412eeefcc6657776e2b2a5b0244d5042c93163e1abe26c766d8663b0
0x219db4deb337b7a793c038a5ac32e076a8f16fb652f15402fb67cc6b89a1aa91
0x2368aeadba7a83b38aeededb120c1c680ec59026462cb536d5a78da70abb7435
0xab339c187c6e87907484a641f0ffd39beddb076c787977e58ae0313ae110dc4e
0x28a253aff6bab07402b1557b2ecd2dea4e94e14b65f8f160ff42fc78e5696822
0xd8bcd6803c3d905357cd228bd1f3f271bf8991855e9023ed1f7337adfe67794c
0xbfcb0f865e436d3f30dc8665775e07491fea6b81014b4e31920e3f5d02331e00
0x37bc6e7c0ac6e0d9cb9f5bae05c5baad4f48cfe9e9b6bf5a766e118866f83ad4
0x7b894eef0f7faeaead32c338992bde188520603fe0e1bf89df09ecc6df7b959f

Functions
Getter at block 20853010
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(