QOM_BRIDGE
Verified contract
Active on
Ethereum with 4,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WQOM | ERC-20 | 3.10053T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20722984 | 2 months ago | | | 0 | 0.0010152269 | |
| 20722971 | 2 months ago | | | 0 | 0.0011136498 | |
| 20722606 | 2 months ago | | | 0 | 0.00027038138 | |
| 20722398 | 2 months ago | | | 0 | 0.00051914404 | |
| 20722385 | 2 months ago | | | 0 | 0.00037259211 | |
| 20721567 | 2 months ago | | | 0 | 0.00028533691 | |
| 20720066 | 2 months ago | | | 0 | 0.00079672673 | |
| 20720055 | 2 months ago | | | 0 | 0.00048272396 | |
| 20718057 | 2 months ago | | | 0 | 0.00014045353 | |
| 20717987 | 2 months ago | | | 0 | 0.000069794256 |
ABI
ABI objects
Getter at block 21219511
deployer() view returns (address)
0xcddebbad367956f2bf3e6c668085b4884669e717
minimumTokenBridge() view returns (uint256)
350000000000000000000000000
token() view returns (address)
0xb39cf0e19858b5fd3329a91f95a100409c69772a
Read-only
deposits(address) view returns (uint256)
isOwner(address) view returns (bool)
withdrawable(address) view returns (uint256)
State-modifying
Events addOwner(address _owner)
deposit(uint256 _amount)
removeOwner(address _owner)
setWithdrawable(address _user, uint256 _amount)
withdraw(uint256 _amount)
withdrawStuckEth(address toAddr)
withdrawStuckToken(address _token, address _to)
withdrawUnstuckFunds(uint256 _amount)
DepositMade(address indexed user, uint256 amount)
OwnerAdded(address indexed owner)
OwnerRemoved(address indexed owner)
WithdrawableUpdated(address indexed user, uint256 amount)
Withdrawn(address indexed owner, uint256 amount)
constructor(address _token, uint256 _minimumTokenBridge, address[] _owners)
This contract contains no fallback and receive objects.
This contract contains no error objects.