CopyTradingExtension
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CopyTradingExtension"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17563940 | a year ago | | | 0 | 0.0036648985 | |
| 17563930 | a year ago | | | 0 | 0.0040672843 | |
| 17563922 | a year ago | | | 0 | 0.0037679410 | |
| 17563915 | a year ago | | | 0 | 0.0037770390 | |
| 17563908 | a year ago | | | 0 | 0.0047555961 | |
| 17563899 | a year ago | | | 0 | 0.0049660679 | |
| 17563891 | a year ago | | | 0 | 0.0021600626 | |
| 17563864 | a year ago | | | 0 | 0.0045054790 | |
| 16626189 | 2 years ago | | | 0 | 0.0075811774 | |
| 16626128 | 2 years ago | | | 0 | 0.0047227439 |
ABI
ABI objects
Getter at block 21316828
getIntegrations() view returns (string[])
[UniswapV2ExchangeAdapter]
managerCore() view returns (address)
0xbea48ca3aac57d570a9054cc374d2f01c2bc48ed
signalSuscriptionModule() view returns (address)
0x6342516ad91e7a4149a5fa033b5c7aac1351e8d0
tradeModule() view returns (address)
0x433ccc7775aaf4f30a3c1a9c90a20d62f9cc9916
Read-only
integrations(uint256) view returns (string)
isIntegration(string) view returns (bool)
setManagers(address) view returns (address)
State-modifying
Events addIntegrations(string[] _integrations)
batchTrade(address _setToken, struct CopyTradingExtensionTradeInfo[] _trades)
batchTradeWithFollowers(address _setToken, struct CopyTradingExtensionTradeInfo[] _trades)
initializeExtension(address _delegatedManager)
initializeModule(address _delegatedManager)
initializeModuleAndExtension(address _delegatedManager)
removeExtension()
removeIntegrations(string[] _integrations)
BatchTradeExtensionInitialized(address indexed _setToken, address indexed _delegatedManager)
BytesTradeFailed(address indexed _setToken, bool indexed _isFollower, bytes _lowLevelData, struct CopyTradingExtensionTradeInfo _tradeInfo)
ExtensionRemoved(address indexed _setToken, address indexed _delegatedManager)
IntegrationAdded(string _integrationName)
IntegrationRemoved(string _integrationName)
StringTradeFailed(address indexed _setToken, bool indexed _isFollower, string _reason, struct CopyTradingExtensionTradeInfo _tradeInfo)
constructor(address _managerCore, address _tradeModule, address _signalSuscriptionModule, string[] _integrations)
This contract contains no fallback and receive objects.
This contract contains no error objects.