NonFungibleHeroesComicMinter
Verified contract
Active on
Ethereum with 357 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 "NonFungibleHeroesComicMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19182745 | 9 months ago | | | 0 | 0.0088037408 | |
| 19066152 | 10 months ago | | | 0 | 0.0010273025 | |
| 19058004 | 10 months ago | | | 0 | 0.0018656069 | |
| 19052373 | 10 months ago | | | 0 | 0.0013215234 | |
| 18983257 | 10 months ago | | | 0 | 0.0036262793 | |
| 18966376 | 10 months ago | | | 0 | 0.0017842350 | |
| 18966236 | 10 months ago | | | 0 | 0.0028884444 | |
| 18964763 | 10 months ago | | | 0 | 0.0035379316 | |
| 18900829 | 10 months ago | | | 0 | 0.0030311582 | |
| 18900810 | 10 months ago | | | 0 | 0.0039545031 |
ABI
ABI objects
Getter at block 21181861
currentIssue() view returns (uint256)
4
maxTokens() view returns (uint256)
10000
owner() view returns (address)
0x0930e5a976d65be5d0a934f088ed9d99fd46d22d
saleIsActive() view returns (bool)
true
token() view returns (address)
0x6d34aeb43e9051254c603967459869b8409614db
whitelistMerkleRoot() view returns (bytes32)
0xc47fa163bd5b45c29b0728e4d97e9808965d59bf0aef5cbf82d319a4b7c3cd5c
Read-only
isWhitelistClaimed(address _address) view returns (uint256)
isWhitelisted(address _address, bytes32[] merkleProof, uint256 quantityAllowed) view returns (bool)
issues(uint256) view returns (bool)
whitelistClaimed(uint256, address) view returns (uint256)
State-modifying
Events adjustTokenSupply(uint256 newMaxTokenSupply)
flipSaleStatus()
mintTeamTokens(address _to, uint256 _reserveAmount)
mintWhitelist(bytes32[] merkleProof, uint256 requested, uint256 quantityAllowed)
renounceOwnership()
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferOwnership(address newOwner)
updateCurrentIssue(uint256 newCurrentIssue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address contractAddress, uint256 tokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.