TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 12,467 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
0xb631…0dd7
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000718 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22896350 | 2 hours ago | | | 0 | 5.7175509e-7 | |
| 22892478 | 4 hours ago | | | 0 | 7.4652447e-7 | |
| 22890651 | 6 hours ago | | | 0 | 0.000000408743762363 | |
| 22890623 | 6 hours ago | | | 0 | 0.000000600091148195 | |
| 22889174 | 6 hours ago | | | 0 | 0.000000600629396819 | |
| 22888709 | 7 hours ago | | | 0 | 3.9709334e-7 | |
| 22882719 | 10 hours ago | | | 0 | 5.7265335e-7 | |
| 22882617 | 10 hours ago | | | 0 | 5.7265335e-7 | |
| 22875751 | 14 hours ago | | | 0 | 5.7171041e-7 | |
| 22875574 | 14 hours ago | | | 0 | 5.7117478e-7 |
ABI
ABI objects
Getter at block 22900556 circulatingSupply() view returns (uint256 _cp)
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
Xena
owner() view returns (address)
0x1caff8479feaa56450a49b27293427e5cb14869b
poolLength() view returns (uint256)
5
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XEN
token() view returns (address)
0x981d41c115a2d48cb1215d13bda8f989d407c9c5
totalBurned() view returns (uint256)
2214183053149241092241968
totalSupply() view returns (uint256)
997785816946850758907758032
useCustomAdapterParams() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
pool(uint256 _index) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events admin() payable returns (address admin_)
changeAdmin(address newAdmin) payable
implementation() payable returns (address implementation_)
upgradeTo(address newImplementation) payable
upgradeToAndCall(address newImplementation, bytes data) payable
addPool(address _newPool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
governanceRecoverUnsupported(address _token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, uint256 _initialSupply, address _lzEndpoint)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPools(address[] _newPools)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(address indexed newPool)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.