chainknights.xyz
Verified contract
Active on
Ethereum with 1,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 12 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "chainknights.xyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902085 | 10 months ago | | | 0 | 0.00085016665 | |
| 16892681 | 2 years ago | | | 0 | 0.0013545046 | |
| 16816326 | 2 years ago | | | 0 | 0.0010622155 | |
| 16809761 | 2 years ago | | | 0 | 0.00056403514 | |
| 16809756 | 2 years ago | | | 0 | 0.00098743162 | |
| 16737320 | 2 years ago | | | 0 | 0.00074200036 | |
| 16737319 | 2 years ago | | | 0 | 0.0017471827 | |
| 16737319 | 2 years ago | | | 0 | 0.0025346717 | |
| 16737318 | 2 years ago | | | 0 | 0.0013164447 | |
| 16592788 | 2 years ago | | | 0 | 0.0027807861 |
ABI
ABI objects
Getter at block 21178494 getLegendaryIds() view returns (uint256[13])
cost() view returns (uint256)
5000000000000000
maxFreeMint() view returns (uint256)
2
maxMint() view returns (uint256)
5
maxSupply() view returns (uint256)
1000
name() view returns (string)
chainknights.xyz
owner() view returns (address)
0x6c48a13697eaa7a9da13c5b93f647e4f7bd168ad
paused() view returns (bool)
false
symbol() view returns (string)
CKNIGHT
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
formatTokenURI(string imageURI, uint256 _tokenId, bool legendary, uint256 legId) view returns (string)
generateSVG(uint256 _tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
parseHash(uint256 _layerId, uint256 _tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
svgToImageURI(string svg) pure returns (string)
tokenIdToMetadata(uint256 _tokenId, bool legendary) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
loadLegendary(string svgData, string name, string weapon, uint256 index)
loadLegendaryIds()
loadTraits(uint256 index, string[] color, string[] trait)
mint(address _to, uint256 _mintAmount) payable
mintFree(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setHashes(string[] data, uint256 _len)
setLegChain(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()