LimitedSupplyMintingExtension
Verified contract
Active on
Ethereum with 1,356 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) |
---|---|---|---|---|---|---|---|
| 14949485 | 2 years ago | | | 0 | 0.00040175738 | |
| 14943751 | 2 years ago | | | 0 | 0.00051160292 | |
| 14943740 | 2 years ago | | | 0 | 0.00061606400 | |
| 14943295 | 2 years ago | | | 0 | 0.00085340926 | |
| 14943280 | 2 years ago | | | 0 | 0.00067467493 | |
| 14943280 | 2 years ago | | | 0 | 0.00073157600 | |
| 14943279 | 2 years ago | | | 0 | 0.0021075525 | |
| 14943277 | 2 years ago | | | 0 | 0.0023621372 | |
| 14943277 | 2 years ago | | | 0 | 0.0023856086 | |
| 14943277 | 2 years ago | | | 0 | 0.0023856086 |
ABI
ABI objects
Getter at block 21158646
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
extensionSupply() view returns (uint256)
2500
maxPerMint() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
12345
nft() view returns (address)
0x9e9c14f909f441bbf0e7a688f7df76e133ee8873
owner() view returns (address)
0x0d7415c00f57d477a58f983a6b01519ae6958832
price() view returns (uint256)
0
saleStarted() view returns (bool)
false
startTimestamp() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalMinted() view returns (uint256)
2500
totalSupply() view returns (uint256)
6476
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.