Club721NFTV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Club721NFTV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Club721NFTV1"
ABI
ABI objects
Getter at block 21177141
MINT_CALL_HASH_TYPE() view returns (bytes32)
0x86e84332dddc2afd7b4f74b4e192877138f3ea85792b3f269832121b23a0cde7
baseURI() view returns (string)
clubSigner() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
maxMember() view returns (uint256)
0
name() view returns (string)
ogCount() view returns (uint256)
0
ogURI() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
provenanceHash() view returns (string)
32821497793b2290db4071bfcacfab4e3e73f143054cce38705abdbc3c9a7c22
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
digestUsed(bytes32) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getDigest(address sender) view returns (bytes32)
getDigestWithPrefix(address sender) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveERC20(address _token, address who, uint256 amount)
approveERC721(address _nft, address who, bool approved)
doPause()
initialize(address _newOwner)
mint(bytes signature)
ownerMint(address to, uint256 count)
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)
setContractURI(string _uri)
setMaxMember(uint256 _maxMember)
setOgCount(uint256 _ogCount)
setOgURI(string _uri)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.