More
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "More"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "More"
ABI
ABI objects
Getter at block 22759097
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
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
precrime() view returns (address _precrime)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
token() view returns (address)
0xc41219b9dc2e9398bb8cbb4b871ecbcbaa2e7ba9
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 dstChainId, bytes toAddress, uint256 amount, bool useZro, bytes adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16 srcChainId, bytes srcAddress, uint64 nonce) view returns (bytes32 payloadHash)
flashFee(address token, uint256 value) view returns (uint256)
getConfig(uint16 version, uint16 chainId, address, uint256 configType) view returns (bytes)
getTrustedRemoteAddress(uint16 remoteChainId) view returns (bytes)
isTrustedRemote(uint16 srcChainId, bytes srcAddress) view returns (bool)
maxFlashLoan(address token) view returns (uint256)
minDstGasLookup(uint16 dstChainId, uint16 packetType) view returns (uint256 minGas)
payloadSizeLimitLookup(uint16 dstChainId) view returns (uint256 size)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16 remoteChainId) view returns (bytes path)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
flashLoan(address receiver, address token, uint256 value, bytes data) returns (bool)
forceResumeReceive(uint16 srcChainId, bytes srcAddress)
initialize(address _minter)
lzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
mint(address to, uint256 amount)
nonblockingLzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
renounceOwnership()
retryMessage(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload) payable
sendFrom(address from, uint16 dstChainId, bytes toAddress, uint256 amount, address refundAddress, address zroPaymentAddress, bytes adapterParams) payable
setConfig(uint16 version, uint16 chainId, uint256 configType, bytes config)
setMinDstGas(uint16 dstChainId, uint16 packetType, uint256 minGas)
setMinter(address _minter)
setPayloadSizeLimit(uint16 dstChainId, uint256 size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 version)
setSendVersion(uint16 version)
setTrustedRemote(uint16 remoteChainId, bytes path)
setTrustedRemoteAddress(uint16 remoteChainId, bytes remoteAddress)
setUseCustomAdapterParams(bool useCustomAdapterParams)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
MessageFailed(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload, bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes32 payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address endpoint)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC3156ExceededMaxLoan(uint256 maxLoan)
ERC3156InvalidReceiver(address receiver)
ERC3156UnsupportedToken(address token)
FailedInnerCall()
InvalidFee(uint256 min, uint256 max, uint256 actual)
InvalidInitialization()
InvalidShare(uint256 min, uint256 max, uint256 actual)
InvalidZeroAddress()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnauthorizedCaller()
ValueUnchanged()