TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 231,369 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($383,175.65)
Native
Value
$371.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.111224 | $3,342.37 |
$371.75 | |
USDC | ERC-20 | 381.615671K | $0.998912 |
$381,200.47 | |
USDT | ERC-20 | 1.104516K | $1.001 |
$1,105.62 | |
WETH | ERC-20 | 0.136932 | $3,343.22 |
$457.79 | |
SOL | ERC-20 | 0.156195 | $255.30 |
$39.88 | |
WBTC | ERC-20 | 0.000001 | $97,676.00 |
$0.13 | |
DAI | ERC-20 | 0 | $0.998295 |
$0 | |
| ERC-20 | 3.111K | -- | -- | |
Pandora GPT | ERC-20 | 1.55 | -- | -- | |
0x1b1a…b3e3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238588 | 4 minutes ago | | | 0 | 0.0078149136 | |
| 21238580 | 5 minutes ago | | | 0 | 0.0059476657 | |
| 21238566 | 8 minutes ago | | | 0 | 0.0075017238 | |
| 21238565 | 8 minutes ago | | | 0 | 0.0085573127 | |
| 21238543 | 13 minutes ago | | | 51.8252 | 0.020899712 | |
| 21238514 | 19 minutes ago | | | 0.00028430053 | 0.015396280 | |
| 21238456 | 30 minutes ago | | | 0.03590376 | 0.0036461608 | |
| 21238440 | 33 minutes ago | | | 0.031863061 | 0.0024582884 | |
| 21238434 | 35 minutes ago | | | 0 | 0.011400007 | |
| 21238429 | 36 minutes ago | | | 0.004 | 0.0020450856 |
ABI
ABI objects
Getter at block 21238605
admin() view returns (address)
0xe1c7db7575babf0d3369835678ec9b7f15c0886b
approveProxy() view returns (address)
0x70cbb871e8f30fc8ce23609e9e0ea87b6b222f58
commissionRateLimit() view returns (uint256)
300
dexRouter() view returns (address)
0x7d0ccaa3fac1e5a943c5168b6ced828691b46b36
feeTo() view returns (address)
0xa28062bd708ce49e9311d6293def7df63f2b0816
owner() view returns (address)
0xe1c7db7575babf0d3369835678ec9b7f15c0886b
paused() view returns (bool)
false
payer() view returns (address)
0x0000000000000000000000000000000000000000
payerReceiver() view returns (address, address)
(0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000)
receiver() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accessSelectorId(bytes4) view returns (bool)
adaptorInfo(uint256) view returns (address)
mpc(address) view returns (bool)
paidTx(uint256, bytes32) view returns (bool)
proxies(address) view returns (bool)
receiveGasTx(uint256, bytes32) view returns (bool)
sysAddressConfig(uint256) view returns (address)
sysRatio(uint256) view returns (uint256)
thresholdConfig(address) view returns (bool opened, uint256 amount)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
bridgeToV2(struct XBridgeBridgeRequestV2 _request) payable
claim(struct XBridgeSwapRequest _request)
doBatch(struct XBridgeReceiveGasRequest[] _gasRequest, struct XBridgeSwapRequest[] _claimRequest) payable
initialize()
pause()
receiveGasToken(struct XBridgeReceiveGasRequest _request) payable
renounceOwnership()
setAccessSelectorId(bytes4[] selectorIds, bool[] values)
setAdaptors(uint256[] _ids, address[] _adaptors)
setAdmin(address _newAdmin)
setDexRouter(address _newDexRouter)
setFeeTo(address _newFeeTo)
setMpc(address[] _mpcList, bool[] _v)
setProxies(address[] proxiesList, bool[] values)
setSysRatio(uint256 _index, uint256 _v)
swapBridgeToV2(struct XBridgeSwapBridgeRequestV2 _request) payable
swapBridgeToWithPermit(struct XBridgeSwapBridgeRequestV2 _request, bytes _signature)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AccessSelectorIdChanged(bytes4 _selectorId, bool _enable)
AdaptorsChanged(uint256 indexed _adaptorId, address _adaptor)
AdminChanged(address _newAdmin)
Claimed(address to, address fromToken, address toToken, uint256 fromTokenAmount, uint256 toTokenAmount, uint256 gasFeeAmount, uint256 srcChainId, string errInfo, bytes32[] ext)
CommissionRecord(uint256 commissionAmount, address referrerAddress)
DexRouterChanged(address _dexRouter)
FeeToChanged(address _feeTo)
GasTokenReceived(address to, uint256 amount, uint256 srcChainId, bytes32[] ext)
Initialized(uint8 version)
LogBridgeTo(uint256 indexed _adaptorId, address _from, address _to, address _token, uint256 _amount, uint256 _receiveFee, bytes32[] ext)
LogSwapAndBridgeTo(uint256 indexed _adaptorId, address _from, address _to, address _fromToken, uint256 _fromAmount, address _toToken, uint256 _toAmount, uint256 _receiveFee, bytes32[] ext)
MpcChanged(address _mpc, bool _enable)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProxiesChanged(address _proxy, bool _enable)
SysRatioChanged(uint256 _index, uint256 _ratio)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.