69 Club
Verified contract
Active on
Ethereum with 1,009 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 "69 Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043314 | 23 days ago | | | 0 | 0.00052316296 | |
| 18959744 | 10 months ago | | | 0 | 0.0027203171 | |
| 18959743 | 10 months ago | | | 0 | 0.0012214588 | |
| 18907319 | a year ago | | | 0 | 0.00067258160 | |
| 18803869 | a year ago | | | 0 | 0.00068335328 | |
| 17964178 | a year ago | | | 0 | 0.0025042670 | |
| 17936707 | a year ago | | | 0 | 0.0011734499 | |
| 17843991 | a year ago | | | 0 | 0.0012470230 | |
| 17515954 | a year ago | | | 0 | 0.0015843098 | |
| 17515943 | a year ago | | | 0 | 0.0013088036 |
ABI
ABI objects
Getter at block 21211451
MAX_PER_WALLET() view returns (uint8)
2
MAX_SUPPLY() view returns (uint16)
2222
PRICE() view returns (uint256)
3000000000000000
name() view returns (string)
69 Club
owner() view returns (address)
0x96f0edf07b2b1c421e37c3ffdd2fce4a9bb5ce13
soldOut() view returns (bool)
true
symbol() view returns (string)
69CLUB
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
previewMint(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setRoyalty(uint96 _royaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()