BasicIssuanceModule
Verified contract
Active on
Ethereum with 365 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 "BasicIssuanceModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21338914 | 8 days ago | | | 0 | 0.0059815667 | |
| 19360844 | 9 months ago | | | 0 | 0.018070914 | |
| 19060324 | a year ago | | | 0 | 0.0023484652 | |
| 18748281 | a year ago | | | 0 | 0.0069365986 | |
| 18633965 | a year ago | | | 0 | 0.0047547975 | |
| 18403074 | a year ago | | | 0 | 0.00061502137 | |
| 17060252 | 2 years ago | | | 0 | 0.0045186845 | |
| 16927229 | 2 years ago | | | 0 | 0.0079990995 | |
| 16877534 | 2 years ago | | | 0 | 0.0064776366 | |
| 16759579 | 2 years ago | | | 0 | 0.0037338832 |
ABI
ABI objects
Getter at block 21392971
controller() view returns (address)
0xe0cf093ce6649ef94fe46726745346afc25214d8
Read-only
getRequiredComponentUnitsForIssue(address _setToken, uint256 _quantity) view returns (address[], uint256[])
managerIssuanceHook(address) view returns (address)
State-modifying
Events initialize(address _setToken, address _preIssueHook)
issue(address _setToken, uint256 _quantity, address _to)
redeem(address _setToken, uint256 _quantity, address _to)
removeModule()
SetTokenIssued(address indexed _setToken, address indexed _issuer, address indexed _to, address _hookContract, uint256 _quantity)
SetTokenRedeemed(address indexed _setToken, address indexed _redeemer, address indexed _to, uint256 _quantity)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.