The Blinkless: Frontiers
Verified contract
Active on
Ethereum with 1,844 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 "The Blinkless: Frontiers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19883673 | 6 months ago | | | 0 | 0.00027558639 | |
| 19450834 | 8 months ago | | | 0 | 0.00073844745 | |
| 18939008 | a year ago | | | 0 | 0.00034335513 | |
| 18820077 | a year ago | | | 0 | 0.0020409336 | |
| 17753956 | a year ago | | | 0 | 0.00065085379 | |
| 17543815 | a year ago | | | 0 | 0.00097805272 | |
| 17522791 | a year ago | | | 0 | 0.0010463775 | |
| 17155902 | 2 years ago | | | 0 | 0.0023628141 | |
| 17155899 | 2 years ago | | | 0 | 0.0025081571 | |
| 17155897 | 2 years ago | | | 0 | 0.0022596623 |
ABI
ABI objects
Getter at block 21299783
name() view returns (string)
The Blinkless: Frontiers
owner() view returns (address)
0x017639fb1174d8cc767c5be5b1b4349f37929909
symbol() view returns (string)
BLNKFR
totalSupply() view returns (uint256)
42360
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
planetParcelCounts(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenList(uint256) view returns (string)
tokenURI(uint256 tokenId) view returns (string _uri)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
verifyParcelCount(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity, uint256 pt, uint256 pl, bytes32[] proof, bytes32 leaf) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateBigBangContract(address _contract)
updateCurrentlyMinting(uint256 _status)
updateMetadataPath(string _path)
updateOptixContract(address _contract)
updateOptixMintPrice(uint256 _price)
updateOptixReceiver(address _address)
updatePayoutWallet(address _payoutWallet)
updateRoot(bytes32 _root)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()