OwnAssetBridge
Verified contract
Active on
Ethereum with 296 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,563,976.99)
Native
Value
$379.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1053 | $3,602.20 |
$379.31 | |
DEFX | ERC-20 | 40.784657M | $0.038338 |
$1,563,597.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233307 | 7 days ago | | | 0.0025 | 0.00072239022 | |
| 20823829 | 2 months ago | | | 0.00043 | 0.0011762623 | |
| 20816082 | 2 months ago | | | 0 | 0.00088873600 | |
| 20816060 | 2 months ago | | | 0.0025 | 0.0014573145 | |
| 20815935 | 2 months ago | | | 0 | 0.0017374247 | |
| 20813823 | 2 months ago | | | 0.0025 | 0.0026658693 | |
| 20690898 | 3 months ago | | | 0 | 0.000099733239 | |
| 20690894 | 3 months ago | | | 0.0025 | 0.00020953430 | |
| 20690843 | 3 months ago | | | 0.00043 | 0.00015313057 | |
| 20690774 | 3 months ago | | | 0 | 0.000081377325 |
ABI
ABI objects
Getter at block 21284508
bridgeFee() view returns (uint256)
0
governor() view returns (address)
0xdefb0c0ef1b84e5c11c4a1bdfbc4e95ba899c5da
nativeTransferFee() view returns (uint256)
430000000000000
owner() view returns (address)
0xdefb0c0ef1b84e5c11c4a1bdfbc4e95ba899c5da
targetTransferFee() view returns (uint256)
2500000000000000
Read-only
accountsForAssets(string) view returns (string)
assetHashes(address) view returns (string)
erc20Tokens(string) view returns (address)
pendingCrossChainTransfers(string) view returns (address)
pendingSignedTxs(string) view returns (string)
State-modifying
Events bridgeAsset(string _assetHash, string _accountHash, string _assetName, string _assetSymbol, uint256 _totalSupply) payable
bridgeErc20Token(address _token, string _assetHash, string _accountHash) payable
confirmTransfer(string _txHash, address _token, uint256 _amount)
mintErc20Token(address _token, uint256 _amount)
removeBridge(address _token)
renounceOwnership()
revertTransferFromNativeChain(string _txHash)
revertTransferToNativeChain(string _txHash, address _token, address _recipient, uint256 _amount)
setBridgeFee(uint256 _amount)
setGovernor(address _governor)
setNativeTransferFee(uint256 _amount)
setTargetTransferFee(uint256 _amount)
transferFromNativeChain(string _txHash, string _signature, address _recipient) payable
transferOwnership(address newOwner)
transferToNativeChain(address _token, string _recipientAccountHash, uint256 _amount) payable
withdrawFee(uint256 _amount) returns (bool)
CrossChainTransfer(address indexed token, string recipientAccountHash, uint256 amount)
CrossChainTransfer(string txHash, address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _bridgeFee, uint256 _targetTransferFee, uint256 _nativeTransferFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.