USDVMain

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x01124ac8 at 18396787
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 48 additional slots
1 additional variable

No balances found for "USDVMain"

No transactions found for "USDVMain"


Functions
Getter at block 20891889
DOMAIN_SEPARATOR(view returns (bytes32)
0x6391ce2cbd1d3da718e51325a12c4cda52cd17050be2b6b2832ac0f500caf0d8
decimals(view returns (uint8)
6
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0x0f4c265cfda2f0ba07537014687dbe6f22062785, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
maxKnownColor(view returns (uint32)
0
name(view returns (string)
paused(view returns (bool)
false
symbol(view returns (string)
token(view returns (address)
0x0f4c265cfda2f0ba07537014687dbe6f22062785
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address _userview returns (uint256)
colorStateOf(uint32 _colorview returns (struct ColorsColorState)
colorers(address userview returns (address colorer)
getDeltas(uint32 _startColoruint32 _endColorview returns (struct Delta[])
getDeltas(uint32[] _colorsview returns (struct Delta[])
getRole(uint8 _roleview returns (address)
nonces(address ownerview returns (uint256)
quoteSendFee(struct IOFTSendParam _parambytes _extraOptionsbool _useLZTokenbytes _composeMsgview returns (uint256 nativeFeeuint256 lzTokenFee)
quoteSyncDeltaFee(uint32 _dstEiduint32 _numDeficitsbytes _extraOptionsbool _useLzTokenview returns (uint256 nativeFeeuint256 lzTokenFee)
userStates(address userview returns (uint32 coloruint64 balancebool blacklisteduint32 defaultColor)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blacklist(address _userbool _isBlacklisted
burn(address _fromuint64 _amountuint32[] _deficitsreturns (struct Delta[])
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _owneraddress _foundation
mint(address _receiveruint64 _amountuint32 _color
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
remint(uint32 _surplusColoruint64 _surplusAmountuint32[] _deficitsuint64 _feeCap
remintAck(struct Delta[] _deltasuint32 _feeColoruint64 _feeAmountuint64 _feeTheta
send(struct IOFTSendParam _parambytes _extraOptionsstruct MessagingFee _msgFeeaddress _refundAddressbytes _composeMsgpayable returns (struct MessagingReceipt msgReceipt)
sendAck(bytes32 _guidaddress _receiveruint32 _coloruint64 _amountuint64 _theta
setColorer(address _useraddress _colorer
setDefaultColor(address _useruint32 _defaultColor
setPause(bool _paused
setRole(uint8 _roleaddress _addr
syncDelta(uint32 _eiduint64 _thetauint32[] _deficitsuint64 _feeCapbytes _extraOptionsstruct MessagingFee _msgFeeaddress _refundAddresspayable returns (struct MessagingReceipt msgReceipt)
syncDeltaAck(struct Delta[] _deltas
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EIP712DomainChanged(
Initialized(uint8 version
ReceiveOFT(bytes32 indexed _guidaddress indexed _toAddressuint256 _amountLD
Reminted(struct Delta[] deltasuint64 remintFee
SendOFT(bytes32 indexed _guidaddress indexed _fromAddressuint256 _amountLDbytes _composeMsg
SetBlacklist(address indexed userbool isBlacklisted
SetColorer(address indexed calleraddress indexed useraddress colorer
SetDefaultColor(address indexed calleraddress indexed useruint32 defaultColor
SetInspector(address _inspector
SetPause(bool paused
SetRole(uint8 roleaddress addr
Synced(bytes32 guidstruct Delta[] deltas
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountSlippage(uint256 _amountLDSenduint256 _minAmountLD
Blacklisted(
FeeTooHigh(
InsufficientBalance(
InvalidAmount(
InvalidArgument(
InvalidColor(uint32 color
InvalidUser(
LDMinusSD(
NotDeltaZero(
NotImplemented(
Overflow(
Paused(
Unauthorized(