SeniorCitizenDegenClub
Verified contract
Active on
Ethereum with 8,851 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 "SeniorCitizenDegenClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171527 | 2 hours ago | | | 0 | 0.0011279877 | |
| 21169548 | 9 hours ago | | | 0 | 0.0013331053 | |
| 21149113 | 3 days ago | | | 0 | 0.00050961531 | |
| 21025187 | 21 days ago | | | 0 | 0.00026949461 | |
| 20981752 | a month ago | | | 0 | 0.00021761884 | |
| 20932205 | a month ago | | | 0 | 0.00055996613 | |
| 20677424 | 2 months ago | | | 0 | 0.00026262085 | |
| 20570535 | 3 months ago | | | 0 | 0.00012877626 | |
| 20230739 | 4 months ago | | | 0 | 0.000084919940 | |
| 20068625 | 5 months ago | | | 0 | 0.00024013882 |
ABI
ABI objects
Getter at block 21172214
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
api.seniorcitizendegen.club/metadata/hidden
maxMintAmountPerTx() view returns (uint256)
2
maxMintAmountPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
10000
name() view returns (string)
SeniorCitizenDegenClub
owner() view returns (address)
0x0af405e86f3aed47d29b8bfc99867137c23abb1f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
SCDC
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
https://api.seniorcitizendegen.club/metadata/
uriSuffix() view returns (string)
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistMap(address) view returns (address user, bool canMint, uint256 maxMintAmount)
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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhiteListAddresses(address[] _addresses)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()