FeeLibV1

Verified contract

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

No balances found for "FeeLibV1"

0x31c31d83d07b5341e5e8b7ad6f95ea41d2dbb4bf4b3e87fe797e13173d57948c
0x308c742825f9df442623eee191226c2050817def616c6a89ddf059c4046f5706
0xeb001483b17b916cbe49f9a1531844f60fd2213d6ccf618f7d3cd3cab2fd2a25
0x94b7c8f8fd6dfb3f5cf9a8a3dea7c6e6d0ea7cf8a2f694c443d2998a1f43e142
0x09134a3d43c74bbb0707f1b5c9d7eba7e2a80c632bf526a71ccc0760ae43e10d
0x0b10a4a247920cbc4aad8de31cf3f294790f80c7f2d28f814a1c2a29c733ad57
0x80557c280ea7d4fd67ddb7c54ae67687a360b44e07876efbfbc30dab9cf6ad11
0x2aa58cd234eb117108113678e0698ba42c25eaf210ea7f75cbdfdc4960a96b0b
0x42be613f666d36c10e1c0003d7aa3050aa583ecb4be3c4ef7a69570f08941ec6
0x1ede82e7512128831b6c652e8357a2ebc8bbdf345a5e4dd6a9d0a30215dcc7f7

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