QOM_BRIDGE
Verified contract
Active on
Ethereum with 2,849 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($817,978.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 555.155333K | $0.99994 |
$555,122.02 | |
CAW | ERC-20 | 2.850501T | $0.00 |
$199,535.04 | |
OSAK | ERC-20 | 172.037049B | $0.00 |
$47,654.26 | |
USDC | ERC-20 | 11.739554K | $1.00 |
$11,739.55 | |
WETH | ERC-20 | 0.70013 | $3,109.83 |
$2,177.28 | |
DAI | ERC-20 | 1.75K | $1.00 |
$1,750 | |
WQOM | ERC-20 | 114.14128T | -- | -- | |
DOGS | ERC-20 | 132.330046B | -- | -- | |
SLACK | ERC-20 | 6.22692B | -- | -- | |
W$O | ERC-20 | 2.845488B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211383 | 3 minutes ago | | | 0 | 0.00076242226 | |
| 21211368 | 6 minutes ago | | | 0 | 0.00050234335 | |
| 21211132 | an hour ago | | | 0 | 0.00049516915 | |
| 21211083 | an hour ago | | | 0 | 0.00069120524 | |
| 21211080 | an hour ago | | | 0 | 0.00054758620 | |
| 21211025 | an hour ago | | | 0 | 0.00049260168 | |
| 21211021 | an hour ago | | | 0 | 0.00034913671 | |
| 21210740 | 2 hours ago | | | 0 | 0.00067210997 | |
| 21210738 | 2 hours ago | | | 0 | 0.00042507916 | |
| 21210482 | 3 hours ago | | | 0 | 0.00080234710 |
ABI
ABI objects
Getter at block 21211397
deployer() view returns (address)
0xcddebbad367956f2bf3e6c668085b4884669e717
Read-only
deposits(address, address) view returns (uint256)
isOwner(address) view returns (bool)
minimumTokenBridge(address) view returns (uint256)
supportedTokens(address) view returns (bool)
withdrawable(address, address) view returns (uint256)
State-modifying
Events addOwner(address _owner)
deposit(address _token, uint256 _amount)
removeOwner(address _owner)
setWithdrawable(address _token, address _user, uint256 _amount)
supportToken(address _token, uint256 _minimumAmount)
unsupportToken(address _token)
updateWithdrawable(address _token, address _user, uint256 _amount)
withdraw(address _token, uint256 _amount)
withdrawStuckEth(address toAddr)
withdrawStuckToken(address _token, address _to)
withdrawUnstuckFunds(address _token, uint256 _amount)
DepositMade(address indexed token, address indexed user, uint256 amount)
OwnerAdded(address indexed owner)
OwnerRemoved(address indexed owner)
TokenSupported(address indexed token, uint256 minimumAmount)
TokenUnsupported(address indexed token)
WithdrawableUpdated(address indexed token, address indexed user, uint256 amount)
Withdrawn(address indexed token, address indexed user, uint256 amount)
constructor(address[] _tokens, uint256 _defaultMinimumTokenBridge, address[] _owners)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)