MainMultiBridge
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37.20)
Native
Value
$37.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009707 | $3,832.02 |
$37.2 | |
ROOT | ERC-20 | 207.408461 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17477464 | 2 years ago | | | 0.00172 | 0.00076708150 | |
| 15336749 | 2 years ago | | | 0 | 0.00019787705 | |
| 15336748 | 2 years ago | | | 0 | 0.00055100968 | |
| 15336745 | 2 years ago | | | 0.00069279523 | 0.00040017430 | |
| 15238758 | 2 years ago | | | 0 | 0.0010772666 | |
| 15238755 | 2 years ago | | | 0.00083255462 | 0.00070678500 | |
| 15164653 | 2 years ago | | | 0 | 0.00066990674 | |
| 15164651 | 2 years ago | | | 0.00099053965 | 0.0026920643 | |
| 15159048 | 2 years ago | | | 0 | 0.0011009633 | |
| 15159045 | 2 years ago | | | 0.00090514829 | 0.00052256796 |
ABI
ABI objects
Getter at block 21427455
owner() view returns (address)
0xcb7636a24303b6023bf501afb2c6b3926a1318f3
totalAvailableRedemption() view returns (uint256 total)
0
Read-only
availableRedemption(uint256 num) view returns (uint256)
checkTxProcessed(uint256 satelliteChain, uint256 i, address to, uint256 amount) view returns (bool)
inwardTransferFunding(bytes32) view returns (uint256)
isSupportedChain(uint256) view returns (bool)
outwardTransfers(uint256) view returns (address to, bool processed, uint88 gasPrice, uint256 amount, uint256 chain)
State-modifying
Events accrueFees(uint224 amount)
fundUnlock(uint256 satelliteChain, uint256 i, address to, uint256 amount) payable
lock(address to, uint256 amount, uint256 chain) payable
process(uint256 i)
redeem(uint256 num)
redeemAll()
renounceOwnership()
setForceFunding(bool _forceFunding)
setOperator(address _operator, bool _whiteList)
transferBridgeFees(uint256 amount)
transferOwnership(address newOwner)
unlock(uint256 satelliteChain, uint256 i, address to, uint256 amount)
whiteListChain(uint256 _chainId, bool _whiteList)
CrossChainFeeAccrual(uint256 amount)
CrossChainFeesClaimed(address indexed beneficiary, uint256 amount)
CrossChainTransferLocked(address indexed from, uint256 i)
CrossChainTransferProcessed(address indexed to, uint256 amount, uint256 chain)
CrossChainTransferUnlocked(address indexed to, uint256 amount, uint256 chain)
CrossChainUnlockFundsReceived(address indexed to, uint256 amount, uint256 chain, uint256 orderId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address wroot, uint256[] chainList)
This contract contains no fallback and receive objects.
This contract contains no error objects.