BLOKKIES

Verified contract

Active on Ethereum with 411 txns
Deployed by via 0x6cef47c4 at 15990766
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $48.2
0xe5d1e4508c4681d7c29baaf50a006e54e2a588c532d74605f084d6507528338d
0xbc54e461c21c9dbe6c19ee3a831b9152b57d82579b2100b53ae1470061b8d3f5
0x44d3384d765f152e2b72b2c94fc289eeb0076941da7cb00d4c68b91ca05a6ecf
0x5658d955e95486c49606fffc85dc7e26933ba4cb3a465d3e7ab9df09854b1882
0xcf1f05a8b4dc3f628e85d1ad57e386357964f39e0e73a4abfadb6431b20a556b
From
0x3a40993272a8e82951082a2e3bb6466277d7fb4a143f391f9d08d4b01a764562
0xcf1484fcbf2098eff41d26552b5acb56ad29fa336d4d9b6fd4c3013d0ca1641e
0x2f4c8fa545335275fa2c4f163e6755ee3a62dbe396654cef24e48d9eba9b05c9
0xc5153cb69f22196117724f6b57edecfd998a45cb3eb02fa33505116dfa8017a9
0x3df80f4e67e194d9e68aa0e2b6723f74ccc1ba932adf1cb40ba12100ae71c72d

Functions
Getter at block 21410632
hiddenMetadataUri(view returns (string)
ipfs://QmXLpLb2aVAxJLjhEoWqcRkn2tLpCexC1yQpZJP3zgE6ot/hidden.json
maxLimitPerWallet(view returns (uint256)
100
maxMintAmountPerTx(view returns (uint256)
10
name(view returns (string)
BLOKKIES
owner(view returns (address)
0xa627979bdaa549f46b0e58bb123cac7a994b96e4
price(view returns (uint256)
2500000000000000
publicMinted(view returns (uint256)
841
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
supplyLimit(view returns (uint256)
10000
symbol(view returns (string)
BKS
totalSupply(view returns (uint256)
1302
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPrice(uint256 _price
setRevealed(bool _state
setUriSuffix(string _uriSuffix
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setpublicSale(bool _publicSale
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(