XYCrossChainRelay
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "XYCrossChainRelay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "XYCrossChainRelay"
ABI
ABI objects
Getter at block 21218832
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_MANAGER() view returns (bytes32)
0xf206625bad3d9112d5609b8d356e6fbd514cd1f69980d4ce2b3e6e68e1789ace
ROLE_OWNER() view returns (bytes32)
0x9f4e1c871d5fdd0aee1cd182666698a4492b24c6832aac230d07b11046af5a89
ROLE_STAFF() view returns (bytes32)
0x358933fb1b4f9e62c7cd3651025ad8825acb20ebbb23b09160e3867d71501ddd
maxCrossChainAmount() view returns (uint256)
0
numCrossChainRequests() view returns (uint256)
0
paused() view returns (bool)
false
pendingTreasury() view returns (address)
0x0000000000000000000000000000000000000000
supervisor() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
xyToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
completedCrossChainRequest(uint32, 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 acceptNewTreasury()
completeCrossChainRequest(uint256 requestId, uint32 sourceChainId, address receiver, uint256 amount, uint256 fee, bytes[] signatures)
grantRole(bytes32 role, address account)
initialize(uint32 chainId, address _treasury, address _supervisor, address owner, address manager, address staff, address _xyToken, uint256 _maxCrossChainAmount)
pause()
proposeNewTreasury(address newTreasury)
renounceRole(bytes32 role, address account)
requestCrossChain(uint32 destChainId, address receiver, uint256 amount)
rescue(address[] tokens)
revokeRole(bytes32 role, address account)
setMaxCrossChainAmount(uint256 newMaxCrossChainAmount)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CrossChainCompleted(uint256 indexed requestId, uint32 indexed sourceChainId, uint32 destChainId, address indexed receiver, uint256 amount, uint256 fee)
CrossChainRequested(uint256 indexed requestId, uint32 sourceChainId, uint32 indexed destChainId, address indexed sender, address receiver, uint256 amount)
NewTreasuryAccepted(address newTreasury)
NewTreasuryProposed(address newTreasury)
Paused(address account)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.