SwoopsMintV2

Verified contract

Active on Ethereum with 685 txns
Deployed by via 0xa6c021a5 at 17236326
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SwoopsMintV2"

0xbb42f86cb8bb7b8e7100bf7956a400c41689f3dd8fa056905334531a70a4b8e9
0x425e80081fb56619165d223d8eae9cf30cd6a77cbc43da420fdb9cca99219b5d
0xa494ecf1439eb741e851c6bacecf100d55ff8bab3881bd4aa1b58f110746a9a1
0x33b95567939727ac2b1770f9f245b07cc58c90f80c5ee632ed6c10bc5bc25470
0xe45d479ae3d0aff6d1e11f6ce8e7d3eba36e2b4727803db9b6f0a74b796af55a
0x395f9f9fa3b185d82f85e832113f1306c84adeeb2463216831d02564d5841b5d
0x5f9734976b63b37ffd1d17ae514f90d042449f0c01d813df39f65ea9ae1f34fa
0x4e88178d4daa271bf68badba3d9e84012c7ef2f11c1ac7e7b6039fc86a08f3d7
0xc246f9b60f350969882c04285249c74b7b24e76c0266e370a9a405a3e6c6c84a
0x7c1929c7490350536e1a23e16f28602b066bd554c4ac9a11fb00c222798977a4

Functions
Getter at block 20980653
directMintEnabled(view returns (bool)
false
isSaleActive(view returns (bool)
false
maxTokenSupply(view returns (uint256)
3750
maxTokensPerWhitelistedWallet(view returns (uint256)
1000
mintWithQuotaEnabled(view returns (bool)
false
nominatedOwner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x45a74ffca27ed901e2fa110223d1f65ec30b9f24
price(view returns (uint256)
50000000000000000
root(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
swoopsNftContract(view returns (address)
0xc211506d58861857c3158af449e832cc5e1e7e7b
totalBalance(view returns (uint256)
0
whitelistDropId(view returns (uint256)
8
Read-only
tokensMintedPerWhitelistedWallet(addressuint256view returns (uint256)
State-modifying
claimOwnershipNomination(
increaseWhitelistDropId(
mint(uint256 quantitypayable 
mintWithQuota(uint256 quantityaddress topayable 
nominateNewOwner(address newOwner
renounceOwnership(
setDirectMintEnabled(bool enabled
setIsSaleActive(bool active
setMaxTokenSupply(uint256 newMaxTokenSupply
setMaxTokensPerWhitelistedWalletPerDrop(uint256 newMaxTokensPerDrop
setMerkleRoot(bytes32 newRoot
setMintWithQuotaEnabled(bool enabled
setPrice(uint256 newPrice
transferOwnership(address newOwner
whitelistedMint(uint256 quantitybytes32[] merkleProofpayable 
withdrawFunds(
withdrawToken(address tokenreturns (bool)
Events
BalanceWithdrawn(uint256 amountaddress destination
DirectSaleActiveUpdated(bool active
ForeignTokenWithdrawn(address tokenAddressuint256 amountaddress destination
MintWithQuotaActiveUpdated(bool active
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceChanged(uint256 _newPrice
TokenSupplyIncreased(uint256 _newSupply
WhitelistSaleActiveUpdated(bool active
Constructor
constructor(address nftContractAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotSupported(string reason