BridgePlusv2
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($61.33)
Native
Value
$6.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001788 | $3,582.38 |
$6.4 | |
USDC | ERC-20 | 31.980363 | $1.001 |
$32.01 | |
USDT | ERC-20 | 22.873253 | $1.001 |
$22.9 | |
LQDX | ERC-20 | 0.616217 | $0.030697 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310050 | 15 hours ago | | | 0 | 0.0064683938 | |
| 21308127 | 21 hours ago | | | 0.14 | 0.010294088 | |
| 21307966 | a day ago | | | 0 | 0.0037299972 | |
| 21307845 | a day ago | | | 0 | 0.0033577800 | |
| 21307501 | a day ago | | | 0 | 0.0027249052 | |
| 21307434 | a day ago | | | 0 | 0.0024959407 | |
| 21307393 | a day ago | | | 0 | 0.0024517109 | |
| 21307287 | a day ago | | | 0 | 0.0023532585 | |
| 21307090 | a day ago | | | 0 | 0.0022961329 | |
| 21307063 | a day ago | | | 0 | 0.0026075294 |
ABI
ABI objects
Getter at block 21314406
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
chainId() view returns (uint256)
1
noWrapped() view returns (bool)
false
operator() view returns (address)
0x5e1f49a1349dd35faca241eb192c6c2edf47ef46
owner() view returns (address)
0xef5d662a4d6bd146d82490024e7ca040f29424b2
swapFee() view returns (uint256)
3000
swapRouter() view returns (address)
0x0c1b1c9c02ba39560419c186fb4c485ee6c30b99
treasury() view returns (address)
0xb65f101f856b9036ec5e0521501d4d0c5146eaf4
Read-only
approverContracts(address) view returns (address)
managers(address) view returns (bool)
noFeeBridges(address) view returns (bool)
noFeeWallets(address) view returns (bool)
operatorFee(uint256) view returns (uint256)
whiteListContracts(address) view returns (bool)
State-modifying
Events renounceOwnership()
setApproverContracts(address bridge, address approver)
setManager(address account, bool access)
setNoFeeBridges(address account, bool access)
setNoFeeWallets(address account, bool access)
setOperator(address account)
setOperatorFee(uint256 id, uint256 fee)
setSwapFee(uint256 _swapFee)
setSwapRouter(address _swapRouter)
setTreasury(address _treasury)
setWhiteListContracts(address account, bool access)
transfer(struct BridgePlusv2TransferInputType bridgeInfo, struct ISwapPlusV2SwapInputType inData, struct ISwapPlusV2swapBlockType[] swBlocks) payable
transferOwnership(address newOwner)
withdrawToken(address token, address target, uint256 amount)
BridgePlusFee(address token, uint256 fee, address treasury)
BridgePlusRedeem(address receiver, address dstToken, uint256 receiveToken)
BridgePlusSwap(address receiver, uint256 srcChainId, address srcToken, uint256 amount, uint256 dstChainId, address dstToken, address receiveToken, address bridge)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _chainId, bool _noWrapped, address _WETH, address _treasury, address _swapRouter, address _operator, address[] _wlContracts, address[] _noFeeBridges, address[2][] _approver)
receive()
DelegatecallFailed()