FeeLibV1

Verified contract

Active on Ethereum with 13 txns
Deployed by via 0x2ccefe68 at 19963235
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FeeLibV1"

0x4e71b87346aa8a33e892ce37047326140b5fa65dc68cfb2844a23346556fa548
0x8c56a1caa4d2bfd0ad92e4f7b403f595954207f2a90ba7e7f8736164179bb0a2
0xfca1fdf821d07dfa19783ac3902f6172ef619829b9d98d9629859fef3524893a
0xcd46b0fc8ea94ea1b3fb2932db19ad881f9caf6b468e217f64a425b8f80aeaf2
0x2d4404e3800740dcdca19dc3ae14dfb89d1fdd27b72caffe23f9b453148388ca
0xe8063dcb06e603cee473b9fbec271dae23ad7f098a99821a55e0f59a63fca16e
0x286b09164f8c7c9435b59442f70482bbe66de60932555ee51b81636075bc16b5
0x2e40c303e31a3b11f83d1f98def5464ce99f358f11cb6d49c847daba09cb8257
0x775d7f586971f0bd5c6eefdacc8ae3b0b8ea5fd8a22709cdd079ed364af161c0
0x2566509b0da552b5b0fabcb5e348db299e3c1e0617133780d0dda816dae10747

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