OwnedUpgradeabilityXBridgeProxy
Verified contract
Proxy
Active on
Ethereum with 983 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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
14 additional
variables
Balances ($1.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mazi | ERC-20 | 3.652524K | $0.000369 |
$1.35 | |
SRLTY | ERC-20 | 3.172394M | -- | -- | |
HARDROCK | ERC-20 | 650 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19724792 | 7 months ago | | | 0 | 0.00085161202 | |
| 19721213 | 7 months ago | | | 0 | 0.0017229286 | |
| 19720888 | 7 months ago | | | 0 | 0.0022474246 | |
| 19720625 | 7 months ago | | | 0 | 0.0046069455 | |
| 19720435 | 7 months ago | | | 0 | 0.00051232370 | |
| 19720387 | 7 months ago | | | 0 | 0.00065342795 | |
| 19720303 | 7 months ago | | | 0 | 0.0025046280 | |
| 19720272 | 7 months ago | | | 0 | 0.0041193867 | |
| 19720252 | 7 months ago | | | 0 | 0.0046849918 | |
| 19720211 | 7 months ago | | | 0.15 | 0.0051135435 |
ABI
ABI objects
Getter at block 21287260 factory() view returns (address) getSigners() view returns (address[]) getTotalSigners() view returns (uint256) listingFee() view returns (uint256) listingFeeCollector() view returns (address) native() view returns (address) owner() view returns (address) router() view returns (address) thresholdLimit() view returns (uint256) tokenFeeCollector() view returns (address) usdt() view returns (address)
implementation() view returns (address impl)
0x354cca2f55dde182d36fe34d673430e226a3cb8c
maintenance() view returns (bool _maintenance)
true
proxyOwner() view returns (address owner)
0xfe6bb1654227fa21b8a65a6a89f6489fc3cc2fcd
Read-only
_tokenOwner(address) view returns (address)
admin(uint256) view returns (address)
chainSupported(uint256) view returns (bool)
excludeFeeFromListing(address) view returns (bool)
feesForToken(address) view returns (uint256)
inNonce(uint256, address) view returns (uint256)
isBase(address) view returns (bool)
isMintable(address, address) view returns (bool)
isMintableWithChainId(uint256, uint256, address, address) view returns (bool)
isWrapped(address) view returns (bool)
isWrappedWithChainId(uint256, uint256, address) view returns (bool)
nonceProcessed(uint256, address, uint256) view returns (bool)
tokenChainId(address) view returns (uint256)
tokenDeposited(address, address) view returns (uint256)
tokenOwner(address, address) view returns (address)
tokenOwnerWithChainId(uint256, uint256, address, address) view returns (address)
tokenTax(address) view returns (uint256)
tokenToToken(address) view returns (address)
tokenToTokenWithChainId(uint256, uint256, address) view returns (address)
tokenWithdrawn(address, address) view returns (uint256)
viewTax(address token, bool pairWithEth) view returns (uint256 _amount)
State-modifying
Events setMaintenance(bool _maintenance)
transferProxyOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changeAdmin(address[] newAdmin)
changeTokenLister(address token, address newOwner, uint256 srcId, uint256 dstId)
claimTax(address token, bool pairWithEth, bool withdrawAnyAmount)
delistTokenByOwner(struct XBridgetokenInfo baseToken, struct XBridgetokenInfo correspondingToken)
delistTokenByUser(struct XBridgetokenInfo baseToken, struct XBridgetokenInfo correspondingToken)
depositTokens(address token, uint256 amount) payable
initialize(address[] _admin, uint256 _listingFee, address _tokenFeeCollector, address _listingFeeCollector, address _router, address _factory, address _usdt)
listToken(struct XBridgetokenInfo baseToken, struct XBridgetokenInfo correspondingToken, bool _isMintable) payable
lock(address inToken, uint256 _amount, uint256 dstId) payable
migrateData(struct XBridgetokenInfo baseToken, struct XBridgetokenInfo correspondingToken, bool _isMintable, address lister)
renounceOwnership()
setChainSupported(uint256 chainId, bool supported)
setExcludeFeeFromListing(address user, bool ifExcluded)
setFeeCollector(address collector)
setFeeForToken(address token, uint256 fee)
setListingFee(uint256 newFee)
setListingFeeCollector(address collector)
setNative(address _native)
setRouter(address _router)
setThresholdLimit(uint256 _amount)
setUsdt(address _usdt)
transferOwnership(address newOwner)
unlock(address inToken, uint256 amount, uint256 feeAmount, uint256 _nonce, uint256 _isWrapped, uint256 srcId, bytes32[] r, bytes32[] s, uint8[] v) payable
withdrawTokens(address token, address receiver, uint256 amount)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
ChainSupported(uint256 _chain, bool _supported)
FeeExcludedFromListing(address indexed user, bool ifExcluded)
Initialized(uint8 version)
Locked(address indexed user, address indexed inToken, address indexed outToken, uint256 amount, uint256 feeAmount, uint256 _nonce, uint256 isWrapped, uint256 srcId, uint256 dstId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignersChanged(address[] indexed newSigners)
TokenDelisted(address indexed baseToken, uint256 baseTokenChain, address indexed correspondingToken, uint256 correspondingTokenChain)
TokenDeposited(address indexed user, uint256 amount)
TokenFee(address indexed _token, uint256 _fee)
TokenListed(address indexed baseToken, uint256 baseTokenChain, address indexed correspondingToken, uint256 correspondingTokenChain, bool isMintable, address indexed user)
TokenWithdrawn(address indexed user, address indexed receiver, uint256 amount)
UnLocked(address indexed user, address indexed outToken, uint256 amount, uint256 feeAmount, uint256 _nonce, uint256 srcId, uint256 dstId)
constructor()
fallback()
fallback()
receive()
receive()
This contract contains no error objects.