adidas Virtual Gear
Verified contract
Active on
Ethereum with 9,698 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x455c…5274
Balances ($0.00)
No balances found for "adidas Virtual Gear"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262799 | a day ago | | | 0 | 0.00041936103 | |
| 21237501 | 5 days ago | | | 0 | 0.0010183820 | |
| 21213758 | 8 days ago | | | 0 | 0.00075132405 | |
| 21213752 | 8 days ago | | | 0 | 0.00076304074 | |
| 21191037 | 11 days ago | | | 0 | 0.00099057806 | |
| 21163994 | 15 days ago | | | 0 | 0.00090135595 | |
| 21149239 | 17 days ago | | | 0 | 0.00063513143 | |
| 21148004 | 17 days ago | | | 0 | 0.00038716813 | |
| 21145613 | 17 days ago | | | 0 | 0.0013071988 | |
| 21144980 | 17 days ago | | | 0 | 0.00089854096 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
walletOfCapsuleOwner(address __owner, uint256 _startingIndex, uint256 _endingIndex) view returns (uint256[])
walletOfOwner(address __owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
batchBurn(uint256[] _tokenIds)
burnToMint(uint256[] _tokenIds)
mintMany(address[] _to, uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setMintStatus(bool enabled)
setNameAndSymbol(string __name, string __symbol)
setRoyalties(address recipient, uint96 value)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperator(address _operator, bool _filtered)
upgradeToken(uint256[] _tokenIds)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string __name, string __symbol, address _address, string _baseUri, string _uriSuffix, uint256 __maxSupply)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)