7sClub

Verified contract

Active on Ethereum with 2,875 txns
Deployed by via 0x94c7c1f2 at 15041387
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "7sClub"

0xe428af7fde5d1a08e36d153068bd65d99c883f2400bb3c98e8875045bddd3c1b
0x59653636d37dfe7b0503aed4fe4c71a3780320ceccd369fe2cc34f60bdc5c51a
0xb6f2288733e4ca2b9ef4c9120ab5c038f06a33ecf572b662ca5c728d1716444e
0x8d75339585f1d8f3fadd6a06970b90711499d73a97fb7ea743a64a7bb8f39cb7
0xb5f8233fd61902af3338683218a316d1d4be091a3a11ec734343a68031f42264
0x1d7cb564ac6b2b79cd39dff22d25b1dc5b4f0c46445402551aa3c0da768b87a7
From
0xa0615a1104dbc654b33163012e8b13d5830cc918d2c5fd7e837705864d30dea7
0x0ff6b76c63bf770847c327e2d652b31ad4c911ee5fc7be7f55fe35ad0fc88432
0x56accf9a05af04f521612fd11fbf0e868c10a6c890388852d7e3ef6570afa8f6
0xeba3ab2ff6fd01a90c5cc72faa08fb4ab1f67010630f52f71c5b2f401679a805

Functions
Getter at block 20977589
MAX_SUPPLY(view returns (uint256)
7777
freeMintAmount(view returns (uint256)
1
maxMintPublic(view returns (uint256)
5
maxMintWhitelist(view returns (uint256)
3
mintRound(view returns (uint256)
0
mintableSupply(view returns (uint256)
2777
name(view returns (string)
7sClub
owner(view returns (address)
0xf2067a2968206d04de01e269135b9542a574f2d6
publicMintPrice(view returns (uint256)
37000000000000000
publicSale(view returns (bool)
true
symbol(view returns (string)
7SCLUB
totalSupply(view returns (uint256)
2735
whitelistMerkleRoot(view returns (bytes32)
0xfd03158f0970bf0357404a2bcb6a29adcbc2af897f170d7a3f9f7d4ea0f02f27
whitelistMintPrice(view returns (uint256)
37000000000000000
whitelistSale(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mintAdmin(address recipientuint256 quantity
mintPublic(uint256 _quantitypayable 
mintWhitelist(uint256 quantitybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setFreeMintAmount(uint256 amount
setMaxMintLimit(uint256 publicLimituint256 whitelistLimit
setMintPrice(uint256 publicPriceuint256 whitelistPrice
setMintRound(uint256 round
setMintableSupply(uint256 supply
setWhitelistMerkleRoot(bytes32 merkleRoot
togglePublicSale(
toggleWhitelistSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(