WhitelistMinter
Verified contract
Active on
Ethereum with 510,796 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 "WhitelistMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124881 | 17 days ago | | | 0 | 0.00018066270 | |
| 21091424 | 22 days ago | | | 0 | 0.00015545057 | |
| 21075264 | 24 days ago | | | 0 | 0.0016153425 | |
| 21045993 | a month ago | | | 0 | 0.0040708246 | |
| 21029389 | a month ago | | | 0 | 0.00085990000 | |
| 21029357 | a month ago | | | 0 | 0.00075522595 | |
| 21029357 | a month ago | | | 0 | 0.00078144110 | |
| 21029348 | a month ago | | | 0 | 0.00086174730 | |
| 21029346 | a month ago | | | 0 | 0.00090377641 | |
| 21029346 | a month ago | | | 0 | 0.00086742197 |
ABI
ABI objects
Getter at block 21247211
gateway() view returns (address)
0x7127f0feaef8143241a5fac62ac5b7be02ef26a9
Read-only
getMintedAmtByBuyerId(address _recipientAddress, uint256 _limitForBuyerID) view returns (uint256)
getMintedAmtByTokenId(address _tokenAddress, uint256 _tokenId, uint256 _limitForTokenID) view returns (uint256)
State-modifying
Events mintWithSig(bool _tokenType, address _tokenAddress, uint256 _tokenId, uint256 _amount, uint256[4] _limits, address _paymentTokenAddress, uint256 _paymentTokenAmount, address _payeeAddress, uint256 _deadline, bytes _sig) payable
Mint(address indexed recipient, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount, address paymentTokenAddress, uint256 paymentTokenAmount, address payee)
constructor(address _gateway)
This contract contains no fallback and receive objects.
This contract contains no error objects.