DefaultTokenRouter

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfd9c7098 at 13663807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DefaultTokenRouter"

No transactions found for "DefaultTokenRouter"


Functions
Getter at block 21162553
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultBridge(view returns (address)
0x0000000000000000000000000000000000000000
getAllowList(view returns (address[])
[]
getBlocklist(view returns (address[])
[]
isTokenBridge(view returns (bool)
false
isTokenRouter(view returns (bool)
true
Read-only
chainSupported(uint256view returns (bool)
getBridge(address _tokenview returns (address bridge)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenBridgeMapping(addressview returns (address)
State-modifying
addToAllowList(address _user
addToBlockList(address _user
grantRole(bytes32 roleaddress account
inboundTransfer(uint256 _fromChainIdaddress _tokenaddress _fromaddress _touint256 _amountbytes _datapayable returns (bytes)
initialize(
outboundTransfer(uint256 _toChainIdaddress _tokenaddress _touint256 _amountbytes _datapayable returns (bytes)
removeFromAllowList(address _user
removeFromBlockList(address _user
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setBridges(address[] _tokensaddress[] _bridges
setChainSupported(uint256[] _chainIdsbool[] _status
setDefaultBridge(address _bridge
tokenTransfer(address _assetaddress _touint256 _amount
Events
BridgeSet(address tokenaddress bridge
ChainSupportedSet(uint256 chainIdbool status
DefaultBridgeUpdated(address oldDefaultBridgeaddress newDefaultBridge
InboundTransferFinalized(uint256 fromChainIdaddress tokenaddress fromaddress touint256 amountbytes databytes32 checkDigits
OutboundTransferFinalized(uint256 toChainIdaddress tokenaddress fromaddress touint256 amountbytes databytes32 checkDigits
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferRouted(uint256 toChainIdaddress tokenaddress fromaddress touint256 amountaddress bridgebytes data
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.