YbEthBridge
Verified contract
Active on
Ethereum with 1,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x76bf…c351
0x3766…356d
Balances ($0.00)
No balances found for "YbEthBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312095 | 8 hours ago | | | 1.0000211 | 0.0066481439 | |
| 21310798 | 12 hours ago | | | 0.0057604245 | 0.0096952245 | |
| 21301645 | 2 days ago | | | 1.2377952 | 0.0065380901 | |
| 21298492 | 2 days ago | | | 0.0044638245 | 0.0024531607 | |
| 21294897 | 3 days ago | | | 0.41612112 | 0.0070252546 | |
| 21294195 | 3 days ago | | | 0.0010210445 | 0.0094113536 | |
| 21290570 | 3 days ago | | | 1.6800211 | 0.0026245511 | |
| 21287330 | 4 days ago | | | 0.16402112 | 0.0060295976 | |
| 21286930 | 4 days ago | | | 0.24802112 | 0.0065332915 | |
| 21278799 | 5 days ago | | | 0.58002112 | 0.0056726408 |
ABI
ABI objects
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
Events mintAndBridge(address _l2Receiver, uint256 _amount, uint256 _l2GasLimit, uint256 _l2GasPerPubdataByteLimit, address _refundRecipient) payable returns (bytes32 canonicalTxHash)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
MintAndBridge(address indexed sender, address indexed l2Recevier, uint256 amount, bytes32 canonicalTxHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _ybEth, address _bridgeMiddleware)
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
InsufficientEthValue()
InvalidNullValue()
InvalidZeroAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()