DefiEdgeTwapStrategyFactory
Verified contract
Active on
Base with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0bce…7e9d
0x3312…fdfd
0x18e2…b4ea
2 additional
variables
Balances ($0.00)
No balances found for "DefiEdgeTwapStrategyFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8556468 | a year ago | | | 0 | 0.000012519916 | |
| 8300512 | a year ago | | | 0 | 0.0000062656220 | |
| 6162310 | a year ago | | | 0 | 8.5735327e-7 | |
| 6155584 | a year ago | | | 0 | 0.000000050861436300 | |
| 5966075 | a year ago | | | 0 | 0.000000006265622000 | |
| 5952130 | a year ago | | | 0 | 0.0000062656220 | |
| 5186290 | a year ago | | | 0 | 0.0000071268734 | |
| 4133835 | a year ago | | | 0 | 0.000099881342 | |
| 3829236 | a year ago | | | 0 | 0.000074708712 | |
| 3608895 | a year ago | | | 0 | 0.00015428944 |
ABI
ABI objects
Getter at block 23086120
MAX_DECIMAL() view returns (uint256)
18
MAX_PROTOCOL_PERFORMANCE_FEES_RATE() view returns (uint256)
100000000
chainlinkRegistry() view returns (address)
0x18e2c78e52399a9aa077cf4aa3062c85870fb4ea
defaultAllowedSlippage() view returns (uint256)
20000000000000000
defaultAllowedSwapDeviation() view returns (uint256)
20000000000000000
defaultProtocolPerformanceFeeRate() view returns (uint256)
0
defaultTwapPricePeriod() view returns (uint256)
600
deployerProxy() view returns (address)
0x0bceab2572f9ee57ca84031e2c19dbd2b98a7e9d
feeTo() view returns (address)
0x35f17e078131ecadd22db6ebf8672a4dc35894f3
freezeEmergency() view returns (bool)
false
governance() view returns (address)
0x35f17e078131ecadd22db6ebf8672a4dc35894f3
maximumManagerPerformanceFeeRate() view returns (uint256)
20000000
pendingGovernance() view returns (address)
0x35f17e078131ecadd22db6ebf8672a4dc35894f3
protocolFeeRate() view returns (uint256)
0
strategyCreationFee() view returns (uint256)
0
swapProxy() view returns (address)
0x7a88331f3569aa74f2c6cf3f06592e8580bb3bf2
totalIndex() view returns (uint256)
24
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
Read-only
allowedSlippage(address _pool) view returns (uint256)
allowedSwapDeviation(address _pool) view returns (uint256)
denied(address) view returns (bool)
getHeartBeat(address _base, address _quote) view returns (uint256)
getProtocolPerformanceFeeRate(address pool, address strategy) view returns (uint256 _feeRate)
isValidStrategy(address) view returns (bool)
protocolPerformanceFeeRateByPool(address) view returns (uint256)
protocolPerformanceFeeRateByStrategy(address) view returns (uint256)
strategyByIndex(uint256) view returns (address)
strategyByManager(address) view returns (address)
twapPricePeriod(address) view returns (uint256)
State-modifying
Events acceptGovernance()
changeAllowedSlippage(address _pool, uint256 _allowedSlippage)
changeAllowedSwapDeviation(address _pool, uint256 _allowedSwapDeviation)
changeDefaultTwapPeriod(address _pool, uint256 _twapPricePeriod)
changeDefaultValues(uint256 _allowedSlippage, uint256 _allowedSwapDeviation)
changeFeeForStrategyCreation(uint256 _fee)
changeFeeTo(address _feeTo)
changeGovernance(address _governance)
changeMaxManagerPerformanceFeeRate(uint256 _fee)
changeProtocolFeeRate(uint256 _fee)
changeProtocolPerformanceFeeRate(address pool, address strategy, uint256 _feeRate)
changeSwapProxy(address _swapProxy)
claimFees(address _to)
createStrategy(struct ITwapStrategyFactoryCreateStrategyParams params) payable
deny(address _strategy, bool _status)
freezeEmergencyFunctions()
setMinHeartbeat(address _base, address _quote, uint256 _period)
ChangeAllowedSlippage(address pool, uint256 value)
ChangeAllowedSwapDeviation(address pool, uint256 value)
ChangeDefaultMaxManagerPerformanceFee(uint256 _feeRate)
ChangeProtocolFee(uint256 fee)
ChangeProtocolPerformanceFee(address strategyOrPool, uint256 _feeRate)
ChangeStrategyCreationFee(uint256 amount)
ChangeSwapProxy(address newSwapProxy)
ClaimFees(address to, uint256 amount)
EmergencyFrozen()
NewStrategy(address indexed strategy, address indexed creater)
StrategyStatusChanged(bool status)
TwapPricePeriodChanged(address pool, uint256 period)
constructor(address _governance, address _deployerProxy, address _chainlinkRegistry, address _uniswapV3factory, uint256 _allowedSlippage, uint256 _allowedDeviation)
This contract contains no fallback and receive objects.
This contract contains no error objects.