Layer Zero fMULTI
Verified contract
Proxy
Active on
Base with 78 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
0xb631…0dd7
-
variable spans 30 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Layer Zero fMULTI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22981221 | 2 days ago | | | 0 | 0.0000013543650 | |
| 22608820 | 11 days ago | | | 0 | 3.5488580e-7 | |
| 21748166 | a month ago | | | 0 | 5.5472931e-7 | |
| 21461548 | a month ago | | | 0 | 8.7905255e-7 | |
| 21407200 | a month ago | | | 0 | 6.2849310e-7 | |
| 21407116 | a month ago | | | 0 | 6.2849310e-7 | |
| 21365498 | a month ago | | | 0 | 0.0000010221393 | |
| 21365026 | a month ago | | | 0 | 5.9124068e-7 | |
| 21292636 | a month ago | | | 0 | 3.9143026e-7 | |
| 20899642 | 2 months ago | | | 0 | 3.4789530e-7 |
ABI
ABI objects
Getter at block 23064422 proxiableUUID() view returns (bytes32)
currentLZGas() view returns (uint256)
250000
decimals() view returns (uint8)
18
developer() view returns (address)
0x4ce69fd760ad0c07490178f9a47863dc0358cccd
name() view returns (string)
Layer Zero fMULTI
owner() view returns (address)
0x4ce69fd760ad0c07490178f9a47863dc0358cccd
symbol() view returns (string)
lz-fMULTI
totalSupply() view returns (uint256)
588817687454353246703009
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getRoleAdmin(bytes4 role) view returns (bytes4)
hasRole(bytes4 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceID) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events acceptDeveloper()
acceptOwnership()
addExempt(address newAddress)
addExemptBatch(address[] newAddresses)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
declineDeveloper()
declineOwnership()
grantRole(bytes4 role, address account)
initialize(string _name, string _symbol, address _admin, address _dev, address _owner)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pushDeveloper(address newDeveloper)
pushOwnership(address newOwner)
removeExempt(address newAddress)
removeExemptBatch(address[] newAddresses)
renounceDeveloper()
renounceOwnership()
renounceRole(bytes4 role)
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
revokeRole(bytes4 role, address account)
setEndPoint(address newEndpoint)
setGasForDestinationLzReceive(uint256 newVal)
setTaxes(uint16 _newTTax, uint16 _newBTax, uint16 _newTBurn, uint16 _newBBurn)
setTres(address newAddress)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
transfer(address _to, uint256 _value) returns (bool success)
transferDeveloper(address newDeveloper)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
traverseChains(uint16 _chainId, uint256 _amount) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BeaconUpgraded(address indexed beacon)
EndpointSet(address indexed _endpoint)
Initialized(uint8 version)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TrustedRemoteSet(uint16 _chainId, bytes _trustedRemote)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
MaxSplaining(string reason)
TooLateBoomer(uint256 yourTime, uint256 hitTime)
TooSoonJunior(uint256 yourTime, uint256 hitTime)
Unauthorized()