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 "Club 7"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19252320 | 9 months ago | | | 0 | 0.00071440509 | |
| 18852825 | a year ago | | | 0 | 0.00085001556 | |
| 17970041 | a year ago | | | 0 | 0.00077550212 | |
| 16760027 | 2 years ago | | | 0 | 0.0011480214 | |
| 16751356 | 2 years ago | | | 0 | 0.0016616469 | |
| 16739857 | 2 years ago | | | 0 | 0.0010550680 | |
| 16716333 | 2 years ago | | | 0 | 0.00087951149 | |
| 16272465 | 2 years ago | | | 0 | 0.00065627680 | |
| 16249756 | 2 years ago | | | 0 | 0.00056041416 | |
| 16224279 | 2 years ago | | | 0 | 0.00065642589 |
ABI
ABI objects
Getter at block 21172336
contractURI() view returns (string)
cost() view returns (uint256)
0
limit() view returns (uint256)
1
maxSupply() view returns (uint256)
1000
name() view returns (string)
Club 7
owner() view returns (address)
0x9f698de7e60e1eb657b504c50735bcb8a301368d
paused() view returns (bool)
false
publicLive() view returns (bool)
false
symbol() view returns (string)
Club 7
totalSupply() view returns (uint256)
1000
unlocked() view returns (bool)
true
wlLive() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address to) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
minted(address to) view returns (uint256)
root(uint256 index) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id_) view returns (string)
verified(uint256 index, address to, bytes32[] proof) view returns (bool)
whitelisted(uint256 index_, address to_) view returns (bool)
State-modifying
Events addToWhitelist(uint256 index_, address to_, bool value_)
adminMint(address[] recipients_, uint256[] amounts_)
burn(address from, uint256 id, uint256 amount)
changeContractURI(string contractURI_)
changeCost(uint256 cost_)
changeLimit(uint256 limit_)
changeMaxSupply(uint256 maxSupply_)
changeRoot(uint256 index_, bytes32 root_)
claim(bytes32[] proof) payable
mint() payable
overrideTotalSupply(uint256 totalSupply_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPaused(bool paused_)
setURI(string newuri)
setUnlocked(bool unlocked_)
toggleSale(uint256 index, bool value_)
transferOwnership(address newOwner)
withdraw(uint256 amountInWei, bool withdrawAll)
wlMint(bytes32[] proof) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.