The Nerd Collective Founders Token
Verified contract
Active on
Ethereum with 487 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 "The Nerd Collective Founders Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20072007 | 5 months ago | | | 0 | 0.00034203569 | |
| 19505853 | 8 months ago | | | 0 | 0.0012545548 | |
| 19344514 | 9 months ago | | | 0 | 0.00091805562 | |
| 18855934 | a year ago | | | 0 | 0.0010292560 | |
| 18802535 | a year ago | | | 0 | 0.00084913353 | |
| 18166880 | a year ago | | | 0 | 0.00036001869 | |
| 18157227 | a year ago | | | 0 | 0.00045849833 | |
| 17551931 | a year ago | | | 0 | 0.00066106896 | |
| 17073934 | 2 years ago | | | 0 | 0.0026471492 | |
| 17073933 | 2 years ago | | | 0 | 0.0024749427 |
ABI
ABI objects
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 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) payable
bulkMint(address _to, uint256 _amount)
mint(uint256 _amount, uint256 _walletLimit, bytes32[] merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI_)
setMaxTokens(uint256 val)
setMerkleRoot(bytes32 _root)
setPause(bool val)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()