YBUSDBridge
Verified contract
Active on
Ethereum with 459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa59…594a
0x3766…356d
Balances ($0.00)
No balances found for "YBUSDBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156856 | 2 hours ago | | | 0.00002130085 | 0.0081056301 | |
| 21156454 | 4 hours ago | | | 0.00002130085 | 0.0071554708 | |
| 21155272 | 8 hours ago | | | 0.00002130085 | 0.0089210818 | |
| 21148187 | a day ago | | | 0.00002130085 | 0.0059441749 | |
| 21147887 | a day ago | | | 0.00002130085 | 0.0044226777 | |
| 21145725 | 2 days ago | | | 0.00002130085 | 0.0069622245 | |
| 21143757 | 2 days ago | | | 0.00002130085 | 0.013933811 | |
| 21142290 | 2 days ago | | | 0.00002130085 | 0.0060952216 | |
| 21142171 | 2 days ago | | | 0.00002130085 | 0.0062637128 | |
| 21141061 | 2 days ago | | | 0.00002130085 | 0.0052773722 |
ABI
ABI objects
Getter at block 21157515
bridgeMiddleware() view returns (address)
0x3766eb5f07dbc60d39a2059a9a29fd9b7d3c356d
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
owner() view returns (address)
0x65b5cfaad25c39063a248684da546cab1cc46cf5
paused() view returns (bool)
false
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
ybUSD() view returns (address)
0xfa59075dfce274e028b58bddfcc3d709960f594a
Read-only
This contract contains no read-only function objects.
State-modifying
Events mintAndBridge(address _l2Receiver, uint256 _amount, uint128 _stableCoinType, uint256 _minAmountAccepted, 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 _dai, address _usdc, address _usdt, address _ybUSD, address _bridgeMiddleware)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
INSUFFICIENT_BALANCE()
INVALID_TOKEN_ID()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZERO_ADDRESS()
ZERO_AMOUNT()