This contract is being backfilled. You may encounter incomplete storage history.

QORPO Token

Verified contract

Active on Ethereum with 25,935 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $408.15
0x754351a8d815d502d699e9467f39e738211dc7d0106294491acbf283999150a8
0x4e2645f2a85c9344d592da759002c0673d2a4eeb4a5df741c69b148e600bef83
0x2720d69893c3ae64fde50e29d7df55a74ef440cb8912a13b344c517728a9e27b
0x59df847ec00f3d39dfe1bb8fce51a7574ca1c51c87a4c920f28ab412f0fdad33
0xbb878ff8bd3f7c8b49ce0a5a07f05cd6c3c8d5e60bd05f82fa049d161867687e
0x4566b704adebdb193898ee8b9d6f59135662751b2d80990a3da5249dafd772aa
0xf8fd1ca8e3e9eb3e82e1a6a9f74f8c9cf50e4b5af181b4271f4a345cedf177e9
0xb5e010aee411ab80f986d19afc8f26e0e625fa53e88487b7bdf628d358b9a3ad
0x89e04ac82ebf5cbe0ad1a3f09c5d3b78659a4b20ccd0f2ba3b73b2b66cc86dd7
0x461d94bf75a74c693c350af2ca62aa2d84e414a4a8161b426baad669fea07cf1

Functions
Getter at block 20792386
SEND(view returns (uint16)
1
SEND_AND_CALL(view returns (uint16)
2
approvalRequired(pure returns (bool)
false
composeMsgSender(view returns (address sender)
0x22514ffb0d7232a56f0c24090e7b68f179faa940
decimalConversionRate(view returns (uint256)
1000000000000
decimals(view returns (uint8)
18
endpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
QORPO Token
oApp(view returns (address)
0x22514ffb0d7232a56f0c24090e7b68f179faa940
oAppVersion(pure returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion(pure returns (bytes4 interfaceIduint64 version)
(interfaceId=0x02e49c2c, version=1)
owner(view returns (address)
0xbda41e99694713ff3ab358d6b9408cbb82d76655
preCrime(view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals(pure returns (uint8)
6
symbol(view returns (string)
QORPO
token(view returns (address)
0x22514ffb0d7232a56f0c24090e7b68f179faa940
totalSupply(view returns (uint256)
745916429754936000000000000
Read-only
allowInitializePath(struct Origin originview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
combineOptions(uint32 _eiduint16 _msgTypebytes _extraOptionsview returns (bytes)
enforcedOptions(uint32 eiduint16 msgTypeview returns (bytes enforcedOption)
isPeer(uint32 _eidbytes32 _peerview returns (bool)
nextNonce(uint32bytes32view returns (uint64 nonce)
peers(uint32 eidview returns (bytes32 peer)
quoteOFT(struct SendParam _sendParamview returns (struct OFTLimit oftLimitstruct OFTFeeDetail[] oftFeeDetailsstruct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParambool _payInLzTokenview returns (struct MessagingFee msgFee)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
lzReceive(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
lzReceiveAndRevert(struct InboundPacket[] _packetspayable 
lzReceiveSimulate(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
renounceOwnership(
send(struct SendParam _sendParamstruct MessagingFee _feeaddress _refundAddresspayable returns (struct MessagingReceipt msgReceiptstruct OFTReceipt oftReceipt)
setDelegate(address _delegate
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions
setMsgInspector(address _msgInspector
setPeer(uint32 _eidbytes32 _peer
setPreCrime(address _preCrime
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions
MsgInspectorSet(address inspector
OFTReceived(bytes32 indexed guiduint32 srcEidaddress indexed toAddressuint256 amountLD
OFTSent(bytes32 indexed guiduint32 dstEidaddress indexed fromAddressuint256 amountLD
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PeerSet(uint32 eidbytes32 peer
PreCrimeSet(address preCrimeAddress
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboladdress _lzEndpointaddress _owneraddress _mintAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidDelegate(
InvalidEndpointCall(
InvalidLocalDecimals(
InvalidOptions(bytes options
LzTokenUnavailable(
NoPeer(uint32 eid
NotEnoughNative(uint256 msgValue
OnlyEndpoint(address addr
OnlyPeer(uint32 eidbytes32 sender
OnlySelf(
SimulationResult(bytes result
SlippageExceeded(uint256 amountLDuint256 minAmountLD