RebalancingSetExchangeIssuanceModule
Verified contract
Active on
Ethereum with 6,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b67…86dc
0x882d…ec1c
0x73df…19d7
Balances ($0.00)
No balances found for "RebalancingSetExchangeIssuanceModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9809862 | 5 years ago | | | 0 | 0.0059739280 | |
| 9809463 | 5 years ago | | | 0 | 0.0089340240 | |
| 9802460 | 5 years ago | | | 0 | 0.0078032880 | |
| 9802440 | 5 years ago | | | 0 | 0.0078033840 | |
| 9802432 | 5 years ago | | | 0 | 0.0041183760 | |
| 9802422 | 5 years ago | | | 0 | 0.0062978720 | |
| 9802360 | 5 years ago | | | 0 | 0.0079109280 | |
| 9802328 | 5 years ago | | | 0 | 0.0079108720 | |
| 9802309 | 5 years ago | | | 0 | 0.00080985600 | |
| 9802300 | 5 years ago | | | 0 | 0.00046256000 |
ABI
ABI objects
Getter at block 21284090
coreInstance() view returns (address)
0xf55186cc537e7067ea616f2aae007b4427a120c8
exchangeIssuanceModuleInstance() view returns (address)
0x73df03b5436c84cf9d5a758fb756928dceaf19d7
transferProxyInstance() view returns (address)
0x882d80d3a191859d64477eb78cca46599307ec1c
vaultInstance() view returns (address)
0x5b67871c3a857de81a1ca0f9f7945e5670d986dc
wethInstance() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events issueRebalancingSetWithERC20(address _rebalancingSetAddress, uint256 _rebalancingSetQuantity, address _paymentTokenAddress, uint256 _paymentTokenQuantity, struct (address, uint256, uint8[], address[], uint256[], address[], uint256[]) _exchangeIssuanceParams, bytes _orderData, bool _keepChangeInVault)
issueRebalancingSetWithEther(address _rebalancingSetAddress, uint256 _rebalancingSetQuantity, struct (address, uint256, uint8[], address[], uint256[], address[], uint256[]) _exchangeIssuanceParams, bytes _orderData, bool _keepChangeInVault) payable
redeemRebalancingSetIntoERC20(address _rebalancingSetAddress, uint256 _rebalancingSetQuantity, address _outputTokenAddress, struct (address, uint256, uint8[], address[], uint256[], address[], uint256[]) _exchangeIssuanceParams, bytes _orderData, bool _keepChangeInVault)
redeemRebalancingSetIntoEther(address _rebalancingSetAddress, uint256 _rebalancingSetQuantity, struct (address, uint256, uint8[], address[], uint256[], address[], uint256[]) _exchangeIssuanceParams, bytes _orderData, bool _keepChangeInVault)
LogPayableExchangeIssue(address indexed rebalancingSetAddress, address indexed callerAddress, address paymentTokenAddress, uint256 rebalancingSetQuantity, uint256 paymentTokenReturned)
LogPayableExchangeRedeem(address indexed rebalancingSetAddress, address indexed callerAddress, address outputTokenAddress, uint256 rebalancingSetQuantity, uint256 outputTokenQuantity)
constructor(address _core, address _transferProxy, address _exchangeIssuanceModule, address _wrappedEther, address _vault)
fallback()
This contract contains no error objects.