SVCC Voxels
Verified contract
Active on
Ethereum with 305 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 "SVCC Voxels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269234 | 5 days ago | | | 0 | 0.00031398733 | |
| 20547996 | 3 months ago | | | 0 | 0.000073350421 | |
| 20122244 | 5 months ago | | | 0 | 0.00021961234 | |
| 19996247 | 6 months ago | | | 0 | 0.00022862907 | |
| 19685503 | 7 months ago | | | 0 | 0.00041036119 | |
| 19462745 | 8 months ago | | | 0 | 0.0018625201 | |
| 19420050 | 9 months ago | | | 0 | 0.0031697282 | |
| 18913986 | a year ago | | | 0 | 0.00077675643 | |
| 18800129 | a year ago | | | 0 | 0.0012277350 | |
| 18450761 | a year ago | | | 0 | 0.00076150325 |
ABI
ABI objects
Getter at block 21307371
MAX_NFT() view returns (uint256)
800
MINTED_NFT() view returns (uint256)
794
_baseTokenURI() view returns (string)
ipfs://QmWRHumjC5psEPWckLsbuNmcetkLbiagp2bxWrkf8hvrxj/
name() view returns (string)
SVCC Voxels
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6728961be0ce39fd4f5846912736eb3616608bb6
symbol() view returns (string)
SVCCV
totalSupply() view returns (uint256)
794
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mintNFT(address[] _to, uint256 _count)
mintNFT(address[] _to, uint256[] _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSupply(uint256 newSupply)
withdraw()
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.