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) |
---|---|---|---|---|---|---|---|
| 16576965 | 2 years ago | | | 0 | 0.00063215261 | |
| 13850308 | 3 years ago | | | 0 | 0.0018008135 | |
| 13698497 | 3 years ago | | | 0 | 0.0028898182 |
ABI
ABI objects
Getter at block 21396757
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
maxTotalSupply() view returns (uint256)
150000000000000000000000000000000
maxTwapDeviation() view returns (int24)
100
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
priceImpactPercentage() view returns (uint24)
25000
tickRangeMultiplier() view returns (int24)
10
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.