Vectorscapes
Verified contract
Active on
Ethereum with 708 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 "Vectorscapes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19256276 | 9 months ago | | | 0 | 0.0014865598 | |
| 18804467 | a year ago | | | 0 | 0.0014586023 | |
| 16464771 | 2 years ago | | | 0 | 0.00044580321 | |
| 16307314 | 2 years ago | | | 0 | 0.00070896026 | |
| 16236458 | 2 years ago | | | 0 | 0.00056771162 | |
| 16178015 | 2 years ago | | | 0 | 0.00072876184 | |
| 15711763 | 2 years ago | | | 0 | 0.00049800612 | |
| 15384417 | 2 years ago | | | 0 | 0.00063262529 | |
| 14574297 | 3 years ago | | | 0 | 0.0013791938 | |
| 14533314 | 3 years ago | | | 0 | 0.0031225700 |
ABI
ABI objects
Getter at block 21205310
PRICE() view returns (uint256)
10000000000000000
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNiw67Mn7uYZgoFDzC2ooKFQFmKckpmdYvBxUGpMsK1E6
getMaxSupply() view returns (uint256)
2000
getPaused() view returns (bool)
false
getPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Vectorscapes
owner() view returns (address)
0x800e2842fcc809dd293087260673c7125d7ca61d
symbol() view returns (string)
VCS
totalSupply() view returns (uint256)
562
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerIds(address account) view returns (uint256[])
getOwnerVectorscapes(address account) view returns (struct VectorscapeFactoryVectorscape[])
getTokenId(string _name) view returns (uint256)
getVectorscape(uint256 id) view returns (struct VectorscapeFactoryVectorscape vectorscape)
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)
vectorscapes(uint256) view returns (string name)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string[] names) payable returns (bool)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setContractURL(string _url)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.