Wrapped USDR
Verified contract
Proxy
Active on
Base with 11,868 txns
Unified storage
The storage layout for this contract could not be retrieved.
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752389 | 2 hours ago | | | 0 | 7.3951200e-7 | |
| 22751844 | 2 hours ago | | | 0.0001048082 | 0.000026088993 | |
| 22740613 | 8 hours ago | | | 0.00010347323 | 0.0000010205955 | |
| 22738700 | 9 hours ago | | | 0 | 1.7464780e-7 | |
| 22716300 | a day ago | | | 0 | 5.4610880e-7 | |
| 22711816 | a day ago | | | 0 | 8.2854391e-7 | |
| 22708302 | a day ago | | | 0 | 0.0000019624248 | |
| 22704412 | a day ago | | | 0.0001160095 | 0.0000039321111 | |
| 22704406 | a day ago | | | 0.0001160095 | 0.0000036826322 | |
| 22704341 | a day ago | | | 0.000011882818 | 0.0000061445601 |
ABI
ABI objects
Getter at block 22755299
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)
707889550745005
decimals() pure returns (uint8)
9
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
migrator() view returns (address)
0x3d41487a3c5662ede90d0ee8854f3cc59e8d66ad
name() view returns (string)
Wrapped USDR
owner() view returns (address)
0x3d41487a3c5662ede90d0ee8854f3cc59e8d66ad
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
wUSDR
token() view returns (address)
0x9483ab65847a447e36d21af1cab8c87e9712ff93
totalSupply() view returns (uint256)
707889550745005
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events admin() returns (address admin_)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, address lzEndpoint)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(address _account, uint256 _amount)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
reinitialize()
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)
setMigrator(address _migrator)
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)
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)
Paused(address account)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.