Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($478.02)
Native
Value
$13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003622 | $3,590.19 |
$13 | |
HT | ERC-20 | 578.288956 | $0.800711 |
$463.04 | |
USDC | ERC-20 | 0.921133 | $1.001 |
$0.92 | |
USDT | ERC-20 | 0.846312 | $1.002 |
$0.85 | |
DAI | ERC-20 | 0.204107 | $1.001 |
$0.2 | |
AD | ERC-20 | 6 | $0.000006 |
$0 | |
$ Evmosia.com | ERC-20 | 10K | -- | -- | |
StableDAI.com | ERC-20 | 570 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- | |
daiblack.com | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20073455 | 6 months ago | | | 0 | 0.0067392930 | |
| 20073446 | 6 months ago | | | 0 | 0.0067392930 | |
| 20073442 | 6 months ago | | | 0 | 0.0072097796 | |
| 20073438 | 6 months ago | | | 0 | 0.0076831026 | |
| 20073433 | 6 months ago | | | 0 | 0.0083237677 | |
| 20073430 | 6 months ago | | | 0 | 0.0077186132 | |
| 20073425 | 6 months ago | | | 0 | 0.0086606643 | |
| 20073422 | 6 months ago | | | 0 | 0.0086606643 | |
| 20073418 | 6 months ago | | | 0 | 0.0086858507 | |
| 20073414 | 6 months ago | | | 0 | 0.0086831278 |
ABI
ABI objects
Getter at block 21284435
getLogicAddress() view returns (address)
0x639bce62a34ad102ad43a0fd96ae02a980c72abb
getOperatorRequireNum() view returns (uint256)
2
getOwnerRequireNum() view returns (uint256)
1
getStoreAddress() view returns (address)
0x7cdd13eff6e28bd516f7606a6e23af58e152c2bb
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.