Never Fear Truth
Verified contract
Active on
Ethereum with 2,725 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) |
---|---|---|---|---|---|---|---|
| 21401725 | 2 days ago | | | 0 | 0.00056678728 | |
| 21344938 | 10 days ago | | | 0 | 0.0014557356 | |
| 21053454 | 2 months ago | | | 0 | 0.00017976975 | |
| 20952680 | 2 months ago | | | 0 | 0.00027220302 | |
| 20952638 | 2 months ago | | | 0 | 0.00038310562 | |
| 20952570 | 2 months ago | | | 0 | 0.00022486598 | |
| 20892555 | 2 months ago | | | 0 | 0.00025420615 | |
| 20864167 | 3 months ago | | | 0 | 0.00082625853 | |
| 20834939 | 3 months ago | | | 0 | 0.00093349300 | |
| 20822268 | 3 months ago | | | 0 | 0.0010051089 |
ABI
ABI objects
Getter at block 21416713
name() view returns (string)
Never Fear Truth
owner() view returns (address)
0xef7751071b6c38098e23fac27957bf7c6ef81951
tokenSupply() view returns (uint256)
2254
totalSupply() view returns (uint256)
2254
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchMintToAddresses(address[] _addresses)
changeRoyaltyPercentage(uint256 _newPerc)
changeRoyaltyRecipient(address _newRecipient)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, uint256 _tokenSupply, address _royaltyRecipient, uint256 _royaltyAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.