Bridge

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x79c4e917 at 12871770
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "Bridge"

No transactions found for "Bridge"


Functions
Getter at block 20820710
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(bytes32view returns (bool)
getTransactionDataHash(address _touint256 _amountbytes32 _blockHashbytes32 _transactionHashuint32 _logIndexpure returns (bytes32)
hasBeenClaimed(bytes32 transactionHashview returns (bool)
hasCrossed(bytes32 transactionHashview returns (bool)
isPauser(address accountview returns (bool)
knownTokens(addressview returns (bool)
mappedTokens(addressview returns (address)
nonces(addressview returns (uint256)
originalTokenAddresses(bytes32view returns (address)
originalTokens(addressview returns (address)
senderAddresses(bytes32view returns (address)
transactionsDataHashes(bytes32view returns (bytes32)
State-modifying
__Pausable_init(address sender
__PauserRol_init(address sender
acceptTransfer(address _originalTokenAddressaddress _fromaddress _touint256 _amountbytes32 _blockHashbytes32 _transactionHashuint32 _logIndex
addPauser(address account
changeAllowTokens(address newAllowTokens
changeFederation(address newFederation
changeSideTokenFactory(address newSideTokenFactory
claim(struct IBridgeClaimData _claimDatareturns (uint256 receivedAmount)
claimFallback(struct IBridgeClaimData _claimDatareturns (uint256 receivedAmount)
claimGasless(struct IBridgeClaimData _claimDataaddress _relayeruint256 _feeuint256 _deadlineuint8 _vbytes32 _rbytes32 _sreturns (uint256 receivedAmount)
createSideToken(uint256 _typeIdaddress _originalTokenAddressuint8 _originalTokenDecimalsstring _originalTokenSymbolstring _originalTokenName
depositTo(address topayable 
initDomainSeparator(
initialize(
initialize(address _manageraddress _federationaddress _allowTokensaddress _sideTokenFactorystring _symbolPrefix
initialize(address sender
pause(
receiveTokensTo(address tokenToUseaddress touint256 amount
renounceOwnership(
renouncePauser(
setFeePercentage(uint256 amount
setUpgrading(bool _isUpgrading
setWrappedCurrency(address _wrappedCurrency
tokensReceived(address operatoraddress fromaddress touint256 amountbytes userDatabytes
transferOwnership(address newOwner
unpause(
Events
AcceptedCrossTransfer(bytes32 indexed _transactionHashaddress indexed _originalTokenAddressaddress indexed _toaddress _fromuint256 _amountbytes32 _blockHashuint256 _logIndex
AllowTokensChanged(address _newAllowTokens
Claimed(bytes32 indexed _transactionHashaddress indexed _originalTokenAddressaddress indexed _toaddress _senderuint256 _amountbytes32 _blockHashuint256 _logIndexaddress _recieveraddress _relayeruint256 _fee
Cross(address indexed _tokenAddressaddress indexed _fromaddress indexed _touint256 _amountbytes _userData
FederationChanged(address _newFederation
FeePercentageChanged(uint256 _amount
NewSideToken(address indexed _newSideTokenAddressaddress indexed _originalTokenAddressstring _newSymboluint256 _granularity
OwnershipTransferred(address indexed previousOwneraddress 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
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.