The latest block we've processed for this chain is 21213264, which is 6 minutes old. We're running behind the tip but working to resolve the issue.

The Nerd Collective Founders Token

Verified contract

Active on Ethereum with 487 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Nerd Collective Founders Token"

0x71b80fcac118805ee64aaab42b60369b82f56a6a4fef74cf22373917022d3015
0x51e6e04318c6f9a5c57aec9e86f1d664c91f2f41504817bcae4c5560d622e11c
0xf4b49b81b268ddf4e07d8c8696d222f142a3ee89511c7aa8360ace70aca5d520
0x4323010f7663b07f5c0b9c32eae36c397fe5a2b92c201506618aa47e6f5c674c
0x81bbe60e5bdbc7c55a9f64fc60d402c831dc37dcde8fda989d8ff6347a5f40e9
0xb69dd073e7933911282358b9f70fd74f077d24a63e3c2e3368632547b53c963d
0x057bcc012b411e7fd71e695ee751571597b491cf5008e4f3ad80e5140530a14d
0x4c0c4b703550ffda3d67684a067d3ee65377200a5fed9858912237b0d0ad0f01
0x08a5ee14a1235e3d88fc741a589493926ccaa9d12f4b780384aa20284f0eea7a
0x2e104e3ee6c8c3d138077117911eddaa5d3a263908c2f0fc902fee2d5d9f203e

Functions
Getter at block 21213263
_baseTokenURI(view returns (string)
https://tnc-api.vercel.app/api/meta/
_maxTokens(view returns (uint256)
628
_merkleRoot(view returns (bytes32)
0xd553621fd98027ab868cffe7898c50bd86d04832f232c8d12124f1d955313cea
_paused(view returns (bool)
true
name(view returns (string)
The Nerd Collective Founders Token
owner(view returns (address)
0x87ed47d1cd0d5037c524874e24a0a9cc40598a93
symbol(view returns (string)
FT
totalSupply(view returns (uint256)
628
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
bulkMint(address _touint256 _amount
mint(uint256 _amountuint256 _walletLimitbytes32[] merkleProof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string baseURI_
setMaxTokens(uint256 val
setMerkleRoot(bytes32 _root
setPause(bool val
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(