LimitedSupplyMintingExtension
Verified contract
Active on
Ethereum with 1,759 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) |
---|---|---|---|---|---|---|---|
| 15536131 | 2 years ago | | | 0 | 0.00044395418 | |
| 15521184 | 2 years ago | | | 0 | 0.00057797093 | |
| 15521184 | 2 years ago | | | 0 | 0.00057797093 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 | |
| 15521090 | 2 years ago | | | 0 | 0.00061905600 |
ABI
ABI objects
Getter at block 21212013
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
extensionSupply() view returns (uint256)
3499
maxPerMint() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
3999
nft() view returns (address)
0xad303f61c6914c0013c7a89bd5641734a10f07a0
owner() view returns (address)
0xbd60df8801c6999b82bd71d56032e79d8defdce2
price() view returns (uint256)
0
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
1662980050
totalMinted() view returns (uint256)
3499
totalSupply() view returns (uint256)
3999
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.