LimitedSupplyMintingExtension
Verified contract
Active on
Ethereum
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) |
---|---|---|---|---|---|---|---|
| 15664138 | 2 years ago | | | 0 | 0.00014248458 | |
| 15664130 | 2 years ago | | | 0 | 0.00022037802 | |
| 15663916 | 2 years ago | | | 0 | 0.00034821900 | |
| 15663916 | 2 years ago | | | 0 | 0.00034821900 | |
| 15663916 | 2 years ago | | | 0 | 0.00034821900 | |
| 15663916 | 2 years ago | | | 0 | 0.00034821900 | |
| 15663916 | 2 years ago | | | 0 | 0.00034821900 | |
| 15663897 | 2 years ago | | | 0 | 0.00029899963 | |
| 15663897 | 2 years ago | | | 0 | 0.00029899963 | |
| 15663897 | 2 years ago | | | 0 | 0.00029899963 |
ABI
ABI objects
Getter at block 21223844
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
extensionSupply() view returns (uint256)
165
maxPerMint() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
330
nft() view returns (address)
0x8181ee9458d2b879811eeeea58dc05134b852125
owner() view returns (address)
0x23fe27630572a4465cedcabddbef2c302f8383ff
price() view returns (uint256)
0
saleStarted() view returns (bool)
false
startTimestamp() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalMinted() view returns (uint256)
165
totalSupply() view returns (uint256)
330
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.