dcl://dcl_launch
Verified contract
Active on
Ethereum with 9,098 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 |
---|---|---|---|---|---|
SFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281458 | 4 hours ago | | | 0 | 0.00096394098 | |
| 21195998 | 12 days ago | | | 0 | 0.0010355997 | |
| 21138384 | 20 days ago | | | 0 | 0.0012190124 | |
| 20920803 | 2 months ago | | | 0 | 0.00066021380 | |
| 20902574 | 2 months ago | | | 0 | 0.00015825713 | |
| 20822712 | 2 months ago | | | 0 | 0.0012563605 | |
| 20691510 | 3 months ago | | | 0 | 0.00014004931 | |
| 20656684 | 3 months ago | | | 0 | 0.000067946725 | |
| 20649947 | 3 months ago | | | 0 | 0.000064472092 | |
| 20634157 | 3 months ago | | | 0 | 0.00020448078 |
ABI
ABI objects
Getter at block 21282707
baseURI() view returns (string)
https://wearable-api.decentraland.org/v2/standards/erc721-metadata/collections/dcl_launch/wearables/
isComplete() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
dcl://dcl_launch
owner() view returns (address)
0x169b80c523d432d243a21ce0c520678289f6f4ad
symbol() view returns (string)
DCLLNCH
totalSupply() view returns (uint256)
28778
wearablesCount() view returns (uint256)
20
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.