Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,893.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RDNT | ERC-20 | 32.512011K | $0.060118 |
$1,954.56 | |
GOLD | ERC-20 | 99.160506 | $18.60 |
$1,844.39 | |
MAV | ERC-20 | 3.810707K | $0.189172 |
$720.88 | |
MIM | ERC-20 | 222.366074 | $0.996374 |
$221.56 | |
QI | ERC-20 | 2.872223K | $0.026847 |
$77.11 | |
OMNI | ERC-20 | 765.587703K | $0.000065 |
$49.75 | |
RAIN | ERC-20 | 3.01287K | $0.003375 |
$10.17 | |
OSAK | ERC-20 | 33.128594M | $0.00 |
$9.08 | |
ITP | ERC-20 | 111.878731 | $0.045955 |
$5.14 | |
WOOF | ERC-20 | 4.241881K | $0.000208 |
$0.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734283 | 5 hours ago | | | 0.00012242153 | 0.000027508512 | |
| 22734283 | 5 hours ago | | | 0.00012242153 | 0.000027508512 | |
| 22733258 | 5 hours ago | | | 0.00011671719 | 0.000027279023 | |
| 22733057 | 5 hours ago | | | 0.00011671719 | 0.000027279023 | |
| 22730611 | 7 hours ago | | | 0.00010344556 | 7.8146812e-7 | |
| 22729661 | 7 hours ago | | | 0.00013297161 | 0.000027496459 | |
| 22729660 | 7 hours ago | | | 0.00013297161 | 0.000027496459 | |
| 22719060 | 13 hours ago | | | 0.00012422077 | 0.000028261395 | |
| 22712022 | 17 hours ago | | | 0.0001330908 | 0.0000055201967 | |
| 22710284 | 18 hours ago | | | 0.00012769222 | 0.0000056495512 |
ABI
ABI objects
Getter at block 22742471
BPS_DENOMINATOR() view returns (uint256)
10000
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
defaultBps() view returns (uint256)
2
owner() view returns (address)
0x81eab64e630c4a2e3e849268a6b64cb76d1c8109
Read-only
estimateSendFee(address _oft, uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams, struct IOFTWrapperFeeObj _feeObj) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFeeV2(address _oft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams, struct IOFTWrapperFeeObj _feeObj) view returns (uint256 nativeFee, uint256 zroFee)
getAmountAndFees(address _token, uint256 _amount, uint256 _callerBps) view returns (uint256 amount, uint256 wrapperFee, uint256 callerFee)
oftBps(address) view returns (uint256)
State-modifying
Events renounceOwnership()
sendNativeOFT(address _nativeOft, uint16 _dstChainId, bytes _toAddress, uint256 _amount, uint256 _minAmount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams, struct IOFTWrapperFeeObj _feeObj) payable
sendNativeOFTFeeV2(address _nativeOft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams, struct IOFTWrapperFeeObj _feeObj) payable
sendOFT(address _oft, uint16 _dstChainId, bytes _toAddress, uint256 _amount, uint256 _minAmount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams, struct IOFTWrapperFeeObj _feeObj) payable
sendOFTFeeV2(address _oft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams, struct IOFTWrapperFeeObj _feeObj) payable
sendOFTV2(address _oft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams, struct IOFTWrapperFeeObj _feeObj) payable
sendProxyOFT(address _proxyOft, uint16 _dstChainId, bytes _toAddress, uint256 _amount, uint256 _minAmount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams, struct IOFTWrapperFeeObj _feeObj) payable
sendProxyOFTFeeV2(address _proxyOft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams, struct IOFTWrapperFeeObj _feeObj) payable
sendProxyOFTV2(address _proxyOft, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams, struct IOFTWrapperFeeObj _feeObj) payable
setDefaultBps(uint256 _defaultBps)
setOFTBps(address _token, uint256 _bps)
transferOwnership(address newOwner)
withdrawFees(address _oft, address _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WrapperFeeWithdrawn(address indexed oft, address to, uint256 amount)
WrapperFees(bytes2 indexed partnerId, address token, uint256 wrapperFee, uint256 callerFee)
constructor(uint256 _defaultBps)
This contract contains no fallback and receive objects.
This contract contains no error objects.