Castle Kid
Verified contract
Active on
Ethereum with 12,941 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 "Castle Kid"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209072 | 3 days ago | | | 0 | 0.00030610546 | |
| 21196830 | 4 days ago | | | 0 | 0.00069323637 | |
| 21015302 | a month ago | | | 0 | 0.00052955464 | |
| 20983735 | a month ago | | | 0 | 0.00082014230 | |
| 20901525 | a month ago | | | 0 | 0.00016521114 | |
| 20795694 | 2 months ago | | | 0 | 0.00084343688 | |
| 20651419 | 3 months ago | | | 0 | 0.000075099287 | |
| 20613615 | 3 months ago | | | 0 | 0.00022026493 | |
| 20600577 | 3 months ago | | | 0 | 0.00012283415 | |
| 20600575 | 3 months ago | | | 0 | 0.00012580489 |
ABI
ABI objects
Getter at block 21229076
CASTLE_PROVENANCE() view returns (string)
isWhiteListActive() view returns (bool)
false
name() view returns (string)
Castle Kid
owner() view returns (address)
0xa40127663d9f635e7639fabd8c5bf14a091cb262
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CASTLE KID
totalSupply() view returns (uint256)
10000
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)
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)
flipSaleState()
mintCastleKid(uint256 numberOfTokens) payable
mintWhiteList(uint8 numberOfTokens) payable
renounceOwnership()
reserve(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsWhiteListActive()
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAll() payable
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.