NonFungibleHeroesGodsMinter
Verified contract
Active on
Ethereum with 1,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8ccf…bf8b
Balances ($0.00)
No balances found for "NonFungibleHeroesGodsMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17228565 | 2 years ago | | | 0 | 0.0015633088 | |
| 15898841 | 2 years ago | | | 0 | 0.049174181 | |
| 15898836 | 2 years ago | | | 0 | 0.21392777 | |
| 15898825 | 2 years ago | | | 0 | 0.11928088 | |
| 15745108 | 2 years ago | | | 0 | 0.17620606 | |
| 15745099 | 2 years ago | | | 0 | 0.092741588 | |
| 15744982 | 2 years ago | | | 0 | 0.69365720 | |
| 15744898 | 2 years ago | | | 0 | 0.068182132 | |
| 15744890 | 2 years ago | | | 0 | 0.00038471086 | |
| 15744886 | 2 years ago | | | 0 | 0.00032550581 |
ABI
ABI objects
Getter at block 21330503
GOD_COST() view returns (uint256)
66660000000000000
MAX_MINTS_PER_TX() view returns (uint256)
20
communitySaleStart() view returns (uint256)
1638576000
godsToken() view returns (address)
0x8ccf065f5c4d3e2fcb025329f22222448dbabf8b
isCommunitySaleActive() view returns (bool)
false
isPreSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
maxGods() view returns (uint256)
6666
maxMintsPerAddress() view returns (uint256)
100
owner() view returns (address)
0x0930e5a976d65be5d0a934f088ed9d99fd46d22d
preSaleStart() view returns (uint256)
1638316800
publicSaleStart() view returns (uint256)
1638748800
saleIsActive() view returns (bool)
false
Read-only
mintCount(address _address) view returns (uint256)
remainingGodsForClaim(address _address) view returns (uint256)
remainingWhitelistGodsForClaim(address _address) view returns (uint256)
State-modifying
Events addWhitelisted(address[] _addresses, uint256[] _godsToClaim)
flipSaleStatus()
mintCommunity(uint256 amount)
mintPublic(uint256 amount) payable
renounceOwnership()
reserveTeamTokens(address _to, uint256 _reserveAmount)
setMaxMintPerAddress(uint256 _max)
snapshot(address[] _addresses, uint256[] _godsToClaim)
transferOwnership(address newOwner)
withdraw() payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address nonFungibleHeroesAddress, uint256 preSaleStartTimestamp, uint256 communitySaleStartTimestamp, uint256 publicSaleStartTimestamp, uint256 godSupply, uint256 maxMintsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.