Executives of Club 33
Verified contract
Active on
Ethereum with 323 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 "Executives of Club 33"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20878782 | 2 months ago | | | 0 | 0.00084392963 | |
| 20084750 | 6 months ago | | | 0 | 0.00053091989 | |
| 20083834 | 6 months ago | | | 0 | 0.00081861274 | |
| 20083496 | 6 months ago | | | 0 | 0.00094270910 | |
| 19794483 | 7 months ago | | | 0 | 0.00023456940 | |
| 19687987 | 7 months ago | | | 0 | 0.00060555251 | |
| 19565260 | 8 months ago | | | 0 | 0.0030410043 | |
| 19526024 | 8 months ago | | | 0 | 0.0024951377 | |
| 19524655 | 8 months ago | | | 0 | 0.0013713622 | |
| 19469431 | 8 months ago | | | 0 | 0.0025161572 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHoldList(address account_) view returns (uint256[])
getOwnershipData(uint256 tokenId_) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account_) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events airdrop(address[] accounts_, uint256 mintAmount_)
approve(address to, uint256 tokenId)
mint(uint256 mintAmount_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMaxMintAmountPerTransaction(uint16 amount_)
setMaxMintAmountPerWallet(uint16 amount_)
setMaxSupply(uint256 maxSupply_)
setNftPrice(uint256 newPrice_)
setUnrevealURI(string uri_)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()