Voxies
Verified contract
Active on
Ethereum with 15,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOXIES | ERC-721 | 1 | -- | -- | |
VOXIES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103067 | a month ago | | | 0 | 0.000095377196 | |
| 21102991 | a month ago | | | 0 | 0.00044601903 | |
| 21102870 | a month ago | | | 0 | 0.00030848576 | |
| 21102660 | a month ago | | | 0 | 0.00010408165 | |
| 21032207 | a month ago | | | 0 | 0.00015595520 | |
| 21027768 | a month ago | | | 0 | 0.00023983841 | |
| 21002120 | a month ago | | | 0 | 0.00021025288 | |
| 20949615 | 2 months ago | | | 0 | 0.00025962818 | |
| 20949613 | 2 months ago | | | 0 | 0.00025487775 | |
| 20949612 | 2 months ago | | | 0 | 0.00026039424 |
ABI
ABI objects
Getter at block 21289792 calculatePrice() view returns (uint256)
MAX_VOXIES() view returns (uint256)
10000
METADATA_PROVENANCE_HASH() view returns (string)
R() view returns (string)
Voxies are the cutest combination of voxels and blockchain technology!
baseURI() view returns (string)
https://prod.voxiesapi.com/voxies/legacy/contract/
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Voxies
owner() view returns (address)
0x5b21dab3f002a8236feb43224e3952dedda7b3b0
symbol() view returns (string)
VOXIES
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
calculatePriceForToken(uint256 _id) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adoptVoxie(uint256 numVoxies) payable
approve(address to, uint256 tokenId)
pauseSale()
renounceOwnership()
reserveGiveaway(uint256 numVoxies)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string _hash)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.