dcl://exclusive_masks
Verified contract
Active on
Ethereum with 405 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://exclusive_masks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20230753 | 4 months ago | | | 0 | 0.00016074443 | |
| 20008012 | 5 months ago | | | 0 | 0.00036394554 | |
| 19694457 | 7 months ago | | | 0 | 0.00027062302 | |
| 19548555 | 8 months ago | | | 0 | 0.00097472819 | |
| 19199978 | 9 months ago | | | 0 | 0.0013468625 | |
| 18841598 | a year ago | | | 0 | 0.0013903673 | |
| 18833453 | a year ago | | | 0 | 0.00075712744 | |
| 18652155 | a year ago | | | 0 | 0.0019273905 | |
| 18651013 | a year ago | | | 0 | 0.0010734013 | |
| 18523522 | a year ago | | | 0 | 0.0010448839 |
ABI
ABI objects
Getter at block 21211868
baseURI() view returns (string)
https://wearable-api.decentraland.org/v2/standards/erc721-metadata/collections/exclusive_masks/wearables/
isComplete() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
dcl://exclusive_masks
owner() view returns (address)
0x4eac6325e1dbf1ac90434d39766e164dca71139e
symbol() view returns (string)
DCLEXCLSVMSKS
totalSupply() view returns (uint256)
192
wearablesCount() view returns (uint256)
8
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.