FeeLibV1

Verified contract

Active on Ethereum with 10,397 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"

0xe9cae2d68ed7dcc623cfa2fcbc39a0eb895cff2a4787c152b1651af71f46bdce
0x139e3b2400bb8fa39ed93ef6760e450e2d906a611847d39f61445c0d841475bb
0x26806aab1b43e5f20433211552302f4dcc5cad9d407254dd1cab17a3c8210ecd
0x1e3ea788de3e4be7af2f40215dae4868b9d0b76088ba374f617b13eddfecc23a
0xd0f15e8dc33fb52f15c7b8bc43cc6e30c82418d108fb6cab80cd967b7ee0ce80
0xed375300a8330fe272991e62bf4a2e95ffc34577978f6efeeb4f742de97fe61c
0x740dceedb25e7855a9f86dcaaf4cdc2f19b7b32e7bd714a00614eafd0c309898
0x83cab54a49b23b433f0151df70e614bbea22996a5d621461eb74d8363637ac4c
0x15c0b1bbf9131c136848f44fddbffe189ad5a4d142b019bb5e13196071e066cd
0x669d1e51b5cc5d534b1dbb4dbf475d62d20d246eb334e7f221aba1d9b799e1b2

Functions
Getter at block 21289453
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(