OFTWrapper
Verified contract
Active on
Ethereum with 665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($55.62)
Native
Value
$55.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015248 | $3,647.58 |
$55.62 | |
MIM | ERC-20 | 0.000002 | $0.97891 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131880 | a month ago | | | 0.0010112739 | 0.0040513457 | |
| 20986148 | 2 months ago | | | 0.0007423488 | 0.0068746704 | |
| 20981249 | 2 months ago | | | 0.00073163287 | 0.0029075204 | |
| 20938204 | 2 months ago | | | 0.00080111327 | 0.0023925476 | |
| 20932728 | 2 months ago | | | 0.00085784227 | 0.0030378930 | |
| 20889082 | 2 months ago | | | 0.00079861416 | 0.0012048740 | |
| 20848418 | 2 months ago | | | 0.00073005276 | 0.0023555343 | |
| 20828600 | 2 months ago | | | 0.00074379631 | 0.0074670307 | |
| 20765273 | 3 months ago | | | 0.00084197053 | 0.0015705049 | |
| 20760909 | 3 months ago | | | 0.00084926971 | 0.00036544430 |
ABI
ABI objects
Getter at block 21316031
aggregator() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
defaultExchangeRate() view returns (uint256)
539272521368673
defaultQuoteType() view returns (uint8)
0
feeTo() view returns (address)
0x60c801e2dfd6298e6080214b3d680c8f8d698f48
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
oft() view returns (address)
0x439a5f0f5e8d149dda9a0ca367d4a8e4d6f83c10
owner() view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
token() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
Read-only
estimateSendFeeV2(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
minDstGasLookup(uint16 _srcChainId, uint16 _dstChainId) view returns (uint256)
operators(address) view returns (bool)
State-modifying
Events sendOFTV2(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, struct ILzCommonOFTLzCallParams _callParams) payable
sendProxyOFTV2(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, struct ILzCommonOFTLzCallParams _callParams) payable
setAggregator(address _aggregator)
setDefaultExchangeRate(uint256 _defaultExchangeRate)
setDefaultQuoteType(uint8 _quoteType)
setFeeTo(address _feeTo)
setOperator(address operator, bool status)
transferOwnership(address newOwner)
withdrawFees()
LogDefaultExchangeRateChanged(uint256 oldExchangeRate, uint256 newExchangeRate)
LogDefaultQuoteTypeChanged(uint8 oldValue, uint8 newValue)
LogFeeToChange(address indexed oldAddress, address indexed newAddress)
LogOracleImplementationChange(address indexed oldOracle, address indexed newOracle)
LogWrapperFeeWithdrawn(address to, uint256 amount)
OperatorChanged(address indexed arg0, bool arg1)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(uint256 _defaultExchangeRate, address _oft, address _aggregator, address _multisig)
This contract contains no fallback and receive objects.
ErrWithdrawFailed()
InvalidAddress()
InvalidQuoteType(uint8 arg0)
MessageValueIsLow(uint256 arg0)
NotAllowedOperator()