LzOFTV2FeeHandler
Verified contract
Active on
Base with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7104…bb70
Balances ($92.06)
Native
Value
$92.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.027775 | $3,314.37 |
$92.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17131523 | 4 months ago | | | 0 | 5.5599109e-7 | |
| 10594348 | 9 months ago | | | 0 | 0.000000004078898238 | |
| 6906388 | a year ago | | | 0 | 0.000000406370731466 | |
| 5994387 | a year ago | | | 0 | 0.0000044700734 | |
| 4298899 | a year ago | | | 0 | 0.0000044571431 | |
| 3827698 | a year ago | | | 0 | 0.0000045752179 | |
| 3653306 | a year ago | | | 0 | 0.0000045790541 | |
| 3221862 | a year ago | | | 0 | 5.4857114e-7 | |
| 3003896 | a year ago | | | 0 | 0.0000040637032 | |
| 2806950 | a year ago | | | 0 | 0.0000040637028 |
ABI
ABI objects
Getter at block 22752997
DEFAULT_USD_FEE() view returns (uint256)
1000000000000000000
aggregator() view returns (address)
0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
feeTo() view returns (address)
0xf657de126f9d7666b5ffe4756ccd9eb393d86a92
fixedNativeFee() view returns (uint256)
550000000000000
getFee() view returns (uint256 nativeFee)
301645980614148
oft() view returns (address)
0x4035957323fc05ad9704230e3dc1e7663091d262
owner() view returns (address)
0xf657de126f9d7666b5ffe4756ccd9eb393d86a92
quoteType() view returns (uint8)
1
usdFee() view returns (uint256)
1000000000000000000
Read-only
operators(address) view returns (bool)
State-modifying
Events setAggregator(address _aggregator)
setFeeTo(address _feeTo)
setFixedNativeFee(uint256 _fixedNativeFee)
setOperator(address operator, bool status)
setQuoteType(uint8 _quoteType)
setUsdFee(uint256 _usdFee)
transferOwnership(address newOwner)
withdrawFees()
LogFeeCollected(uint256 amount)
LogFeeToChanged(address indexed previous, address indexed current)
LogFixedNativeFeeChanged(uint256 previous, uint256 current)
LogOracleImplementationChange(address indexed previous, address indexed current)
LogQuoteTypeChanged(uint8 previous, uint8 current)
LogUsdFeeChanged(uint256 previous, uint256 current)
LogWrapperFeeWithdrawn(address to, uint256 amount)
OperatorChanged(address indexed arg0, bool arg1)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _owner, uint256 _fixedNativeFee, address _oft, address _aggregator, address _feeTo, uint8 _quoteType)
receive()
ErrInvalidQuoteType(uint8 arg0)
ErrUnauthorizedSender()
ErrValueTooLowToCoverFees(uint256 arg0)
ErrWithdrawFailed()
NotAllowedOperator()