COS.TV Video NFT
Verified contract
Active on
Ethereum with 577 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 "COS.TV Video NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280514 | a day ago | | | 0 | 0.0041666125 | |
| 21067392 | a month ago | | | 0 | 0.0024235225 | |
| 21059012 | a month ago | | | 0 | 0.0016855273 | |
| 20956905 | 2 months ago | | | 0 | 0.0033062549 | |
| 20900367 | 2 months ago | | | 0 | 0.0016547212 | |
| 20787943 | 2 months ago | | | 0 | 0.0060172972 | |
| 20652973 | 3 months ago | | | 0 | 0.00097609875 | |
| 20644849 | 3 months ago | | | 0 | 0.00096079387 | |
| 20556767 | 3 months ago | | | 0 | 0.0011651620 | |
| 20496701 | 4 months ago | | | 0 | 0.00097237688 |
ABI
ABI objects
Getter at block 21287910
baseTokenURI() pure returns (string)
https://cos.tv/api/v1/nft/token/
baseURI() view returns (string)
isOwner() view returns (bool)
false
name() view returns (string)
COS.TV Video NFT
owner() view returns (address)
0x4c14061d83e2bf40297b753e80eccc7d2cd0d8a1
symbol() view returns (string)
VIDEO
totalSupply() view returns (uint256)
556
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.