UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 468 txns
Unified 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
-
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
0x17b0…3f97
0x7777…50de
2 additional
variables
Balances ($170,501.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XY | ERC-20 | 5.982601M | $0.0285 |
$170,501.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20798477 | 2 months ago | | | 0 | 0.00026989576 | |
| 20640814 | 3 months ago | | | 0 | 0.00015915947 | |
| 20640597 | 3 months ago | | | 0 | 0.00010592692 | |
| 20590620 | 3 months ago | | | 0 | 0.00011494987 | |
| 20376834 | 4 months ago | | | 0 | 0.0013416007 | |
| 20376792 | 4 months ago | | | 0 | 0.0014439476 | |
| 20245429 | 4 months ago | | | 0 | 0.00018042418 | |
| 20183878 | 5 months ago | | | 0 | 0.0017929557 | |
| 20156087 | 5 months ago | | | 0 | 0.00030651757 | |
| 19882733 | 6 months ago | | | 0 | 0.0010493629 |
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)
1000000000000000000000000
numCrossChainRequests() view returns (uint256)
451
paused() view returns (bool)
false
pendingTreasury() view returns (address)
0x0000000000000000000000000000000000000000
supervisor() view returns (address)
0x17b018c13c6233a93c3d2047dcc2722496c33f97
treasury() view returns (address)
0xec4f3db7307c741c4bb94ffe5c7c6786a4567870
xyToken() view returns (address)
0x77777777772cf0455fb38ee0e75f38034dfa50de
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)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.