dcl://dgtble_headspace
Verified contract
Active on
Ethereum with 230 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 "dcl://dgtble_headspace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035624 | 8 days ago | | | 0 | 0.0016469242 | |
| 21035615 | 8 days ago | | | 0 | 0.0013398779 | |
| 19596193 | 7 months ago | | | 0 | 0.00049553608 | |
| 19293866 | 8 months ago | | | 0 | 0.0012132884 | |
| 19036117 | 9 months ago | | | 0 | 0.0016514588 | |
| 18821549 | 10 months ago | | | 0 | 0.0026540077 | |
| 18537879 | a year ago | | | 0 | 0.0020306004 | |
| 18235169 | a year ago | | | 0 | 0.00043766385 | |
| 16510347 | 2 years ago | | | 0 | 0.00064710775 | |
| 16433270 | 2 years ago | | | 0 | 0.0023345503 |
ABI
ABI objects
Getter at block 21092496
baseURI() view returns (string)
https://wearable-api.decentraland.org/v2/standards/erc721-metadata/collections/dgtble_headspace/wearables/
isComplete() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
dcl://dgtble_headspace
owner() view returns (address)
0x93a7c46443901c2ea2fc1263a4d076f470695d3a
symbol() view returns (string)
DCLDGTBLHDSPC
totalSupply() view returns (uint256)
143
wearablesCount() view returns (uint256)
6
Read-only
allowed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWearableKey(string _wearableId) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
issued(bytes32) view returns (uint256)
maxIssuance(bytes32) 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)
wearables(uint256) view returns (string)
State-modifying
Events addWearable(string _wearableId, uint256 _maxIssuance)
addWearables(bytes32[] _wearableIds, uint256[] _maxIssuances)
approve(address to, uint256 tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
completeCollection()
issueToken(address _beneficiary, string _wearableId)
issueTokens(address[] _beneficiaries, bytes32[] _wearableIds)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds)
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _operator, bool _allowed)
setApprovalForAll(address to, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddWearable(bytes32 indexed _wearableIdKey, string _wearableId, uint256 _maxIssuance)
Allowed(address indexed _operator, bool _allowed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string _oldBaseURI, string _newBaseURI)
Complete()
Issue(address indexed _beneficiary, uint256 indexed _tokenId, bytes32 indexed _wearableIdKey, string _wearableId, uint256 _issuedId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _operator, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.