nofomoNFT

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x3119202d at 19346260
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "nofomoNFT"

0x58f2bcfb28a63be84ec3d3bb38a4963aa58ea0c8f8ea01b901d9aec1e823bf08

Functions
Getter at block 21127471
mintingContract(view returns (address)
0x3f29fc82e06948d36ea6b6300fa6f961228a373c
name(view returns (string)
nofomoNFT
owner(view returns (address)
0x2614610dc889d376ee5eeee04fe7cee750c1e45b
symbol(view returns (string)
nofomoNFT
tokenId(view returns (uint256)
31
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPeriodIdByTokenId(uint256 _tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToPeriodId(uint256view returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address touint256 amountuint256 periodIdreturns (uint256[] tokenIds)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMintingContract(address _mintingContract
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account