Never Fear Truth Track Two

Verified contract

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

No balances found for "Never Fear Truth Track Two"

0xc3ac0b6629d88d706d3c797c40901ed88887f0a6dc300a21236b595d2993a1cb
0x4fce18285c3259f7928759e52aeabb99cf628b2251171ec26fc480e98d42cb14
0xd1b4d7dcad86661af8c016ddd278f403688c29406664fc7bab6f399af4dcdfd8
0xcd21301cebd5275b047da33a36ca4650580585eb509ad8a1085f825dc91aa219
0x4aa710a2f7561ce95a9464eb2f6f1a9c4495d42d07b60cb16bf6955c8d765208
0x6bd7b71fc17e5dfded80918f048a3ca07854d7ba97491c30a263d058c5083c2f
0x3bc868b2f417c65e2cd3398bf152268f9450b7f837f4dea5f06ab38be67dbc70
0xfc917f459e0ba3820bad3b84cf915a788b92aa7349858e38989b0343fcb4665a
0xaf59963e3d92184622ab36998dceb2343f349d1cc4ae67f60262861c82db57da
0xcd89cf1f509b4ae583596b95500b10bec47ef3942b541d3de3b679dda6443e75

Functions
Getter at block 20908927
baseURI(view returns (string)
ipfs:/QmU8KUPYLq2YZ1Yfd8wjhXiojXvwxAECez9bVWQRPxGh7A/
locked(view returns (bool)
false
name(view returns (string)
Never Fear Truth Track Two
owner(view returns (address)
0xa4a88c85e8edb0800cd09848e05a5d02c697bdfa
royaltyPERCENTAGE(view returns (uint256)
50
royaltyRECEIVER(view returns (address)
0x596888f1c21824552b2727a5281be39ad3c03c61
symbol(view returns (string)
NFTT2
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
renounceOwnership(
reserve(address[] touint256[] amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setLocked(
setRoyaltyInfo(address _royaltyReceiveruint256 _royaltyPercentage
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(address _royaltyReceiveruint256 _royaltyPercentagestring _bURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(