BridgePlus
Verified contract
Active on
Ethereum with 52 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.102892 | $0.997588 |
$0.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20697085 | 2 months ago | | | 0 | 0.0018234457 | |
| 20345188 | 4 months ago | | | 0 | 0.00020658816 | |
| 20225301 | 4 months ago | | | 0 | 0.0023580072 | |
| 20201888 | 4 months ago | | | 0 | 0.0019204366 | |
| 20153473 | 5 months ago | | | 0 | 0.0039255790 | |
| 20131973 | 5 months ago | | | 0 | 0.0048341012 | |
| 20125650 | 5 months ago | | | 0 | 0.0029289846 | |
| 20065059 | 5 months ago | | | 0 | 0.0030412858 | |
| 20055174 | 5 months ago | | | 0 | 0.0072671298 | |
| 20038615 | 5 months ago | | | 0 | 0.011870903 |
ABI
ABI objects
Getter at block 21184302
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
chainId() view returns (uint256)
1
coreDecimal() view returns (uint256)
1000000
debridgeRouter() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xef5d662a4d6bd146d82490024e7ca040f29424b2
stargateSwapFeeDivider() view returns (uint256)
1000000
stargateSwapFeeMultipler() view returns (uint256)
1400000
swapFee() view returns (uint256)
3000
swapRouter() view returns (address)
0x91f6aa43c190e317e4d02698127aa7a629cf4b23
treasury() view returns (address)
0xb65f101f856b9036ec5e0521501d4d0c5146eaf4
Read-only
approverContracts(uint256) view returns (address)
getStgSwapFee(address bridge, uint16 _desChain) view returns (uint256)
managers(address) view returns (bool)
noFeeWallets(address) view returns (bool)
operators(address) view returns (bool)
whiteListContracts(address) view returns (bool)
State-modifying
Events redeem(address bridge, address receiver, address tokenO, address tokenR, uint256 amount, uint256 bridgeType, ((((string, address, address, uint256, uint256, uint256)[])[])[])[2] paths, uint256[] metadata) payable returns (uint256)
refundCbridge(address cbridge, bytes _wdmsg, bytes[] _sigs, address[] _signers, uint256[] _powers, address account, address _token)
renounceOwnership()
setApproverContracts(uint256 id, address bridge)
setDebridgeRouter(address _debridgeRouter)
setManager(address account, bool access)
setNoFeeWallets(address account, bool access)
setOperator(address account, bool access)
setSwapFee(uint256 _swapFee)
setSwapRouter(address _swapRouter)
setTreasury(address _treasury)
setWhiteListContracts(address account, bool access)
swap(struct BridgePlusOperator info, struct BridgePlusswapPath paths, uint256[] metadata) payable
transferOwnership(address newOwner)
BridgePlusFee(address token, uint256 fee, address treasury)
BridgePlusRedeem(address receiver, address dstToken, uint256 receiveToken)
BridgePlusSwap(address dstAddress, address receiver, uint256 srcChainId, address srcToken, uint256 amount, uint256 dstChainId, address dstToken, address receiveToken, uint256 bridgeType, uint256 basketId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _chainId, address _swapRouter, address _WETH, address _treasury)
receive()
DelegatecallFailed()