FeeLibV1

Verified contract

Active on Ethereum with 4,746 txns
Deployed by via 0xed22aab4 at 19963238
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FeeLibV1"

0x1eedb940e7c34c7e1fd23b45604c9c70ad1105b85253a519084c802c1cf60f29
0x18c0e661705a0c6340f8974c2e256d6a4af52d773ba1582afd4fe750e169befe
0x273c758a829511dfb7c618f7f29249b135ac52cbed2e4d7c8185ff6e74c784e5
0xd05ebab00bffa3a5419144bd3362e4ce48b747998d085a1a70e376eba8b1523c
0x2ebe569ae3207be6befe426f328a7b8825ea94907c1a585ecaccf4e17ccce27e
0xd131e65cf8c5f98d383e37d1ce150f5f6d5d6e47d2103904cb1a280a5ed73694
0xe8aedd88261518f6a4bf14029f2c1d899313109d6b8269de3e2a91ecd612c18b
0x004496e8e9e66dccc6d4713ceb1d2fe387917582657767424796d8e503b6020c
0x86e695b54f64a0952d89cc83cdad6454feeeb3b05911d667d28e360f734ec881
0x8b956f8c789b506106ba060735812b39d832870aaa61bf5f8add5c38c14856fb

Functions
Getter at block 21162045
owner(view returns (address)
0xe37f7c80ced04c4f243c0fd04a5510d663cb88b5
stargate(view returns (address)
0x933597a323eb81cae705c5bc29985172fd5a3973
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(