NotSolanaClub
Verified contract
Active on
Ethereum with 448 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 "NotSolanaClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308991 | 2 years ago | | | 0 | 0.00050517919 | |
| 15163909 | 2 years ago | | | 0 | 0.00035377317 | |
| 14803026 | 2 years ago | | | 0 | 0.00062954919 | |
| 14803016 | 2 years ago | | | 0 | 0.00078158038 | |
| 14802941 | 2 years ago | | | 0 | 0.00099805502 | |
| 14802883 | 2 years ago | | | 0 | 0.00089113641 | |
| 14802862 | 2 years ago | | | 0 | 0.00079632900 | |
| 14802640 | 2 years ago | | | 0 | 0.0011983668 | |
| 14802390 | 2 years ago | | | 0 | 0.0013865755 | |
| 14802380 | 2 years ago | | | 0 | 0.0015764641 |
ABI
ABI objects
Getter at block 21097825
baseURI() view returns (string)
ipfs://QmaoXoVgYkL67dCWy2i1aHAdo9KvwWwYNQ22h1khqp8VHd
cost() view returns (uint256)
10000000000000000
maxMintAmount() view returns (uint256)
50
maxSupply() view returns (uint256)
4000
name() view returns (string)
NotSolanaClub
owner() view returns (address)
0x973efbd3df7c166fff1ff1d480ac3ebd9866c29b
paused() view returns (bool)
true
symbol() view returns (string)
NSC
totalSupply() view returns (uint256)
1003
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause()
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)
setMaxMintAmount(uint256 _maxMintAmount)
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(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()