FCF BALLERZ KNIGHTS
Verified contract
Active on
Ethereum with 3,409 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 "FCF BALLERZ KNIGHTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042532 | 11 days ago | | | 0 | 0.00041730766 | |
| 20742288 | 2 months ago | | | 0 | 0.00016556948 | |
| 20651120 | 2 months ago | | | 0 | 0.000050827315 | |
| 19976988 | 5 months ago | | | 0 | 0.00053127545 | |
| 19911716 | 6 months ago | | | 0 | 0.00050214532 | |
| 19884034 | 6 months ago | | | 0 | 0.00014512764 | |
| 19804711 | 6 months ago | | | 0 | 0.00034340214 | |
| 19671779 | 7 months ago | | | 0 | 0.00029120251 | |
| 19671770 | 7 months ago | | | 0 | 0.00028278105 | |
| 19416754 | 8 months ago | | | 0 | 0.0011574770 |
ABI
ABI objects
Getter at block 21123442
_signerAddress() view returns (address)
0x0ab094221e13a4c781b908f0916c0ba0538b02b3
getMaxSupply() view returns (uint128)
5000
name() view returns (string)
FCF BALLERZ KNIGHTS
owner() view returns (address)
0x16d2a9516e8ce2c3b99f6f002b643bb9d2ce8b4c
symbol() view returns (string)
BALLERZ KNIGHTS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
burn(uint256) pure
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingOpen(uint256 mintList) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 mintList, uint256 nonceSeq, uint256 numTokens, bytes sig) payable
changeSigner(address signerAddress)
deleteDefaultRoyalty()
lockContract()
ownerMint(uint256 numTokens)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMintingOpen(uint256 mintList, bool isOpen)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint128 maxSupply)
withdraw(uint256 amount, address to)
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, string name, string symbol, address owner, address signer, address royaltiesReceiver, uint96 royaltiesFeeNumerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.