LimitedSupplyMintingExtension
Verified contract
Active on
Ethereum with 1,432 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) |
---|---|---|---|---|---|---|---|
| 15125858 | 2 years ago | | | 0 | 0.00081426000 | |
| 15125777 | 2 years ago | | | 0 | 0.0013291607 | |
| 15125767 | 2 years ago | | | 0 | 0.0016631309 | |
| 15125648 | 2 years ago | | | 0 | 0.00086737321 | |
| 15125648 | 2 years ago | | | 0 | 0.00088200596 | |
| 15125648 | 2 years ago | | | 0 | 0.00086737321 | |
0x | 15125642 | 2 years ago | | | 0 | 0.00037890000 | |
| 15125638 | 2 years ago | | | 0 | 0.00094997000 | |
| 15125638 | 2 years ago | | | 0 | 0.00096898970 | |
| 15125638 | 2 years ago | | | 0 | 0.0010029172 |
ABI
ABI objects
Getter at block 21378740
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
extensionSupply() view returns (uint256)
6969
maxPerMint() view returns (uint256)
5
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
nft() view returns (address)
0x5e0f2cf8e86a8ac6fac3ae11172a4c694b136317
owner() view returns (address)
0x06dd36fd7de4c09b0f3c1aa72483033d105e8d91
price() view returns (uint256)
0
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
1657567946
totalMinted() view returns (uint256)
6507
totalSupply() view returns (uint256)
6969
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.