BridgeContract
Verified contract
Active on
Ethereum with 1,857 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 |
---|---|---|---|---|---|
TKX | ERC-20 | 0.000006 | $11.95 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
MYID | ERC-20 | 1B | -- | -- | |
$ Evmosia.com | ERC-20 | 5K | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18264169 | a year ago | | | 0 | 0.0018286536 | |
| 18264152 | a year ago | | | 0 | 0.0019422403 | |
| 18264133 | a year ago | | | 0 | 0.0016996276 | |
| 18264127 | a year ago | | | 0 | 0.0016419535 | |
| 18264125 | a year ago | | | 0 | 0.0025124801 | |
| 18264119 | a year ago | | | 0 | 0.0017957967 | |
| 18264118 | a year ago | | | 0 | 0.0016219859 | |
| 18264109 | a year ago | | | 0 | 0.0015739842 | |
| 18264109 | a year ago | | | 0 | 0.0015160885 | |
| 18264103 | a year ago | | | 0 | 0.0012786183 |
ABI
ABI objects
Getter at block 21211851
owner() view returns (address)
0xea7d9225f74bf8206ac8d9ad358b7cc2c716ee89
paused() view returns (bool)
false
targetChainId() view returns (uint256)
0
Read-only
isAddressBlackListed(address) view returns (bool)
isTokenBlackListed(address) view returns (bool)
isVerifier(address) view returns (bool)
usedNonce(bytes) view returns (bool)
State-modifying
Events addAddressBlackList(address _address)
addTokenBlackList(address _token)
addVerifier(address _verifier)
ownerWithdrawErc20(address token, uint256 amount)
ownerWithdrawEth(uint256 amount)
pause()
removeAddressBlackList(address _address)
removeTokenBlackList(address _token)
removeVerifier(address _verifier)
renounceOwnership()
swapErc20(address token, address recipient, uint256 amount)
swapEth(address recipient) payable
transferOwnership(address newOwner)
unpause()
withdrawERC20(address token, address recipient, uint256 amount, uint256 txId, bytes32 txHash, uint256 target_chain, bytes signature)
withdrawEth(address recipient, uint256 amount, uint256 txId, bytes32 txHash, uint256 target_chain, bytes signature)
AddedBlackList(address _address)
AddedVerifierList(address _verifier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemovedBlackList(address _address)
RemovedVerifierList(address _verifier)
Swap(address indexed token, address recipient, uint256 amount)
Unpaused(address account)
Withdraw(address indexed token, address indexed recipient, uint256 amount)
constructor(address _verifier, uint256 _targetChainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.