FeeLibV1

Verified contract

Active on Ethereum with 4,965 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"

0xa2fd5f3d73035ff0d0bb4b0484854a3fba41235f33653334a3e5d6ac8e14fce2
0xa6fcfaffc489e746ec768eca21ac349c0729f5e1a179a87594e5b4e86829c3d6
0x8915ddacebe5f806dca29606b74505fcb5b2cba3bbb7233f337bd503d339b06f
0xef9588812a9274c238b4e1d7700e59a5ac8c5d1a607f45a7e88dbb27287540be
0x5a6e5318f0d3cd6931907d21c96b0ff320867db42bf90759650c0c256152e070
0x5a8d7902c4c809887248d7569b9974153ded0680f787841a241d187001b6d35f
0xb9ffe19d8e6e1a6b51d0f2a894745f7a409298f0833483bedab120be641f70b9
0x7502849636b8036a56e631809680ef0511697c4de8d7739ce4fdc40ebc484b37
0x669e5a8be47f19e946e04d03e2ba2dc8e2f648ff51e04b21eddf70e0ba924318
0x43507de450b8f1431b0990486390c887ffa081721b8e9fb753db00b98339f130

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