SorbettoStrategy
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SorbettoStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SorbettoStrategy"
ABI
ABI objects
Getter at block 21379763
governance() view returns (address)
0xcf3f5b3fc1c4abefffadba2bd18f533ffa2a6724
maxTwapDeviation() view returns (int24)
40
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
priceImpactPercentage() view returns (uint24)
2000
protocolFee() view returns (uint24)
100000
tickRangeMultiplier() view returns (int24)
16
twapDuration() view returns (uint32)
150
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptGovernance()
setGovernance(address _governance)
setMaxTwapDeviation(int24 _maxTwapDeviation)
setPriceImpact(uint16 _priceImpactPercentage)
setProtocolFee(uint16 _protocolFee)
setTickRange(int24 _tickRangeMultiplier)
setTwapDuration(uint32 _twapDuration)
This contract contains no event objects.
constructor(uint32 _twapDuration, int24 _maxTwapDeviation, int24 _tickRangeMultiplier, uint24 _protocolFee, uint24 _priceImpactPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.