Round Table Knights
Verified contract
Active on
Ethereum with 1,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.89)
Native
Value
$32.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009 | $3,654.19 |
$32.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19738359 | 7 months ago | | | 0 | 0.00020674066 | |
| 19267431 | 9 months ago | | | 0 | 0.0024393982 | |
| 19238392 | 10 months ago | | | 0 | 0.0018955845 | |
| 19203089 | 10 months ago | | | 0 | 0.0022452477 | |
| 19202842 | 10 months ago | | | 0 | 0.0029935431 | |
| 19202652 | 10 months ago | | | 0 | 0.0024757063 | |
| 19198710 | 10 months ago | | | 0 | 0.0034665682 | |
| 16712221 | 2 years ago | | | 0 | 0.0012742171 | |
| 16403723 | 2 years ago | | | 0 | 0.00079055344 | |
| 16279420 | 2 years ago | | | 0 | 0.00070723262 |
ABI
ABI objects
Getter at block 21319988
MAX_FREE_MINT_PER_WALLET() view returns (uint256)
1
MAX_PUBLIC_MINT_PER_WALLET() view returns (uint256)
20
MAX_PUBLIC_PER_TX() view returns (uint256)
10
TEAM_CLAIM_AMOUNT() view returns (uint256)
30
TOTAL_FREE_SUPPLY() view returns (uint256)
7777
TOTAL_MAX_SUPPLY() view returns (uint256)
7777
claimed() view returns (bool)
false
freeMintActive() view returns (bool)
true
freeMintCount() view returns (uint256)
1198
name() view returns (string)
Round Table Knights
owner() view returns (address)
0x6eb878d1b6cee5fb44f935250598f6080b7b9c33
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
RTK
token_price() view returns (uint256)
3000000000000000
totalSupply() view returns (uint256)
1513
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
flipFreeMintActive()
flipPublicSaleActive()
freeMint()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
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)
setFreeMintCount(uint256 _count)
setTokenPrice(uint256 newPrice)
teamClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()