ComsatsBridge
Verified contract
Active on
Ethereum with 56 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ComsatsBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20633932 | 3 months ago | | | 0 | 0.00023607809 | |
| 20633009 | 3 months ago | | | 0 | 0.00017125493 | |
| 20632410 | 3 months ago | | | 0 | 0.00013197386 | |
| 20632045 | 3 months ago | | | 0 | 0.00011919767 | |
| 20631666 | 3 months ago | | | 0 | 0.00015552586 | |
| 20472186 | 3 months ago | | | 0 | 0.00025550632 | |
| 20450052 | 3 months ago | | | 0 | 0.00030333801 | |
| 20121466 | 5 months ago | | | 0 | 0.00091386641 | |
| 20081222 | 5 months ago | | | 0 | 0.0013125942 | |
| 19959022 | 6 months ago | | | 0 | 0.00084124097 |
ABI
ABI objects
Getter at block 21203082
fees() view returns (uint256)
10000000000000000
owner() view returns (address)
0xfd52a83d1dad98dfbba64752d289f0dc07dcb822
paused() view returns (bool)
false
validator() view returns (address)
0x2cd0502d0d9f4f261a4ad07f0abf40bb0057f122
Read-only
executed(bytes) view returns (bool)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
getMessageHash(address _token, address _to, uint256 _amount, string _message, uint256 _nonce) pure returns (bytes32)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
splitSignature(bytes sig) pure returns (bytes32 r, bytes32 s, uint8 v)
verify(address _signer, address _token, address _to, uint256 _amount, string _message, uint256 _nonce, bytes signature) pure returns (bool)
State-modifying
Events createBrc20(string _name, string _symbol)
deposit(uint256 _amount, address _token, string _to) payable
execute(address _token, uint256 _amount, string _message, uint256 _nonce, bytes _signature)
renounceOwnership()
setFees(uint256 _fees)
setValidator(address _validator)
togglePause()
transferOwnership(address newOwner)
withdrawFees()
CreatedBrc20(address indexed token, string name, string symbol)
Deposit(address sender, uint256 amount, address token, string to)
FeesUpdated(uint256 fees)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address sender, uint256 amount, bytes32 messageHash, address token)
constructor(address _validator)
receive()
This contract contains no error objects.