WPCMainnetBridge

Verified contract

Implementation

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

No balances found for "WPCMainnetBridge"

No transactions found for "WPCMainnetBridge"


Functions
Getter at block 20799606
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getAllowList(view returns (address[])
[]
getBlocklist(view returns (address[])
[]
inboundEnable(view returns (bool)
false
isTokenBridge(view returns (bool)
true
isTokenRouter(view returns (bool)
false
outboundEnable(view returns (bool)
false
router(view returns (address)
0x0000000000000000000000000000000000000000
wpc(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
chainSupported(uint256view returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
_setRouter(address _router
_setWpc(address _wpc
addToAllowList(address _user
addToBlockList(address _user
grantRole(bytes32 roleaddress account
inboundTransfer(uint256 _fromChainIdaddress _tokenaddress _fromaddress _touint256 _amountbytes _datapayable returns (bytes)
initialize(address _wpcaddress _router
outboundTransfer(uint256 _toChainIdaddress _tokenaddress _touint256 _amountbytes _datapayable returns (bytes)
removeFromAllowList(address _user
removeFromBlockList(address _user
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setChainSupported(uint256[] _chainIdsbool[] _status
setInboundEnable(bool status
setOutboundEnable(bool status
tokenTransfer(address _assetaddress _touint256 _amount
Events
ChainSupportedSet(uint256 chainIdbool status
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
StatusUpdated(string statusNamebool oldStatusbool newStatus
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.