dcl://dg_atari_dillon_francis
Verified contract
Active on
Ethereum with 492 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://dg_atari_dillon_francis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20908610 | a month ago | | | 0 | 0.00040348134 | |
| 20560417 | 3 months ago | | | 0 | 0.000036399735 | |
| 20552710 | 3 months ago | | | 0 | 0.000049884281 | |
| 20537970 | 3 months ago | | | 0 | 0.000053314619 | |
| 20537949 | 3 months ago | | | 0 | 0.000050768101 | |
| 20537876 | 3 months ago | | | 0 | 0.000051819540 | |
| 20537143 | 3 months ago | | | 0 | 0.00026235778 | |
| 20532895 | 3 months ago | | | 0 | 0.000070913235 | |
| 20532876 | 3 months ago | | | 0 | 0.00013866385 | |
| 20364537 | 4 months ago | | | 0 | 0.00025615938 |
ABI
ABI objects
Getter at block 21171262
baseURI() view returns (string)
https://wearable-api.decentraland.org/v2/standards/erc721-metadata/collections/dg_atari_dillon_francis/wearables/
isComplete() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
dcl://dg_atari_dillon_francis
owner() view returns (address)
0x1fbf26781e289883a1ec8da235f7159b455d1160
symbol() view returns (string)
DCLDGTRDLLNFRCS
totalSupply() view returns (uint256)
1491
wearablesCount() view returns (uint256)
2
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.