WPCMainnetBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WPCMainnetBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WPCMainnetBridge"
ABI
ABI objects
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(uint256) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events _setRouter(address _router)
_setWpc(address _wpc)
addToAllowList(address _user)
addToBlockList(address _user)
grantRole(bytes32 role, address account)
inboundTransfer(uint256 _fromChainId, address _token, address _from, address _to, uint256 _amount, bytes _data) payable returns (bytes)
initialize(address _wpc, address _router)
outboundTransfer(uint256 _toChainId, address _token, address _to, uint256 _amount, bytes _data) payable returns (bytes)
removeFromAllowList(address _user)
removeFromBlockList(address _user)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChainSupported(uint256[] _chainIds, bool[] _status)
setInboundEnable(bool status)
setOutboundEnable(bool status)
tokenTransfer(address _asset, address _to, uint256 _amount)
ChainSupportedSet(uint256 chainId, bool status)
InboundTransferFinalized(uint256 fromChainId, address token, address from, address to, uint256 amount, bytes data, bytes32 checkDigits)
OutboundTransferFinalized(uint256 toChainId, address token, address from, address to, uint256 amount, bytes data, bytes32 checkDigits)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StatusUpdated(string statusName, bool oldStatus, bool newStatus)
This contract contains no constructor objects.
receive()
This contract contains no error objects.