Minter

Verified contract

Active on Ethereum with 781 txns
Deployed by via 0xad363806 at 14832250
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Minter"

0xce99d66c4e0451639c3f51b8068965f2b49d5a94eb4b043f000345f2d00f4b19
0x84e7a45021496d5c47f2234586cdddafbc0d552f43b75928fb54c413be2ab5ab
0x726a00e3674701c334a5a62d1e1645134df7bbae37d4382b22e07dba2bef47ca
0x82c59fc62b0bd21896297bbed10c780bdb37edef4fe82f8b71ad634accca79c7
0x41e4549f8f7529c2a88f469ab74c86003426d9979f80db28740a76d96603e726
0x200bc564c125f50526efded8c25678232708fc700e680b43de6cdf871637a71e
0xfc15bd43f2c111bdd6cca0560811a86d3b2f275568c9f52e61a63e6271f5aa51
0x6bc09553227b0b9e4ab202872d9b32e95cc130c21592cb72161521fcd64bf95a
0x15f9190e23f9732394fffae1bf2a42fd07d73f1072e39de2121a867a2536603d
0x663f5d93b4155f5b127b811402f2cd6998e41db65cabf2333489167ef7b8b5e8

Functions
Getter at block 21186815
INITIAL_MINT(view returns (uint256)
50
MIN_BATCH_PRICE(view returns (uint256)
1000000000000000
TOTAL_SUPPLY_LIMIT(view returns (uint256)
6900
getActiveBatchCount(view returns (uint256)
1
getLatestActiveBatch(view returns (uint256)
0
getLatestBatch(view returns (int256)
0
getTimeLeft(view returns (uint256)
0
getTokensLeft(view returns (uint256)
4493
getTokensLeftInLatestBatch(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
10
nftContract(view returns (address)
0x459ea67815b4720e55ec7dfd93687c9d2924eb79
owner(view returns (address)
0x7e4f70ee70445392e980341f5637555a698c1fbd
state(view returns (uint8)
1
totalBatches(view returns (uint256)
2
vesting(view returns (address)
0x0de3b500c62e35c8b60932ae61696451f4fccda7
Read-only
getTokensLeftInBatch(uint256 _batchNoview returns (uint256)
minted(addressview returns (uint256)
mintingBatches(uint256view returns (uint256 mintingDateuint256 mintingCapuint256 mintingPriceuint8 actionWhenRevealuint8 state)
State-modifying
addNewBatch(struct MinterMintingBatch _batch
mint(uint256 _numberToMintpayable 
renounceOwnership(
reveal(uint256 _batchNostring _revealedURI
setConfigured(
transferOwnership(address newOwner
vestedClaim(uint256 _numberToMint
withdraw(
Events
Configured(bytes arg0
Initialised(bytes arg0
NewBatchAdded(struct MinterMintingBatch batch
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RevealActionPerformed(uint256 batchNouint8 action
Withdrawal(address owneruint256 amount
Constructor
constructor(address _abNFTaddress _vestinguint256 _mintLimitPerWalletuint256 _totalBatchesstruct MinterMintingBatch _firstBatch
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialised(
AlreadyRevealed(uint256 batchNo
BatchLimitReached(uint256 totalBatches
BatchNotStarted(uint256 batchNo
InvalidMintingCap(
InvalidPayment(address owneruint256 valueuint256 numberToMint
InvalidPriceForBatch(uint256 price
InvalidState(uint8 currentuint8 expected
MintingAboveSupply(uint256 nftSupplyuint256 toMintuint256 supplyLimit
MintingDateNotInFuture(uint256 mintingDateuint256 timeNow
MintingLimitReached(uint256 alreadyMinteduint256 toMintuint256 mintLimit
MintingNotStarted(uint256 mintingBatch
NotEnoughNFTAvailableToMint(uint256 toMintuint256 available
NotYetRevealed(
NothingToWithdraw(