USHProxyOFT
Verified contract
Active on
Ethereum with 1,741 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71,074.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USH | ERC-20 | 41.062454M | $0.001731 |
$71,074.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248723 | 32 minutes ago | | | 0.00037551677 | 0.0034738539 | |
| 20982574 | a month ago | | | 0.0003491072 | 0.0027274382 | |
| 20895628 | 2 months ago | | | 0.00037171006 | 0.0010759841 | |
| 20789472 | 2 months ago | | | 0.00050489661 | 0.0036162500 | |
| 20681113 | 3 months ago | | | 0.00037251022 | 0.0027519975 | |
| 20477231 | 4 months ago | | | 0.00039771292 | 0.0037983548 | |
| 20475524 | 4 months ago | | | 0.00040509379 | 0.0013441269 | |
| 20273943 | 4 months ago | | | 0.000292352 | 0.0014629369 | |
| 20218302 | 5 months ago | | | 0.00029132596 | 0.0019507120 | |
| 20218053 | 5 months ago | | | 0.00026097378 | 0.0013320997 |
ABI
ABI objects
Getter at block 21248879
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
102437545686991366451662498
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x1b0aedcd95ea7e93291c1f13365e4bd7660bba92
precrime() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xe60779cc1b2c1d0580611c526a8df0e3f870ec48
useCustomAdapterParams() view returns (bool)
true
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
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)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _lzEndpoint, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.