Bridge

Verified contract

Active on Ethereum with 73 txns
Deployed by via 0xf881f336 at 16847332
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Native
Value $704.3
ERC-20
Value $2.17
0x1e0995521bf0409e1e4ff1275485ef937d433deaab47b91a42895bdef625e215
0x40f035b99e37f59dfe70247225092a497d22886b9c822774aa680dc7e988fa63
0x01b61c5b18d8d645f629c6f4d869b0d86f292cdb5f42ec000975059f5c804893
0x146bcaeb362ca55f1b9fd2064ea8cccddd8a50b90dacd9fa58ad405a37c2055f
0x46889acb0c131797c0c568ca70f281239778307c3161ba021a477ee77ce25584
0x5866e7ef5c948ed00ab6fe814baa57feafeed4ab1a183f619c48eac6276aaf71
0x3a34fa6707443088457c608716d302a6bb323168274bceece9df6eb8a7b31e7f
0x07f4873a9889d910c405692177cdf7bd75d2c05e80e2c1055f0e5f7ffe5302cf
0x3ad3c92ad02c8140c585c42207866c3f9b948d1ba40f95d796c21168e361cc65
0x5ba94446aae4770813c56794adece901729aaf5ba1d44a1e1122780452bd3fe9

Functions
Getter at block 20860210
getDestinations(view returns (uint8[])
[0, 1, 2, 3, 4, 5, 6]
 
getTokens(view returns (struct BridgeToken[])
listOrders(view returns (struct BridgeOrder[])
[]
 
listTokensNames(view returns (string[])
owner(view returns (address)
0xf7b79a10e02b32030d5abd730a4be4a15345d889
Read-only
_isTrusted(addressview returns (bool)
completed(bytes32view returns (bool)
isCompleted(uint256 orderIduint8 dstFromview returns (bool)
orders(uint256view returns (uint256 iduint16 tokenIdaddress senderstring targetuint256 amountuint8 decimalsuint8 destination)
stats(uint16addressview returns (uint256 transfereduint256 limitFrom)
tokens(uint16view returns (address tokenuint16 feeuint256 feeBaseaddress feeTargetuint256 minAmountuint256 maxAmountuint256 dailyLimituint256 bonusuint8 decimals)
State-modifying
addDestinations(uint8[] ids
addTrusted(address user
close(uint256 orderId
completeOrder(uint256 orderIduint8 dstFromuint16 tokenIdaddress touint256 amountuint256 decimals
create(uint16 tokenIduint256 amountuint8 destinationstring target
removeDestinations(uint8[] ids
removeTrusted(address user
renounceOwnership(
setBonus(uint16 tokenIduint256 bonus
setDailyLimit(uint16 tokenIduint256 dailyLimituint8 inputDecimals
setFee(uint16 tokenIduint16 fee
setFeeBase(uint16 tokenIduint256 feeBaseuint8 inputDecimals
setFeeTarget(uint16 tokenIdaddress feeTarget
setMaxAmount(uint16 tokenIduint256 maxAmountuint8 inputDecimals
setMinAmount(uint16 tokenIduint256 minAmountuint8 inputDecimals
setToken(uint16 tokenIdaddress tokenuint16 feeuint256 feeBaseaddress feeTargetuint256 minAmountuint256 maxAmountuint256 dailyLimituint8 inputDecimals
transferOwnership(address newOwner
withdraw(uint16 tokenIdaddress touint256 amountuint8 inputDecimals
Events
OrderCompleted(uint256 indexed iduint8 indexed dstFrom
OrderCreated(uint256 indexed idstruct BridgeOrder orderuint256 fee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.