Degentlemens Club
Verified contract
Active on
Ethereum with 5,268 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 "Degentlemens Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980859 | 14 days ago | | | 0 | 0.00030078348 | |
| 19827655 | 6 months ago | | | 0 | 0.00011838682 | |
| 19648427 | 7 months ago | | | 0 | 0.00047215287 | |
| 19449275 | 7 months ago | | | 0 | 0.0018498292 | |
| 19372513 | 8 months ago | | | 0 | 0.0032520549 | |
| 19090335 | 9 months ago | | | 0 | 0.00050397001 | |
| 19057170 | 9 months ago | | | 0 | 0.00055580568 | |
| 19009696 | 10 months ago | | | 0 | 0.0010017765 | |
| 18966410 | 10 months ago | | | 0 | 0.00066860816 | |
| 18945466 | 10 months ago | | | 0 | 0.00054875137 |
ABI
ABI objects
Getter at block 21080548
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmW2KcADYDiHgLeN7saSMx3WN1QDQLVBXrLqUgm325M5xM/fknmutant_meta.json
maxMintAmount() view returns (uint256)
10
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
6000
name() view returns (string)
Degentlemens Club
owner() view returns (address)
0xfbd4df0c6977111f824cf1f21d066dec9c526f3d
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
DC
totalSupply() view returns (uint256)
6000
uriPrefix() view returns (string)
ipfs://QmRdxU9D7epaCBXtLAiEGYe3PTm7boUoh2CJTABMyvbKMa/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedNfts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.