Vinyl-Canvas
Verified contract
Active on
Ethereum with 118 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 "Vinyl-Canvas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17304561 | 2 years ago | | | 0 | 0.0013297088 | |
| 14241008 | 3 years ago | | | 0 | 0.0024659770 | |
| 14214613 | 3 years ago | | | 0 | 0.0025934244 | |
| 14213548 | 3 years ago | | | 0 | 0.0049175501 | |
| 14210267 | 3 years ago | | | 0 | 0.0016557630 | |
| 13945059 | 3 years ago | | | 0 | 0.0041068674 | |
| 13419251 | 3 years ago | | | 0 | 0.0038989229 | |
| 13391400 | 3 years ago | | | 0 | 0.0047155461 | |
| 13302846 | 3 years ago | | | 0 | 0.0029860360 | |
| 13280441 | 3 years ago | | | 0 | 0.0025423457 |
ABI
ABI objects
Getter at block 21327493
name() view returns (string)
Vinyl-Canvas
symbol() view returns (string)
VC
totalSupply() view returns (uint256)
1000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to) payable returns (uint256 ID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMinting(bool boolean)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address to)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.