Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x568c…3632
Balances ($0.00)
No balances found for "MPRO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21322230 | 2 hours ago | | | 0.000061047177 | 0.014031120 | |
| 21321922 | 3 hours ago | | | 0.000061047177 | 0.0055034642 | |
| 21321673 | 4 hours ago | | | 0 | 0.0011768912 | |
| 21321011 | 6 hours ago | | | 0.000061047177 | 0.0053362718 | |
| 21320830 | 6 hours ago | | | 0.000061047177 | 0.0046144191 | |
| 21320744 | 7 hours ago | | | 0.000061047177 | 0.0040641107 | |
| 21320735 | 7 hours ago | | | 0.000061047177 | 0.0043039085 | |
| 21320735 | 7 hours ago | | | 0.000061047177 | 0.0046573447 | |
| 21317987 | 16 hours ago | | | 0.000061047177 | 0.0081829408 | |
| 21316891 | 20 hours ago | | | 0.000061047177 | 0.0088252143 |
ABI
ABI objects
Getter at block 21322718
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x31a5a900f68082635ce2f2dc950e5b8dadbe0856c62e78e55acdbf30aa3e226d
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
false
clock() view returns (uint48)
21322718
decimalConversionRate() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MPRO, version=1, chainId=1, verifyingContract=0xd88611a629265c9af294ffdd2e7fa4546612273e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
maxCap() pure returns (uint256)
500000000000000000000000000
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
MPRO
oApp() view returns (address)
0xd88611a629265c9af294ffdd2e7fa4546612273e
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x03a1b656565e7c20aa4fadd4338f5fa73585a62b
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
6
symbol() view returns (string)
MPRO
token() view returns (address)
0xd88611a629265c9af294ffdd2e7fa4546612273e
totalSupply() view returns (uint256)
200433266647633412665763010
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
delegates(address account) view returns (address)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
peers(uint32 eid) view returns (bytes32 peer)
quoteOFT(struct SendParam _sendParam) view returns (struct OFTLimit oftLimit, struct OFTFeeDetail[] oftFeeDetails, struct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParam, bool _payInLzToken) view returns (struct MessagingFee msgFee)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountReceivedLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountSentLD, uint256 amountReceivedLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address[] premintAddresses, uint256[] premintValues, address _lzEndpoint, address _mproMasterDistributor, address _owner)
This contract contains no fallback and receive objects.
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
InvalidShortString()
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)
StringTooLong(string str)