BatchTradeExtension
Verified contract
Active on
Ethereum with 298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BatchTradeExtension"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20279967 | 4 months ago | | | 0 | 0.0014234126 | |
| 20279961 | 4 months ago | | | 0 | 0.0019784452 | |
| 20264922 | 4 months ago | | | 0 | 0.00056729647 | |
| 20264918 | 4 months ago | | | 0 | 0.00047270416 | |
| 20264912 | 4 months ago | | | 0 | 0.0010675210 | |
| 20182708 | 4 months ago | | | 0 | 0.0023726405 | |
| 19211939 | 9 months ago | | | 0 | 0.0083959268 | |
| 19190121 | 9 months ago | | | 0 | 0.022132974 | |
| 19190068 | 9 months ago | | | 0 | 0.019034805 | |
| 19190059 | 9 months ago | | | 0 | 0.020820320 |
ABI
ABI objects
Getter at block 21122085
getIntegrations() view returns (string[])
[ZeroExApiAdapterV5]
managerCore() view returns (address)
0x7a397b3ed39e84c6181e47309ce940574290f4e7
tradeModule() view returns (address)
0x90f765f63e7dc5ae97d6c576bf693fb6af41c129
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 BatchTradeExtensionTradeInfo[] _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, uint256 indexed _index, bytes _lowLevelData, struct BatchTradeExtensionTradeInfo _tradeInfo)
ExtensionRemoved(address indexed _setToken, address indexed _delegatedManager)
IntegrationAdded(string _integrationName)
IntegrationRemoved(string _integrationName)
StringTradeFailed(address indexed _setToken, uint256 indexed _index, string _reason, struct BatchTradeExtensionTradeInfo _tradeInfo)
constructor(address _managerCore, address _tradeModule, string[] _integrations)
This contract contains no fallback and receive objects.
This contract contains no error objects.