adidasCapsule
Verified contract
Active on
Ethereum with 19,051 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 "adidasCapsule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278197 | 19 hours ago | | | 0 | 0.00039951685 | |
| 21269323 | 2 days ago | | | 0 | 0.00019442174 | |
| 21232244 | 7 days ago | | | 0 | 0.00039118496 | |
| 21175581 | 15 days ago | | | 0 | 0.0019325921 | |
| 21152780 | 18 days ago | | | 0 | 0.00060841312 | |
| 21144042 | 19 days ago | | | 0 | 0.00054318183 | |
| 21144038 | 19 days ago | | | 0 | 0.00057700280 | |
| 21144032 | 19 days ago | | | 0 | 0.00057497052 | |
| 21143909 | 20 days ago | | | 0 | 0.00047948617 | |
| 21138758 | 20 days ago | | | 0 | 0.0010562239 |
ABI
ABI objects
Getter at block 21283720
hiddenMetadataUri() view returns (string)
ipfs://bafkreib6dun6k5mbrc6dc4vhz7dtl5gjw3ljk4vz53ci4yczpakrm5vfuq/
name() view returns (string)
adidasCapsule
owner() view returns (address)
0x6d1c18bccde60142af23a3f8aa6f5f59c532a675
revealed() view returns (bool)
true
symbol() view returns (string)
ADICAP
totalSupply() view returns (uint256)
11633
uriPrefix() view returns (string)
ipfs://bafybeiczb3jtmjf2k4t6om6fcgj722neikap5aozeguhmykmzvls7vzwsa/
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, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address receiver, uint256 amount)
mintMany(address[] _to, uint256[] _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setNameAndSymbol(string __name, string __symbol)
setRevealed(bool _state)
setRoyalties(address recipient, uint256 value)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()