BlackFortGenesisNFT
Verified contract
Active on
Ethereum with 840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,768,055.55)
Native
Value
$1,768,055.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 551.1 | $3,208.23 |
$1,768,055.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142812 | 2 days ago | | | 0 | 0.0015226940 | |
| 21086707 | 10 days ago | | | 0 | 0.0015063415 | |
| 21073487 | 12 days ago | | | 0 | 0.0014522296 | |
| 21073437 | 12 days ago | | | 0 | 0.0018685820 | |
| 21073363 | 12 days ago | | | 0 | 0.0014099228 | |
| 21073291 | 12 days ago | | | 0 | 0.0013954448 | |
| 21063889 | 13 days ago | | | 0 | 0.0016052878 | |
| 21006135 | 21 days ago | | | 0 | 0.00066700038 | |
| 20893660 | a month ago | | | 0 | 0.00098927969 | |
| 20889289 | a month ago | | | 0 | 0.00073240864 |
ABI
ABI objects
Getter at block 21157786
name() view returns (string)
BlackFort Genesis Knights
owner() view returns (address)
0x46b8d2eaae1b4a63acaa83b0f5c8769cc3e9f932
symbol() view returns (string)
BXKNIGHTS
totalSupply() view returns (uint256)
501
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amountOfTokens) payable returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newBaseURI)
setDefaultRoyalties(struct LibPartPart[] royalties)
setTokenRoyalties(uint256 tokenId, struct LibPartPart[] royalties)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() returns (bool)
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.