LimitedSupplyMintingExtension
Verified contract
Active on
Ethereum with 457 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 "LimitedSupplyMintingExtension"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16888050 | 2 years ago | | | 0 | 0.00068265054 | |
| 16512906 | 2 years ago | | | 0 | 0.0010599023 | |
| 16512436 | 2 years ago | | | 0 | 0.0010219350 | |
| 16505158 | 2 years ago | | | 0 | 0.00047078986 | |
| 16505155 | 2 years ago | | | 0 | 0.0023400484 | |
| 16505155 | 2 years ago | | | 0 | 0.0023979349 | |
| 16505155 | 2 years ago | | | 0 | 0.0023979349 | |
| 16505155 | 2 years ago | | | 0 | 0.0024342466 | |
| 16505154 | 2 years ago | | | 0 | 0.0020473005 | |
| 16505153 | 2 years ago | | | 0 | 0.0021350298 |
ABI
ABI objects
Getter at block 21266435
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
extensionSupply() view returns (uint256)
3675
maxPerMint() view returns (uint256)
6
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
3675
nft() view returns (address)
0x3d46eb3564e52392aadb2ded24d687b6dec4aa93
owner() view returns (address)
0x99e0e0eac679080f56e6739ec5ddad309486236f
price() view returns (uint256)
0
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
1674795287
totalMinted() view returns (uint256)
2422
totalSupply() view returns (uint256)
3675
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events mint(uint256 nTokens) payable
renounceOwnership()
startSale()
stopSale()
transferOwnership(address newOwner)
updateStartTimestamp(uint256 _startTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nft, uint256 _price, uint256 _maxPerMint, uint256 _maxPerWallet, uint256 _extensionSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.