FeeConfiguration
Verified contract
Active on
Base with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FeeConfiguration"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18826679 | 3 months ago | | | 0 | 6.9578406e-7 | |
| 18818732 | 3 months ago | | | 0 | 6.3232209e-7 | |
| 2142233 | a year ago | | | 0 | 0.000044332502 |
ABI
ABI objects
Getter at block 22911510
flatFeeAmount() view returns (uint256)
690000000000000
flatFeeOn() view returns (bool)
true
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
maximumFee() view returns (uint16)
500
minimumFee() view returns (uint16)
0
on() view returns (bool)
false
owner() view returns (address)
0xd57f4e2b1bdb4f001bf97c7b76374692ab84befa
Read-only
valid(uint16 feeBPS) view returns (bool)
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
renounceOwnership()
setFlatFeeAmount(uint256 newFee)
setMaximumFee(uint16 newFee)
setMinimumFee(uint16 newFee)
switchFee()
switchFlatFee()
transferOwnership(address nextOwner_)
FeeSwitch(bool on)
FlatFeeAmount(uint256 fee)
FlatFeeSwitch(bool on)
MaximumFee(uint16 fee)
MinimumFee(uint16 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.