arcUSD

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xd0b39064 at 14462161
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "arcUSD"

No transactions found for "arcUSD"


Functions
Getter at block 23601200
DEFAULT_PAYLOAD_SIZE_LIMIT(view returns (uint256)
10000
NO_EXTRA_GAS(view returns (uint256)
0
PT_SEND(view returns (uint16)
0
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
circulatingSupply(view returns (uint256)
0
decimals(view returns (uint8)
18
isMainChain(view returns (bool)
false
lzEndpoint(view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
minter(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
optedOutTotalSupply(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
precrime(view returns (address _precrime)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rebaseIndex(view returns (uint256 index)
0
rebaseManager(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(view 
supplyLimit(view returns (uint256)
0
symbol(view returns (string)
taxManager(view returns (address)
0x0000000000000000000000000000000000000000
token(view returns (address)
0x5e741754e2da52c2ade6eceeffce695cb2905ab8
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
estimateSendFee(uint16 dstChainIdbytes toAddressuint256 amountbool useZrobytes adapterParamsview returns (uint256 nativeFeeuint256 zroFee)
failedMessages(uint16 srcChainIdbytes srcAddressuint64 nonceview returns (bytes32 payloadHash)
getConfig(uint16 versionuint16 chainIdaddressuint256 configTypeview returns (bytes)
getTrustedRemoteAddress(uint16 remoteChainIdview returns (bytes)
isTrustedRemote(uint16 srcChainIdbytes srcAddressview returns (bool)
minDstGasLookup(uint16 dstChainIduint16 packetTypeview returns (uint256 minGas)
optedOut(address accountview returns (bool)
payloadSizeLimitLookup(uint16 dstChainIdview returns (uint256 size)
supportsInterface(bytes4 interfaceIdview returns (bool)
trustedRemoteLookup(uint16 remoteChainIdview returns (bytes path)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
disableRebase(address accountbool isDisabled
forceResumeReceive(uint16 srcChainIdbytes srcAddress
initialize(address _adminaddress _rebaseManager
lzReceive(uint16 srcChainIdbytes srcAddressuint64 noncebytes payload
mint(address touint256 amount
nonblockingLzReceive(uint16 srcChainIdbytes srcAddressuint64 noncebytes payload
retryMessage(uint16 srcChainIdbytes srcAddressuint64 noncebytes payloadpayable 
sendFrom(address fromuint16 dstChainIdbytes toAddressuint256 amountaddress refundAddressaddress zroPaymentAddressbytes adapterParamspayable 
setConfig(uint16 versionuint16 chainIduint256 configTypebytes config
setMinDstGas(uint16 dstChainIduint16 packetTypeuint256 minGas
setMinter(address newMinter
setPayloadSizeLimit(uint16 dstChainIduint256 size
setPrecrime(address _precrime
setRebaseIndex(uint256 newIndexuint256 nonce
setRebaseManager(address newRebaseManager
setReceiveVersion(uint16 version
setSendVersion(uint16 version
setSupplyLimit(uint256 limit
setTaxManager(address newTaxManager
setTrustedRemote(uint16 remoteChainIdbytes path
setTrustedRemoteAddress(uint16 remoteChainIdbytes remoteAddress
setUseCustomAdapterParams(bool useCustomAdapterParams
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
MessageFailed(uint16 srcChainIdbytes srcAddressuint64 noncebytes payloadbytes reason
MinterUpdated(address indexed newMinteraddress indexed oldMinter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RebaseDisabled(address indexed account
RebaseEnabled(address indexed account
RebaseIndexManagerUpdated(address indexed manager
RebaseIndexUpdated(address updatedByuint256 indexuint256 totalSupplyBeforeuint256 totalSupplyAfter
ReceiveFromChain(uint16 indexed _srcChainIdaddress indexed _touint256 _amount
RetryMessageSuccess(uint16 srcChainIdbytes srcAddressuint64 noncebytes32 payloadHash
SendToChain(uint16 indexed _dstChainIdaddress indexed _frombytes _toAddressuint256 _amount
SetMinDstGas(uint16 _dstChainIduint16 _typeuint256 _minDstGas
SetPrecrime(address precrime
SetTrustedRemote(uint16 _remoteChainIdbytes _path
SetTrustedRemoteAddress(uint16 _remoteChainIdbytes _remoteAddress
SetUseCustomAdapterParams(bool _useCustomAdapterParams
SupplyLimitUpdated(uint256 indexed newSupplyLimit
TaxManagerUpdated(address indexed newTaxManager
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor
constructor(uint256 mainChainIdaddress endpoint
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AmountExceedsBalance(address accountuint256 balanceuint256 amount
CannotBridgeWhenOptedOut(address account
CantRenounceOwnership(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidInitialization(
InvalidRebaseIndex(
MathOverflowedMulDiv(
NotAuthorized(address account
NotInitializing(
OnlyMinter(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RebaseOverflow(
SupplyLimitExceeded(
SupplyOverflow(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddressException(
ZeroRebaseIndex(