NeverFearTruthTrackOne
Verified contract
Active on
Ethereum with 812 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 "NeverFearTruthTrackOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20715605 | 3 months ago | | | 0 | 0.00014537400 | |
| 20715480 | 3 months ago | | | 0 | 0.00013877913 | |
| 20322407 | 5 months ago | | | 0 | 0.00029005542 | |
| 20109948 | 6 months ago | | | 0 | 0.00021197432 | |
| 20088238 | 6 months ago | | | 0 | 0.00040577205 | |
| 19971472 | 6 months ago | | | 0 | 0.00045616201 | |
| 19878790 | 7 months ago | | | 0 | 0.00019856833 | |
| 19801981 | 7 months ago | | | 0 | 0.00024563015 | |
| 19796727 | 7 months ago | | | 0 | 0.00036090916 | |
| 19717144 | 8 months ago | | | 0 | 0.00020072330 |
ABI
ABI objects
Getter at block 21394315
locked() view returns (bool)
false
owner() view returns (address)
0xa4a88c85e8edb0800cd09848e05a5d02c697bdfa
royaltyPERCENTAGE() view returns (uint256)
50
royaltyRECEIVER() view returns (address)
0x596888f1c21824552b2727a5281be39ad3c03c61
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, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events renounceOwnership()
reserve(address[] to)
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 newBaseURI)
setLocked()
setRoyaltyInfo(address _royaltyReceiver, uint256 _royaltyPercentage)
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(address _royaltyReceiver, uint256 _royaltyPercentage, string _bURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.