The Blinkless: Grimlets
Verified contract
Active on
Ethereum with 980 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: Grimlets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20718492 | 3 months ago | | | 0 | 0.000071511840 | |
| 20413468 | 5 months ago | | | 0 | 0.00011002068 | |
| 17588186 | a year ago | | | 0 | 0.0017830091 | |
| 17550121 | a year ago | | | 0 | 0.0012763758 | |
| 17534070 | a year ago | | | 0 | 0.00061118428 | |
| 17466450 | 2 years ago | | | 0 | 0.00070407680 | |
| 17205210 | 2 years ago | | | 0 | 0.0084522619 | |
| 17155963 | 2 years ago | | | 0 | 0.0022649884 | |
| 17155960 | 2 years ago | | | 0 | 0.0022370682 | |
| 17155957 | 2 years ago | | | 0 | 0.0024359997 |
ABI
ABI objects
Getter at block 21421903 checkClaimedParcels() view returns (uint256[] claimedTokenIds)
frontiersContract() view returns (address)
0xc772fb742a39dfc935ea51f217ef58282c634521
isMinting() view returns (bool)
false
metadataPath() view returns (string)
https://theblinkless.s3.amazonaws.com/grimletsjson/
name() view returns (string)
The Blinkless: Grimlets
optixContract() view returns (address)
0xa93fce39d926527af68b8520fb55e2f74d9201b5
optixMintPrice() view returns (uint256)
250000000000000000000000
optixReceiver() view returns (address)
0xb818b1bbf47fc499b621f6807d61a61046c6478f
owner() view returns (address)
0x017639fb1174d8cc767c5be5b1b4349f37929909
payoutWallet() view returns (address)
0xed2faa60373ec70e57b39152aee5ce4ed7c333c7
projectWallet() view returns (address)
0xb818b1bbf47fc499b621f6807d61a61046c6478f
symbol() view returns (string)
BLNKGR
totalSupply() view returns (uint256)
2550
Read-only
balanceOf(address owner) view returns (uint256)
claimedParcelList(uint256) view returns (uint256)
claimedParcels(uint256) view returns (bool)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
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 frontierTokenId, bytes32[] proof) payable
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
teamMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateFrontiersContract(address _contract)
updateIsMinting(bool _isMinting)
updateMetadataPath(string _path)
updateOptixContract(address _contract)
updateOptixMintPrice(uint256 _price)
updateOptixReceiver(address _address)
updatePayoutWallet(address _payoutWallet)
updateProjectWallet(address _projectWallet)
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()