King Eeros Knights
Verified contract
Active on
Ethereum with 1,542 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 "King Eeros Knights"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910445 | a year ago | | | 0 | 0.00052804099 | |
| 18759196 | a year ago | | | 0 | 0.0011083145 | |
| 18729477 | a year ago | | | 0 | 0.0017888410 | |
| 16671957 | 2 years ago | | | 0 | 0.0020376111 | |
| 16645089 | 2 years ago | | | 0 | 0.0013418712 | |
| 16306643 | 2 years ago | | | 0 | 0.00083917139 | |
| 16268082 | 2 years ago | | | 0 | 0.00056724031 | |
| 16213053 | 2 years ago | | | 0 | 0.00061444054 | |
| 15845552 | 2 years ago | | | 0 | 0.00029143803 | |
| 15681680 | 2 years ago | | | 0 | 0.00067478720 |
ABI
ABI objects
Getter at block 21322852
BASE_TOKEN_URI() view returns (string)
ipfs://QmeG5bEemxUxzNJkQAANabDAfGJ5xrCQdnMJSfhJVPaxbx/
GEM_CLARITY() view returns (string)
GEM CLARITY
GEM_CUT() view returns (string)
GEM CUT
MAX_GEMS() view returns (uint256)
9999
MAX_GEMS_MINTED() view returns (uint256)
10
isKing() view returns (bool)
true
isQueen() view returns (bool)
true
name() view returns (string)
King Eeros Knights
owner() view returns (address)
0x212532e17231c2961f0e59ab85a7a4d8525849a6
symbol() view returns (string)
CROWN
totalSupply() view returns (uint256)
10010
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimThrone(uint256[] crownKeys)
getKnighted(uint256[] knightKeys)
mintGems(uint256 _numberOfGems)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()