MemBridge
Verified contract
Active on
Ethereum with 964 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MemBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206213 | a day ago | | | 0 | 0.00062859566 | |
| 21176054 | 5 days ago | | | 0 | 0.0017452394 | |
| 21143910 | 10 days ago | | | 0 | 0.0026773105 | |
| 21143837 | 10 days ago | | | 0 | 0.0031406190 | |
| 21136174 | 11 days ago | | | 0 | 0.0024949266 | |
| 20873506 | 2 months ago | | | 0 | 0.0014721665 | |
| 20640092 | 3 months ago | | | 0 | 0.000073166658 | |
| 20640082 | 3 months ago | | | 0 | 0.00018275140 | |
| 20546102 | 3 months ago | | | 0 | 0.000044812312 | |
| 20472004 | 3 months ago | | | 0 | 0.00045806150 |
ABI
ABI objects
Getter at block 21212969
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSE_ROLE() view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
chainIdEther() view returns (uint256)
1
pauseETH() view returns (bool)
false
pauseWrap() view returns (bool)
false
pool() view returns (address)
0x507771e32a1921837fa31170b3ba615c19bd0666
signatureThreshold() view returns (uint256)
3
token() view returns (address)
0x12970e6868f88f6557b76120662c1b3e50a646bf
Read-only
chainIDSupport(uint256) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isUsedTxHash(uint256, string) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events bridge(uint256 _amount, uint256 _toChainID)
claim(uint256 _fromChainID, string _txHash, uint256 _amount, struct MemBridgeProof[] _proofs)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChainIdEther(uint256 _chainIdEther)
setChainIdSupport(uint256 _chainId, bool _flag)
setPauseETH(bool _flag)
setPauseWrap(bool _flag)
setSigners(address[] _signers)
setThreshold(uint256 _signatureThreshold)
setToken(address _tokenAddress)
Bridge(uint256 amount, uint256 toChainID, address wallet)
Claim(uint256 amount, address walletReceive, string callbackData)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _tokenAddress, address[] _signers, address _pool, uint256 _threshold)
This contract contains no fallback and receive objects.
This contract contains no error objects.