Never Fear Truth
Verified contract
Active on
Ethereum with 6,231 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 "Never Fear Truth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292285 | 4 days ago | | | 0 | 0.00050446541 | |
| 21290276 | 4 days ago | | | 0 | 0.00026562926 | |
| 21282413 | 6 days ago | | | 0 | 0.00064790032 | |
| 21257317 | 9 days ago | | | 0 | 0.00058685171 | |
| 21248898 | 10 days ago | | | 0 | 0.00047632566 | |
| 21195083 | 18 days ago | | | 0 | 0.00079414692 | |
| 21186873 | 19 days ago | | | 0 | 0.0014993498 | |
| 21183611 | 19 days ago | | | 0 | 0.0013282520 | |
| 21182311 | 19 days ago | | | 0 | 0.0012792139 | |
| 21176749 | 20 days ago | | | 0 | 0.00096103475 |
ABI
ABI objects
Getter at block 21321819
MAX_SUPPLY() view returns (uint256)
11111
ROYALTY_BASE() view returns (uint256)
10000
ROYALTY_PERCENTAGE() view returns (uint256)
500
ROYALTY_RECEIVER() view returns (address)
0x596888f1c21824552b2727a5281be39ad3c03c61
baseTokenURI() view returns (string)
ipfs://QmU1HTcuC57kBMP2Lj2wGHCqKcjFMJxnDoPdAha1qGq2r9/
minter() view returns (address)
0xc091b26352bfe14bf543be52defe50bd7963d49e
name() view returns (string)
Never Fear Truth
owner() view returns (address)
0x596888f1c21824552b2727a5281be39ad3c03c61
symbol() view returns (string)
JDNFT
totalSupply() view returns (uint256)
3850
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)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMinter(address newMinter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterRoleGranted(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URISet(string uri)
constructor(string name, string symbol, uint256 maxSupply, address royaltyReceiver, uint256 royaltyPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.