Bridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Bridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Bridge"
ABI
ABI objects
Getter at block 21248114
CLAIM_TYPEHASH() view returns (bytes32)
0xf18ceda3f6355f78c234feba066041a50f6557bfb600201e2a71a89e2dd80433
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowTokens() view returns (address)
0x0000000000000000000000000000000000000000
feePercentageDivider() view returns (uint256)
10000
getFederation() view returns (address)
0x0000000000000000000000000000000000000000
getFeePercentage() view returns (uint256)
0
isOwner() view returns (bool)
false
isUpgrading() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
sideTokenFactory() view returns (address)
0x0000000000000000000000000000000000000000
symbolPrefix() view returns (string)
version() pure returns (string)
v3
wrappedCurrency() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimed(bytes32) view returns (bool)
getTransactionDataHash(address _to, uint256 _amount, bytes32 _blockHash, bytes32 _transactionHash, uint32 _logIndex) pure returns (bytes32)
hasBeenClaimed(bytes32 transactionHash) view returns (bool)
hasCrossed(bytes32 transactionHash) view returns (bool)
isPauser(address account) view returns (bool)
knownTokens(address) view returns (bool)
mappedTokens(address) view returns (address)
nonces(address) view returns (uint256)
originalTokenAddresses(bytes32) view returns (address)
originalTokens(address) view returns (address)
senderAddresses(bytes32) view returns (address)
transactionsDataHashes(bytes32) view returns (bytes32)
State-modifying
Events __Pausable_init(address sender)
__PauserRol_init(address sender)
acceptTransfer(address _originalTokenAddress, address _from, address _to, uint256 _amount, bytes32 _blockHash, bytes32 _transactionHash, uint32 _logIndex)
addPauser(address account)
changeAllowTokens(address newAllowTokens)
changeFederation(address newFederation)
changeSideTokenFactory(address newSideTokenFactory)
claim(struct IBridgeClaimData _claimData) returns (uint256 receivedAmount)
claimFallback(struct IBridgeClaimData _claimData) returns (uint256 receivedAmount)
claimGasless(struct IBridgeClaimData _claimData, address _relayer, uint256 _fee, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256 receivedAmount)
createSideToken(uint256 _typeId, address _originalTokenAddress, uint8 _originalTokenDecimals, string _originalTokenSymbol, string _originalTokenName)
depositTo(address to) payable
initDomainSeparator()
initialize()
initialize(address _manager, address _federation, address _allowTokens, address _sideTokenFactory, string _symbolPrefix)
initialize(address sender)
pause()
receiveTokensTo(address tokenToUse, address to, uint256 amount)
renounceOwnership()
renouncePauser()
setFeePercentage(uint256 amount)
setUpgrading(bool _isUpgrading)
setWrappedCurrency(address _wrappedCurrency)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes)
transferOwnership(address newOwner)
unpause()
AcceptedCrossTransfer(bytes32 indexed _transactionHash, address indexed _originalTokenAddress, address indexed _to, address _from, uint256 _amount, bytes32 _blockHash, uint256 _logIndex)
AllowTokensChanged(address _newAllowTokens)
Claimed(bytes32 indexed _transactionHash, address indexed _originalTokenAddress, address indexed _to, address _sender, uint256 _amount, bytes32 _blockHash, uint256 _logIndex, address _reciever, address _relayer, uint256 _fee)
Cross(address indexed _tokenAddress, address indexed _from, address indexed _to, uint256 _amount, bytes _userData)
FederationChanged(address _newFederation)
FeePercentageChanged(uint256 _amount)
NewSideToken(address indexed _newSideTokenAddress, address indexed _originalTokenAddress, string _newSymbol, uint256 _granularity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SideTokenFactoryChanged(address _newSideTokenFactory)
Unpaused(address account)
Upgrading(bool _isUpgrading)
WrappedCurrencyChanged(address _wrappedCurrency)
This contract contains no constructor objects.
receive()
This contract contains no error objects.