Bridge
Verified contract
Active on
Ethereum with 42,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,817.32)
Native
Value
$2,792.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.844673 | $3,306.50 |
$2,792.91 | |
LINK | ERC-20 | 0.275 | $15.55 |
$4.28 | |
HBTC | ERC-20 | 0.001 | $4,153.28 |
$4.15 | |
AAVE | ERC-20 | 0.02 | $164.73 |
$3.29 | |
COMP | ERC-20 | 0.06 | $53.71 |
$3.22 | |
UNI | ERC-20 | 0.3 | $9.44 |
$2.83 | |
MLN | ERC-20 | 0.096 | $16.02 |
$1.54 | |
BlueSparrow | ERC-20 | 50 | $0.029551 |
$1.48 | |
MTV | ERC-20 | 1K | $0.000983 |
$0.98 | |
SNX | ERC-20 | 0.5 | $1.80 |
$0.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19572796 | 8 months ago | | | 0 | 0.0060918208 | |
| 19572794 | 8 months ago | | | 0 | 0.0086418879 | |
| 19410348 | 8 months ago | | | 0 | 0.0059601026 | |
| 19410348 | 8 months ago | | | 0 | 0.0059614073 | |
| 19410348 | 8 months ago | | | 0 | 0.0067270969 | |
| 19410348 | 8 months ago | | | 0 | 0.0060923880 | |
| 19410348 | 8 months ago | | | 0 | 0.0072913518 | |
| 19410348 | 8 months ago | | | 0 | 0.0067235231 | |
| 19410348 | 8 months ago | | | 0 | 0.0078476084 | |
| 19410348 | 8 months ago | | | 0 | 0.0068458814 |
ABI
ABI objects
Getter at block 21244807
getLogicAddress() view returns (address)
0x9a91ab68ebffd2e527d8144f54e9fe8250f129b8
getOperatorRequireNum() view returns (uint256)
2
getOwnerRequireNum() view returns (uint256)
1
getStoreAddress() view returns (address)
0x47343b0046908c1607cbb4cef5764296fcd0ae2f
name() view returns (string)
Bridge
paused() view returns (bool)
false
Read-only
depositSelector(address) view returns (string selector, bool isValueFirst)
getAdminAddresses(string class) view returns (address[])
withdrawSelector(address) view returns (string selector, bool isValueFirst)
State-modifying
Events addAddress(string class, address oneAddress) returns (bool)
depositNative(string _targetAddress, string chain) payable
depositToken(address _token, uint256 value, string _targetAddress, string chain) payable returns (bool)
dropAddress(string class, address oneAddress) returns (bool)
dropTask(bytes32 taskHash) returns (bool)
modifyAdminAddress(string class, address oldAddress, address newAddress)
pause()
resetRequiredNum(string class, uint256 requiredNum) returns (bool)
setDepositSelector(address token, string method, bool _isValueFirst)
setWithdrawSelector(address token, string method, bool _isValueFirst)
transferToken(address token, address to, uint256 value)
unpause()
withdrawNative(address to, uint256 value, string proof, bytes32 taskHash) returns (bool)
withdrawToken(address _token, address to, uint256 value, string proof, bytes32 taskHash) returns (bool)
AdminChanged(string TaskType, string class, address oldAddress, address newAddress)
AdminRequiredNumChanged(string TaskType, string class, uint256 previousNum, uint256 requiredNum)
AdminTaskDropped(bytes32 taskHash)
DepositNative(address indexed from, uint256 value, string targetAddress, string chain)
DepositToken(address indexed from, uint256 value, address indexed token, string targetAddress, string chain, uint256 nativeValue)
Paused(address account)
Unpaused(address account)
WithdrawDoneNative(address indexed to, uint256 value, string proof)
WithdrawDoneToken(address indexed to, address indexed token, uint256 value, string proof)
WithdrawingNative(address indexed to, uint256 value, string proof)
WithdrawingToken(address indexed to, address indexed token, uint256 value, string proof)
constructor(address[] _owners, uint256 _ownerRequired)
This contract contains no fallback and receive objects.
This contract contains no error objects.