Real USD
Verified contract
Proxy
Active on
Base with 259 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
-
variable spans 48 additional slots
12 additional
variables
Balances ($0.00)
No balances found for "Real USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22128736 | 15 days ago | | | 0.00011237935 | 0.0000010244520 | |
| 21202957 | a month ago | | | 0.00012597126 | 0.0000011660580 | |
| 20602516 | 2 months ago | | | 0.000049732218 | 9.9873404e-7 | |
| 20451247 | 2 months ago | | | 0.000046796396 | 0.0000010442335 | |
| 20363457 | 2 months ago | | | 0.0001281981 | 0.0000010689751 | |
| 20355371 | 2 months ago | | | 0.0001281981 | 9.1178982e-7 | |
| 20074503 | 2 months ago | | | 0 | 2.4487894e-7 | |
| 19968762 | 2 months ago | | | 0.00014762072 | 8.3543224e-7 | |
| 19964144 | 2 months ago | | | 0 | 2.7647214e-7 | |
| 19963838 | 2 months ago | | | 0 | 2.2767244e-7 |
ABI
ABI objects
Getter at block 22775768
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
MULTICHAIN_VAULT() view returns (address)
0x52b9d0f46451bd2c610ae6ab1f5312a35a6159e3
NO_EXTRA_GAS() view returns (uint256)
0
PREVIOUS_WUSDR() view returns (address)
0xaf0d9d65fc54de245cda37af3d18cbec860a4d4b
PT_SEND() view returns (uint16)
0
PT_SYNC() view returns (uint16)
1
addressProvider() view returns (address)
0x0000000000000000000000000000000000000000
circulatingSupply() view returns (uint256)
333922732919
decimals() pure returns (uint8)
9
isMain() view returns (bool)
false
liquidityIndex() view returns (uint256)
1079077720927108122860220081
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
Real USD
owner() view returns (address)
0x3d41487a3c5662ede90d0ee8854f3cc59e8d66ad
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
previousImplementation() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
USDR
token() view returns (address)
0x00c7d33fce26ac11584582923ae4d182634de0e8
totalSupply() view returns (uint256)
333922732919
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)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
hasRole(bytes32 role, address account) view returns (bool)
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 approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, address _previousImplementation, address _lzEndpoint, bool _isMainChain)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(address account, uint256 amount)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
rebase(uint256 supplyDelta)
reinitialize()
renounceOwnership()
renounceRole(bytes32 role, address account)
resetInitialLiquidityIndex()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
revokeRole(bytes32 role, address account)
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setAddressProvider(address _addressProvider)
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)
sync(uint16 _dstChainId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
transfer(address to, uint256 amount) returns (bool)
transferAll(address to) returns (bool)
transferAllFrom(address from, address to) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
Rebase(uint256 indexed blockNumber, uint256 indexed day, uint256 supply, uint256 supplyDelta, uint256 index)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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)
SyncFromChain(uint16 srcChainId, uint256 liquidityIndex)
SyncToChain(uint16 dstChainId, uint256 liquidityIndex)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.