This Shard Does Not Exist
Verified contract
Active on
Ethereum with 821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x2fb7…3a44
Balances ($3,098.76)
Native
Value
$3,098.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.966 | $3,207.83 |
$3,098.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662876 | 2 months ago | | | 0 | 0.000084959114 | |
| 17160160 | 2 years ago | | | 0 | 0.0012281268 | |
| 16301507 | 2 years ago | | | 0 | 0.00080038926 | |
| 16290953 | 2 years ago | | | 0 | 0.00075329014 | |
| 16242410 | 2 years ago | | | 0 | 0.00079839111 | |
| 16079208 | 2 years ago | | | 0 | 0.00057958394 | |
| 15915470 | 2 years ago | | | 0 | 0.00047719792 | |
| 15417163 | 2 years ago | | | 0 | 0.00057217276 | |
| 15360732 | 2 years ago | | | 0 | 0.00083534781 | |
| 15309150 | 2 years ago | | | 0 | 0.0012132466 |
ABI
ABI objects
Getter at block 21161518
MAX_TOKENS() view returns (uint256)
666
SHARD_PRICE() view returns (uint256)
69000000000000000
baseURI() view returns (string)
https://ugly-big-oval-hippogriff.fission.app/json/
calculateSelector() pure returns (bytes4)
0x2a55205a
getFntnContract() view returns (address)
0x2fb704d243cfa179ffad4d87acb1d36bcf243a44
getNextPublicTokenId() view returns (uint256)
667
hasSaleStarted() view returns (bool)
true
name() view returns (string)
This Shard Does Not Exist
owner() view returns (address)
0x4af3ca712a1f96cc479f2ddb09ad11648f0f3262
symbol() view returns (string)
AIFNTN
totalSupply() view returns (uint256)
520
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shardIdToTokenId(uint256 shardId) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToShardId(uint256 tokenId) pure returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mintWithShard(uint256 tokenId) payable
pauseSale()
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)
setFntnContract(address contractAddress)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyaltyBPS(uint8 newRoyaltyBPS)
withdrawAll()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.