Checks Invaders

Verified contract

Active on Ethereum with 120 txns
Deployed by via 0x5b6500f6 at 16428308
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Checks Invaders"

0x3a73cd7b882a33f784535ec2ec0b8a92b6b6bbe1ef05ca2606346563c638b5f6
0x10fb2c2c6950db0c07567aa2761bfe53d47ed3ef5326442e6097eb4c3e761b22
0xd13209d6df19f5512002184e0edc72dbcc3803640ca5925e7e57f5a1d3a0121d
0x2a6485dad393cfb9ca51674d8284247cd28d37cd160ebf3d9bf086549ecd3d8a
0x3cc7b8ddb8352c7a397384ce3c63dd2b6d9bf5d5e1bfc143bbb97928fb02c6f5
0x1be2d2e0880b56113c6fd1e4650b1dfc21e192261c323cc133ae5d3e0d249200
0xdc73e2834d425e2e8ef8d5fb4d8cbedb82d492411c6b16b2824e855f96af4a3f
0xe8dcafcdd83a07eb718fb5638cb0d1d6434e99ebf17a63b17cc1b637c06aefa3
0x6af6c622169215054d915b7d8acb2ac37caf29c42a94140f3c9e21331539fc7b
0x55960af803b62c3dd5755922c50de92ed9537f1980df1012d5fa0e05402bc909

Functions
Getter at block 20946525
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost(view returns (uint256)
3500000000000000
freePerTx(view returns (uint256)
1
freePerWallet(view returns (uint256)
1
freeSupply(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
355
name(view returns (string)
Checks Invaders
owner(view returns (address)
0xb2ae8e1f15bdee275471ff7d708a052926ef4886
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
INVADERS
totalSupply(view returns (uint256)
307
uriPrefix(view returns (string)
ipfs://QmR4qyBvLHxXyJ4Anx2cQeCkCcNr7oGegJWJnw1edZ9YZm/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
freeClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFree(uint256 _amount
setFreePerTx(uint256 _amount
setFreePerWallet(uint256 _amount
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setProxy(uint256 _amount
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
teamMint(uint256 quantity
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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