Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIM | ERC-20 | 0 | $0.99746 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13625182 | 7 months ago | | | 0.00031458388 | 0.000011843526 | |
| 13616498 | 7 months ago | | | 0.00057780639 | 0.000015507254 | |
| 13586056 | 7 months ago | | | 0.00054684907 | 0.000032896069 | |
| 13583116 | 7 months ago | | | 0.00025722249 | 0.000024073669 | |
| 13582774 | 7 months ago | | | 0.00054755994 | 0.000024420553 | |
| 13582125 | 7 months ago | | | 0.00030849564 | 0.000011791008 | |
| 13576020 | 7 months ago | | | 0.00025809069 | 0.000012047834 | |
| 13525616 | 7 months ago | | | 0.0002669004 | 0.0000043289617 | |
| 13517788 | 7 months ago | | | 0.00065719292 | 0.000014687670 | |
| 13516003 | 7 months ago | | | 0.00031790913 | 0.000011921121 |
ABI
ABI objects
Getter at block 23153957 facetAddresses() view returns (address[] addresses) facets() view returns (struct IDiamondReadableFacet[] diamondFacets)
SYSTEM_VERSION_ID() pure returns (uint256)
15685333357143876905381156080256194284585309009741792718237957731407193701748
feeCollector() view returns (address)
0x70287bd7a8e1b6deb354b0df11130b3be03d1ece
getFallbackAddress() view returns (address fallbackAddress)
0x0000000000000000000000000000000000000000
nomineeOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x93841d17fb094b321ab281e14d0456e70e7e4889
paused() view returns (bool status)
false
Read-only
facetAddress(bytes4 selector) view returns (address facet)
facetFunctionSelectors(address facet) view returns (bytes4[] selectors)
oftEstimateSendFee(address _oft, struct OFTWrapperEstimateSendFeeParams _params, uint256 _processingFee) view returns (uint256 nativeFee, uint256 zroFee)
oftEstimateSendTokensFee(address _oft, bytes _to, uint256 _qty, struct OFTWrapperEstimateSendTokensFeeParams _params, uint256 _processingFee) view returns (uint256 nativeFee, uint256 zroFee)
oftEstimateSendV1Fee(address _oft, struct OFTWrapperEstimateSendFeeV1Params _params, uint256 _processingFee) view returns (uint256 nativeFee, uint256 zroFee)
oftTargetGasParameters(address _oftAddress, uint16 _targetLzChainId) view returns (bool useCustomParameters, uint256 minTargetGas)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBalance(address _tokenAddress) view returns (uint256)
State-modifying
Events acceptOwnership()
cleanup(address _tokenAddress, uint256 _tokenAmount)
diamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
forceTransferOwnership(address _newOwner)
oftSendFrom(address _oft, address _underlyingToken, struct OFTWrapperSendFromParams _params, uint256 _processingFee) payable
oftSendFromV1(address _oft, address _underlyingToken, struct OFTWrapperSendFromV1Params _params, uint256 _processingFee) payable
oftSendFromWithMinAmount(address _oft, address _underlyingToken, struct OFTWrapperSendFromWithMinAmountParams _params, uint256 _processingFee) payable
oftSendTokens(address _oft, struct OFTWrapperSendTokensParams _params, uint256 _processingFee) payable
pause()
setFallbackAddress(address fallbackAddress)
setFeeCollector(address _feeCollector)
transferOwnership(address account)
unpause()
DiamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
OftSent()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetFeeCollector(address indexed feeCollector)
Unpaused(address account)
constructor(address _feeCollector, address _owner)
fallback()
receive()
DiamondWritable__InvalidInitializationParameters()
DiamondWritable__RemoveTargetNotZeroAddress()
DiamondWritable__ReplaceTargetIsIdentical()
DiamondWritable__SelectorAlreadyAdded()
DiamondWritable__SelectorIsImmutable()
DiamondWritable__SelectorNotFound()
DiamondWritable__SelectorNotSpecified()
DiamondWritable__TargetHasNoCode()
ERC165Base__InvalidInterfaceId()
Ownable__NotOwner()
Ownable__NotTransitiveOwner()
Pausable__NotPaused()
Pausable__Paused()
Proxy__ImplementationIsNotContract()
ReentrancyGuard__ReentrantCall()
SafeApproveError()
SafeOwnable__NotNomineeOwner()
SafeTransferError()
SafeTransferFromError()
SafeTransferNativeError()
SenderError()