This contract is being backfilled. You may encounter incomplete storage history.

The Samurai Chicks

Verified contract

Active on Ethereum with 1,043 txns
Deployed by via 0x79fea390 at 16129187
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Samurai Chicks"

0x96edd21893a990dd659153cdd22422f3d42f26dc3a9b72d32e647df05237442f
0xe3571be4604f94adefbe5c5c0f7091452ef2451624e917fc821dcf7fcfd0c0f1
0x66e7c96351a91d9ceed3b9134ac140819632966a256f18e73c8155d6ddc10899
0xdb823596552f7f4f40111e3c7e2d67c5c16d0a42e5627e6b86c89e0ab8f59920
0x61ca355ee783bcfbfde9ffbe7b2a4c59dbc9dfbfa02120d624c12ca7be3d1caa
0x055365d92d8fd44defcacdb74b08294ab4907b9de0a89f02e9e4b2f6cbd8ee87
0xc0574c4ddee2afcaba9ba579cd59660d95f0c6331ea765f113f9ff86d216fa76
0x4ce786fd6f734c1260a3c8bdbf684518c49359412a768ac498f268ce12ff55a3
0x6ecf0696d20911064f31444ed0661d2d1e7fa29ec5b7a62a4f147de90d29a760
0xa7032d1bc5026dc02f42175d9b333368099874ab53c1722227a1dfac85deeb8b

Functions
Getter at block 20792689
_baseTokenURI(view returns (string)
https://ipfs.io/ipfs/QmYiCf5tjDU19pCMQePcahnfU1SgFxDutisPDb4oU3AiJ1/
maxPerTransaction(view returns (uint256)
1
maxPerWallet(view returns (uint256)
1
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
The Samurai Chicks
owner(view returns (address)
0x8212f9b9ab1519b5bd22b8a1cdd997f7b54b977b
presaleMaxPerTransaction(view returns (uint256)
1
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
3330000000000000
presaleSupply(view returns (uint256)
333
price(view returns (uint256)
3330000000000000
saleState(view returns (uint8)
1
supply(view returns (uint256)
333
symbol(view returns (string)
SCHICKS
totalSupply(view returns (uint256)
333
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
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 _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(