Round Table Knights

Verified contract

Active on Ethereum with 1,509 txns
Deployed by via 0x9d948dea at 14911203
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $21.95
0xeb3b7c520491c415c992ccc17ae9729b48d2163122f823c10216f8b47883af50
0x4ab0da18e9c6a20097366e9e8ab542cc7f7f7dd4f7111fdc8cc0994305ee38e3
0xbbf20b4b3f9a788ffedb812ddff5897c6078fb817d5bb8af3fae225c43c4c5ff
0x2f5a25ad7bf01a4deb6b97a4206bd592c6d9bd3e6f8ab1f2bd84f04a058dad98
0x084b58734f2347a561a79ce1d3d5e0e44146a607429f57c1e7d383a55df8f748
0x59ae572c83ae7a20099a5a4bd5bc2c36bcfbeafa04810e72bb3a7f2dad5fac22
0xa4da2c3980df599feafdac9fcc7fe5bb1f2afb464ba2f53a9188820700a756b5
0xef2d62586b01c8f7d8d970684c189d71cc5654b50027c60ca80886260fa325d4
0xd2f773978d85175da9f4fcbfbe0214443bac628bb8e537f79107e85afb5276e3
0xda4156ca26fddafd11de4587f89880514998f06a7f222b3c90d11e47f7322b0f

Functions
Getter at block 20909151
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 ownerview returns (uint256)
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipFreeMintActive(
flipPublicSaleActive(
freeMint(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeMintCount(uint256 _count
setTokenPrice(uint256 newPrice
teamClaim(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(