Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($16.16)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,343.60 |
$0 | |
WISE | ERC-20 | 72.702414 | $0.203801 |
$14.82 | |
USDC | ERC-20 | 0.957396 | $1.001 |
$0.96 | |
USDT | ERC-20 | 0.38846 | $1.002 |
$0.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13847961 | 3 years ago | | | 0 | 0.0018268631 | |
| 13766984 | 3 years ago | | | 0 | 0.0093703014 | |
| 13766982 | 3 years ago | | | 0 | 0.0083007403 | |
| 13766982 | 3 years ago | | | 0 | 0.0038978476 | |
| 13766974 | 3 years ago | | | 0 | 0.0039568290 | |
| 13766176 | 3 years ago | | | 0 | 0.0028090790 | |
| 13766173 | 3 years ago | | | 0 | 0.0022777098 | |
| 13766162 | 3 years ago | | | 0 | 0.0027216863 | |
| 13766161 | 3 years ago | | | 0 | 0.0022722352 | |
| 13766160 | 3 years ago | | | 0 | 0.0034468735 |
ABI
ABI objects
Getter at block 21248398 listTokensNames() view returns (string[])
listOrders() view returns (struct BridgeOrder[])
[]
owner() view returns (address)
0x40e0dcd7024030c7b5e1d474fe95aaf7bb880ad0
swapDefaultTokenId() view returns (uint8)
0
swapper() view returns (address)
0x0000000000000000000000000000000000000000
swapsAllowed() view returns (bool)
false
Read-only
addresses(address) view returns (uint8)
completed(bytes32) view returns (bool)
configs(uint8, uint8) view returns (uint16 fee, uint256 feeBase, uint256 minAmount, uint256 maxAmount, bool directTransferAllowed)
isCompleted(uint256 orderId, uint8 dstFrom) view returns (bool)
orders(uint256) view returns (uint256 id, uint8 tokenId, address sender, bytes32 target, uint256 amount, uint256 feeAmount, uint8 decimals, uint8 destination, address tokenIn, bytes32 tokenOut)
tokens(uint8) view returns (address token, address feeTarget, uint16 defaultFee, uint256 defaultFeeBase, uint256 defaultMinAmount, uint256 defaultMaxAmount, uint256 bonus)
trusted(address) view returns (bool)
State-modifying
Events closeManyOrders(uint256[] _orderIds)
closeOrder(uint256 orderId)
completeManyOrders(struct BridgeCompleteParams[] params)
completeOrder(uint256 orderId, uint8 dstFrom, uint8 tokenId, address to, uint256 amount, uint256 decimals, address tokenOut, address[] swapPath)
create(uint8 tokenId, uint256 amount, uint8 destination, bytes32 target) payable
createWithSwap(address tokenIn, uint256 amount, uint8 destination, bytes32 target, bytes32 tokenOut, address[] swapPath) payable
renounceOwnership()
setBonus(uint8 tokenId, uint256 bonus)
setConfig(uint8 tokenId, uint8 destination, struct BridgeConfig config)
setDefaultFee(uint8 tokenId, uint16 defaultFee)
setDefaultFeeBase(uint8 tokenId, uint256 defaultFeeBase, uint8 inputDecimals)
setDefaultMaxAmount(uint8 tokenId, uint256 defaultMaxAmount, uint8 inputDecimals)
setDefaultMinAmount(uint8 tokenId, uint256 defaultMinAmount, uint8 inputDecimals)
setDirectTransferAllowed(uint8 tokenId, uint8 destination, bool directTransferAllowed)
setFee(uint8 tokenId, uint8 destination, uint16 fee)
setFeeBase(uint8 tokenId, uint8 destination, uint256 feeBase, uint8 inputDecimals)
setFeeTarget(uint8 tokenId, address feeTarget)
setMaxAmount(uint8 tokenId, uint8 destination, uint256 maxAmount, uint8 inputDecimals)
setMinAmount(uint8 tokenId, uint8 destination, uint256 minAmount, uint8 inputDecimals)
setSwapSettings(bool allowed, uint8 tokenId)
setSwapper(address newSwapper)
setToken(uint8 tokenId, address token, address feeTarget, uint16 defaultFee, uint256 defaultFeeBase, uint256 defaultMinAmount, uint256 defaultMaxAmount, uint8 inputDecimals, uint256 bonus)
setTrusted(address user, bool isTrusted)
transferOwnership(address newOwner)
withdraw(uint8 tokenId, address to, uint256 amount, uint8 inputDecimals)
withdrawToken(address token, address to, uint256 amount, uint8 inputDecimals)
OrderCompleted(uint256 indexed id, uint8 indexed dstFrom)
OrderCreated(uint256 indexed id, struct BridgeOrder order)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.