adidas Virtual Gear

Verified contract

Active on Ethereum with 9,698 txns
Deployed by via 0xd1cc7418 at 15999377
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "adidas Virtual Gear"

0x0c66f48d82b65058ff29ba8907e0aa88761f21a7f0f54c558cf14ce5aad386c6
0xf9c04f8dfa1142206f64d6721f74bbdf66c4155eef353f17dc5ecda0e9e4ec2a
0x96d422b72c30a3cbe2fe3c5e017af43df9dcbca924380a1b793b57a757cd055e
0xb3bab35e918eb9d4558ea0385911e42b636b5bbb56732b88bf30f33ee843bfe5
0x0b4c78e06e1c19d385268741e2f5821151012f6b90782fe500bf67dd583e3a49
0x6cc12d30b44b31453c2ceb01d32b93b4abd04bc18050800fef98e5804f0e8b94
0xe0006b3077bc77cb697cafae081e5af797644ceac55ad4100bb6689aa226d252
0x2d51819adf3587cb6e776fd0cd2025d8018b0d6dabc9c35d2c2794a88f849eba
0x2bfd3f6e940bf90163b12516fcf39d049103d9e36049e10a8e18c301252ee1f6
0xede1ffbc6fcbb5f19fc08031ef05a547b961679b2081c908825265bdf75e9428

Functions
Getter at block 21269867
baseUri(view returns (string)
https://api.adidas.land/api/reveal/get-metadata/
maxSupply(view returns (uint256)
24280
name(view returns (string)
adidas Virtual Gear
owner(view returns (address)
0x6d1c18bccde60142af23a3f8aa6f5f59c532a675
symbol(view returns (string)
AVG
totalSupply(view returns (uint256)
12648
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
walletOfCapsuleOwner(address __owneruint256 _startingIndexuint256 _endingIndexview returns (uint256[])
walletOfOwner(address __ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenId
batchBurn(uint256[] _tokenIds
burnToMint(uint256[] _tokenIds
mintMany(address[] _touint256[] _tokenIds
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setMintStatus(bool enabled
setNameAndSymbol(string __namestring __symbol
setRoyalties(address recipientuint96 value
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperator(address _operatorbool _filtered
upgradeToken(uint256[] _tokenIds
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string __namestring __symboladdress _addressstring _baseUristring _uriSuffixuint256 __maxSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator