Planet Mojo
Verified contract
Active on
Base with 4,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.08)
Native
Value
$7.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.003137 | $2,496.94 |
$7.83 | |
EVERY | ERC-20 | 3.861K | $0.002348 |
$9.07 | |
MOJO | ERC-20 | 10 | $0.018305 |
$0.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21877929 | an hour ago | | | 0 | 0.00053584000 | |
| 21875512 | 3 hours ago | | | 0 | 2.6379698e-7 | |
| 21875466 | 3 hours ago | | | 0 | 2.6495082e-7 | |
| 21875308 | 3 hours ago | | | 0 | 2.9153140e-7 | |
| 21875230 | 3 hours ago | | | 0 | 0.000000300981945348 | |
| 21866973 | 8 hours ago | | | 0 | 2.3076572e-7 | |
| 21866038 | 8 hours ago | | | 0 | 1.9732260e-7 | |
| 21864110 | 9 hours ago | | | 0 | 1.8402128e-7 | |
| 21861869 | 10 hours ago | | | 0 | 1.7133590e-7 | |
| 21858655 | 12 hours ago | | | 0 | 1.7623421e-7 |
ABI
ABI objects
Getter at block 21880584
MAX_TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
allowedTokenSender() view returns (address)
0x0000000000000000000000000000000000000000
approvalRequired() pure returns (bool)
false
areTransfersPaused() view returns (bool)
false
composeMsgSender() view returns (address sender)
0xed2d13a70acbd61074fc56bd0d0845e35f793e5e
decimalConversionRate() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
isPausingAllowed() view returns (bool)
false
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Planet Mojo
oApp() view returns (address)
0xed2d13a70acbd61074fc56bd0d0845e35f793e5e
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0xfd265819b20dd94fbb22a858e03b2cb87fe99281
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() pure returns (uint8)
6
symbol() view returns (string)
MOJO
token() view returns (address)
0xed2d13a70acbd61074fc56bd0d0845e35f793e5e
totalSupply() view returns (uint256)
987606395461460000000000000
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
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 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disablePausingAbility()
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
pauseTransfers()
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setAllowedTokenSender(address _allowedTokenSender)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpauseTransfers()
Approval(address indexed owner, address indexed spender, uint256 value)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountLD)
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(address _owner, string _name, string _symbol, address _lzEndpoint, bool shouldMintInitialSupply)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
PausingNotAllowed()
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)
TransfersAlreadyPaused()
TransfersNotPaused()
TransfersPaused()