FeeLibV1

Verified contract

Active on Base with 5,043 txns
Deployed by via 0x3aaea21b at 15023847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xc290eb2f652ac420744801cd7b482b0e545f439eebef0881bdb5e746099ecb7a
0x4d4a73b52ea7c9330db08a7183aa386d8642c39f95cb3cecd7f55c9522a15969
0xf6864b387fb25b0de6ba77295028ddfe84fa8d909ef5d8975ac0c9842c591b1b
0xc2aa1caec2fe4eb9c962bcddad2f8e87dfd4ba5c80a2d7bceabf40f4b808f310
0xf6b96ab99a29a30f77df5eb829ce1253071acd7e5b418f1cd41d57b9ebdeb1d2
0x5b0773f738578c0315e14c1ab982602524b831f2b1d09a5178279f12bb0066db
0x0405973192c506a376bb0f820ad712c5cb16ee8c4ea30293848507a3782ef1ed
0x1df490fc6089ab7f128d4faae5f0e47f39a67857eb111475a5a3a138a2a1da43
0xddbf80ce1df191fa3917bc26b0f388951b48aa198bd5c7ffa67c7a8132161526
0x900b5e69f500c6f6d98e8aa3870f7816bce6ac6d784512a84cf158ee57ffaf16

Functions
Getter at block 22760117
owner(view returns (address)
0xe37f7c80ced04c4f243c0fd04a5510d663cb88b5
stargate(view returns (address)
0x27a16dc786820b16e5c9028b75b99f6f604b5d26
stargateType(view returns (uint8)
0
Read-only
applyFee(struct FeeParams _paramsview returns (uint64 amountOutSD)
applyFeeView(struct FeeParams _paramsview returns (uint64 amountOutSD)
feeConfigs(uint32 eidview returns (bool pauseduint64 zone1UpperBounduint64 zone2UpperBounduint24 zone1FeeMillionthuint24 zone2FeeMillionthuint24 zone3FeeMillionthuint24 rewardMillionth)
State-modifying
renounceOwnership(
setFeeConfig(uint32 _dstEiduint64 _zone1UpperBounduint64 _zone2UpperBounduint24 _zone1FeeMillionthuint24 _zone2FeeMillionthuint24 _zone3FeeMillionthuint24 _rewardMillionth
setPaused(uint32 _dstEidbool _isPaused
transferOwnership(address newOwner
Events
FeeConfigSet(uint32 eidstruct FeeConfig config
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PausedSet(uint32 eidbool isPaused
Constructor
constructor(address _stargate
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FeeLib_InvalidFeeConfiguration(
FeeLib_Paused(
FeeLib_Unauthorized(