FeeLibV1

Verified contract

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

No balances found for "FeeLibV1"

0xfb47dd3a090d8c6c2c7364e879e6879247489a585548193bd0871b1735b6a094
0x09401ec4e82d7bdc9c53c62377c71dea5a0aab0b6701745315fc251fd040410c
0x17df8cf1c108e18e525e82da80c7b2d45180bfaa101fc4dff2ca1d7a07551a4b
0x27a8468d0386cfe72b8bd9e269a21605e2f2f21f8ca11185e459ea2061fb20df
0xf6c9487137e2ba3cb819b7578a22b3ca2d834b521e0bd833dab914508ccf73a1
0x69839fe5b59d08a5647c271cbb772d909e9123c29f04961831c7d4691b04f88c
0xf742986a433251bc4651f5f6fc063f37c158ddcc47ae2bf7a344ffc08f468ff3
0x5faa92c9db8866724c445d00fcd564d0c44c9015b28ee9fb9baf3d7b8d1ed298
0x97892c92f2c454a5872b22c17430b2c402b183286dc9f05eb1d4c363a72f61ff
0xe8fc0039ff1a3c90b570d8db1bff895abab1dc5ce54e32962d7b670b607c049c

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