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 "Minter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20069165 | 5 months ago | | | 0 | 0.00073970408 | |
| 20063432 | 5 months ago | | | 0 | 0.00075504000 | |
| 14887777 | 2 years ago | | | 0 | 0.0011426601 | |
| 14887744 | 2 years ago | | | 0 | 0.0013747842 | |
| 14887696 | 2 years ago | | | 0 | 0.00092928000 | |
| 14880148 | 2 years ago | | | 0 | 0.0018550867 | |
| 14880129 | 2 years ago | | | 0 | 0.0094324295 | |
| 14880100 | 2 years ago | | | 0 | 0.0024502000 | |
| 14880100 | 2 years ago | | | 0 | 0.0029040000 | |
| 14879768 | 2 years ago | | | 0.069 | 0.013476926 |
ABI
ABI objects
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 _batchNo) view returns (uint256)
minted(address) view returns (uint256)
mintingBatches(uint256) view returns (uint256 mintingDate, uint256 mintingCap, uint256 mintingPrice, uint8 actionWhenReveal, uint8 state)
State-modifying
Events addNewBatch(struct MinterMintingBatch _batch)
mint(uint256 _numberToMint) payable
renounceOwnership()
reveal(uint256 _batchNo, string _revealedURI)
setConfigured()
transferOwnership(address newOwner)
vestedClaim(uint256 _numberToMint)
withdraw()
Configured(bytes arg0)
Initialised(bytes arg0)
NewBatchAdded(struct MinterMintingBatch batch)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevealActionPerformed(uint256 batchNo, uint8 action)
Withdrawal(address owner, uint256 amount)
constructor(address _abNFT, address _vesting, uint256 _mintLimitPerWallet, uint256 _totalBatches, struct MinterMintingBatch _firstBatch)
This contract contains no fallback and receive objects.
AlreadyInitialised()
AlreadyRevealed(uint256 batchNo)
BatchLimitReached(uint256 totalBatches)
BatchNotStarted(uint256 batchNo)
InvalidMintingCap()
InvalidPayment(address owner, uint256 value, uint256 numberToMint)
InvalidPriceForBatch(uint256 price)
InvalidState(uint8 current, uint8 expected)
MintingAboveSupply(uint256 nftSupply, uint256 toMint, uint256 supplyLimit)
MintingDateNotInFuture(uint256 mintingDate, uint256 timeNow)
MintingLimitReached(uint256 alreadyMinted, uint256 toMint, uint256 mintLimit)
MintingNotStarted(uint256 mintingBatch)
NotEnoughNFTAvailableToMint(uint256 toMint, uint256 available)
NotYetRevealed()
NothingToWithdraw()