The Chosen Kid
Verified contract
Active on
Ethereum with 4,648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.62)
Native
Value
$11.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0035 | $3,319.65 |
$11.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103440 | 22 days ago | | | 0 | 0.000099613188 | |
| 20561636 | 3 months ago | | | 0 | 0.000023734701 | |
| 20561586 | 3 months ago | | | 0 | 0.000019100367 | |
| 19110942 | 10 months ago | | | 0 | 0.00023305587 | |
| 18190497 | a year ago | | | 0 | 0.00053999504 | |
| 17604568 | a year ago | | | 0 | 0.00031661796 | |
| 17515844 | a year ago | | | 0 | 0.0010304242 | |
| 17166600 | 2 years ago | | | 0 | 0.0042090539 | |
| 17006349 | 2 years ago | | | 0 | 0.0011170575 | |
| 16710466 | 2 years ago | | | 0 | 0.0012940959 |
ABI
ABI objects
Getter at block 21258270
cost() view returns (uint256)
3500000000000000
freeMint() view returns (uint256)
1
hiddenMetadataUri() view returns (string)
ipfs://QmUB4eXYWVzMfJYhar8FzPZ79y4vcG4uPYq1aGtft3P1Tg/hidden.json
maxMintAmountPerTx() view returns (uint256)
3
maxMintAmountPerW() view returns (uint256)
3
maxSupply() view returns (uint256)
6666
name() view returns (string)
The Chosen Kid
owner() view returns (address)
0x4bb526e9ad64d32fb6ce9272a86a3986bb99a8fe
publicM() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
TCK
totalSupply() view returns (uint256)
5366
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
WalletMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounter(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerW(uint256 _maxMintAmountPerW)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerW, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()