BasicIssuanceModule
Verified contract
Active on
Ethereum with 5,247 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) |
---|---|---|---|---|---|---|---|
| 21221936 | 5 days ago | | | 0 | 0.020978249 | |
| 21172383 | 12 days ago | | | 0 | 0.0023852301 | |
| 21149417 | 15 days ago | | | 0 | 0.0059211579 | |
| 21144365 | 16 days ago | | | 0 | 0.0050654194 | |
| 21144359 | 16 days ago | | | 0 | 0.0068958690 | |
| 21138898 | 17 days ago | | | 0 | 0.0090161933 | |
| 21130924 | 18 days ago | | | 0 | 0.0024494796 | |
| 21130914 | 18 days ago | | | 0 | 0.0090315374 | |
| 21130904 | 18 days ago | | | 0 | 0.0036890837 | |
| 21069588 | a month ago | | | 0 | 0.0011046109 |
ABI
ABI objects
Getter at block 21258699
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
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.