Cryptovoxel Wearables
Verified contract
Active on
Ethereum with 10,510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONBOYZ | ERC-721 | 1 | -- | -- | |
STRGHNDZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855985 | a month ago | | | 0 | 0.00035433069 | |
| 20848405 | a month ago | | | 0 | 0.00044944429 | |
| 20836443 | a month ago | | | 0 | 0.0014233425 | |
| 20834771 | a month ago | | | 0 | 0.00065762918 | |
| 20805996 | a month ago | | | 0 | 0.00080900525 | |
| 20772103 | 2 months ago | | | 0 | 0.00077659516 | |
| 20758476 | 2 months ago | | | 0 | 0.00017660004 | |
| 20671019 | 2 months ago | | | 0 | 0.00021984130 | |
| 20665809 | 2 months ago | | | 0 | 0.00012947500 | |
| 20656293 | 2 months ago | | | 0 | 0.000081186437 |
ABI
ABI objects
Getter at block 21124424
isOwner() view returns (bool)
false
name() view returns (string)
Cryptovoxel Wearables
owner() view returns (address)
0x0fa074262d6af761fb57751d610dc92bac82aef9
symbol() view returns (string)
WEAR
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
create(address _initialOwner, uint256 _initialSupply, string _uri, bytes _data) returns (uint256)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseMetadataURI(string _newBaseMetadataURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.