Dollar Store Kids
Verified contract
Active on
Ethereum with 5,324 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 "Dollar Store Kids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026473 | 11 days ago | | | 0 | 0.00075165500 | |
| 21019639 | 12 days ago | | | 0 | 0.00084828126 | |
| 21015889 | 12 days ago | | | 0 | 0.00042912327 | |
| 20683905 | 2 months ago | | | 0 | 0.00016368972 | |
| 20653808 | 2 months ago | | | 0 | 0.000049057756 | |
| 20653763 | 2 months ago | | | 0 | 0.000048057350 | |
| 20653749 | 2 months ago | | | 0 | 0.000053102058 | |
| 20117549 | 5 months ago | | | 0 | 0.00031676248 | |
| 20109270 | 5 months ago | | | 0 | 0.000067443558 | |
| 20096464 | 5 months ago | | | 0 | 0.00017263635 |
ABI
ABI objects
Getter at block 21102645
LICENSE() view returns (string)
www.capsulenft.com/license
VERSION() view returns (string)
1.1.0
baseURI() view returns (string)
ipfs://bafybeiak454joc6itta5ojqq6g6ps74f3zf6oamcmbaxyu36r34ctrr67y/
counter() view returns (uint256)
3333
factory() view returns (address)
0x4ced59c19f1f3a9eebd670f746b737acf504d1eb
isCollectionLocked() view returns (bool)
true
isCollectionPrivate() view returns (bool)
true
maxId() view returns (uint256)
3332
name() view returns (string)
Dollar Store Kids
owner() view returns (address)
0x22d8f86350e983de8758eaf66a19558b73f11a00
royaltyRate() view returns (uint256)
500
royaltyReceiver() view returns (address)
0x53a50ac9bb98dfd61d4031390ebecc4e2bd7f9b1
symbol() view returns (string)
D$K
tokenURIOwner() view returns (address)
0xe4c3c91de9eb9b92cedee9ddb1e4d3388318151c
totalSupply() view returns (uint256)
2943
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isCollectionMinter(address _account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(address _account, uint256 _tokenId)
lockCollectionCount(uint256 _nftCount)
mint(address _account, string _uri)
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_)
setTokenURI(uint256 _tokenId, string _newTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
updateRoyaltyConfig(address _royaltyReceiver, uint256 _royaltyRate)
updateTokenURIOwner(address _newTokenURIOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string oldBaseURI, string newBaseURI)
CollectionLocked(uint256 nftCount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyConfigUpdated(address indexed oldReceiver, address indexed newReceiver, uint256 oldRate, uint256 newRate)
TokenURIOwnerUpdated(address indexed oldOwner, address indexed newOwner)
TokenURIUpdated(uint256 indexed tokenId, string oldTokenURI, string newTokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _tokenURIOwner, bool _isCollectionPrivate)
This contract contains no fallback and receive objects.
This contract contains no error objects.