Executives of Club 33

Verified contract

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

No balances found for "Executives of Club 33"

0x1965849d1aeef13afa6deb62944fa5a7ca9cfd2d29f1de6586fe1b25b0fe63cf
0xd1de36d9ed45beec4a7a66b73185261cdedf89c12f6b87b571137dfe2d43c6a1
0x76ebdc7a182257d319cff9f9ed2b12e1bc5c260391ecb0b1dee7bc76580feb03
0x66c21bc60db4b9be941751ba639360d28cd8b6fb3e132568c51a456014254cf4
0x3924f1450502e836efcb4c64acaac6fc740f7f58e4ce97bd8691594823818d84
0x8b32e02b4583486e45199e061df427e4ecc8812b3ff07c70e5eb48cca1e43eb3
0xb0f9647549fd15f35792c2ea6997ae891963c46cafac12e6465ae70c8cf57047
0x05aedbd47e16a96b2bf7b359556256c9566a390e25ab5baf1a142b2c506d81dc
0xecf1215518fa41ca66be259c058bb6c8c4b52cfec9fec04f929b088e47dfa64b
0x54e430e41bbb6602d2bfaa685593dcec4ac87e778df6d8ea5ecdeec6ff71433e

Functions
Getter at block 21315606
_maxMintPerTx(view returns (uint256)
20
_maxPerWallet(view returns (uint256)
20
_maxSupply(view returns (uint256)
333
_nftPrice(view returns (uint256)
20000000000000000
_paused(view returns (bool)
false
name(view returns (string)
Executives of Club 33
owner(view returns (address)
0xf4f0783d6b560dd5cc9965251d995825627a14ce
symbol(view returns (string)
CEOS
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getHoldList(address account_view returns (uint256[])
getOwnershipData(uint256 tokenId_view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address account_view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _idview returns (string)
State-modifying
airdrop(address[] accounts_uint256 mintAmount_
approve(address touint256 tokenId
mint(uint256 mintAmount_payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri_
setMaxMintAmountPerTransaction(uint16 amount_
setMaxMintAmountPerWallet(uint16 amount_
setMaxSupply(uint256 maxSupply_
setNftPrice(uint256 newPrice_
setUnrevealURI(string uri_
togglePause(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(