OptimizerStrategy
Verified contract
Active on
Ethereum with 3 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 "OptimizerStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13850292 | 3 years ago | | | 0 | 0.0012806171 | |
| 13563733 | 3 years ago | | | 0 | 0.0045512022 | |
| 13563727 | 3 years ago | | | 0 | 0.0044193283 |
ABI
ABI objects
Getter at block 21161495
governance() view returns (address)
0xeb50c72f38b3b1a3483f9c05220e424adb270a51
maxTotalSupply() view returns (uint256)
30000000000000000000000
maxTwapDeviation() view returns (int24)
40
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
priceImpactPercentage() view returns (uint24)
2000
tickRangeMultiplier() view returns (int24)
108
twapDuration() view returns (uint32)
150
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptGovernance()
setGovernance(address _governance)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMaxTwapDeviation(int24 _maxTwapDeviation)
setPriceImpact(uint16 _priceImpactPercentage)
setTickRange(int24 _tickRangeMultiplier)
setTwapDuration(uint32 _twapDuration)
TransferGovernance(address indexed previousGovernance, address indexed newGovernance)
constructor(uint32 _twapDuration, int24 _maxTwapDeviation, int24 _tickRangeMultiplier, uint24 _priceImpactPercentage, uint256 _maxTotalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.