Smart Club NFT
Verified contract
Active on
Ethereum with 5,362 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 "Smart Club NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20595143 | 3 months ago | | | 0 | 0.000026633330 | |
| 20356990 | 4 months ago | | | 0 | 0.00040129475 | |
| 20123644 | 5 months ago | | | 0 | 0.000094729983 | |
| 20123634 | 5 months ago | | | 0 | 0.00010362313 | |
| 19703671 | 7 months ago | | | 0 | 0.00018523977 | |
| 19482132 | 8 months ago | | | 0 | 0.00065606302 | |
| 19257302 | 9 months ago | | | 0 | 0.0043264749 | |
| 19229994 | 9 months ago | | | 0 | 0.0042048907 | |
| 18654149 | a year ago | | | 0 | 0.0030305430 | |
| 18567037 | a year ago | | | 0 | 0.00076877130 |
ABI
ABI objects
Getter at block 21158355
getMinterLength() view returns (uint256)
1
name() view returns (string)
Smart Club NFT
nextFreeTokenId() view returns (uint256)
5184
owner() view returns (address)
0xbef40dcbd9d19449ba7b4d09f339b14c913a6679
symbol() view returns (string)
SCN
totalSupply() view returns (uint256)
5183
Read-only
_mintersMap(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasEnoughMint(address account, uint256 num) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintRecord(address) view returns (uint256)
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)
burn(address to, uint256 tokenId)
burnBatch(address to, uint256[] tokenIds)
freeMint()
mint(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to, uint256 tokenId, bytes data)
safeMintBatch(address to, uint256[] tokenIds, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeTransferFromBatch(address from, address to, uint256[] tokenIds)
safeTransferFromBatchMulti(address from, address[] tos, uint256[] tokenIds)
setApprovalForAll(address operator, bool approved)
setMinterLimit(address account, uint256 mintNumLimit)
setURI(string baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferFromBatch(address from, address to, uint256[] tokenIds)
transferFromBatchMulti(address from, address[] tos, uint256[] tokenIds)
transferOwnership(address newOwner)
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)
SetMinterLimit(address indexed account, uint256 indexed mintNum)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.