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

Shinobis

Verified contract

Active on Ethereum with 3,400 txns
Deployed by via 0x42c35189 at 16186216
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "Shinobis"

0xf5aefd7579dd154b40e80133a4c2797d9abb167805bb312e4b348311d946d74a
0xf4828368252c8ff9bc1329f0b8aa7a38873d99bfa08e8b3983925b3f6a7df2e1
0x935fe1119a350f37ebd68eaa2a061ef208678905643ffb5f301bf37257c8e3c1
0x20c4b7be5ce9e0c9566cb0551e949bbe8abb3207520300d84ed22cb40386b2f8
0x6786ce5ccc2aa4a4fb89d5a1e50110f58115679d050fa05f9aec682ebc1f1774
0xbe27bbd73baadee0b928d525f96fb88aae45e047b9ad2e85772fb8b292bc7856
0x2989e384bf64eee5bc80844c1dfbf877c0dea0af75f4689d1434dfdcffe597f6
0xd3e9bb8eb1993bffa16bbdbd20eaef61a4bd005e5e0f73a85bd19fd6fd912b7e
0x2a8c10c06ff89d5d4b8903dcfd259e5217253bdc9abd6213287732bd7e2d3f45
0x1aff66dcad523e142bcb051584a8aba4d499fbc69a98dc6fb576a67863e2c0aa

Functions
Getter at block 20894616
burnToggle(view returns (bool)
false
hiddenMetadataUri(view returns (string)
ipfs://QmTBjVS7wovLU9W4basxuSzPhCcmyhUASPmDaFLwhdxGze/hidden.json
maxLimitPerWallet(view returns (uint256)
3
maxMintAmountPerTx(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0x4e54d499d0e96dad288f8a967f510a348ee1e6ff20f4f599cf73db1fcbf5b18b
name(view returns (string)
Shinobis
owner(view returns (address)
0x831ce570d64eaafd78e3f4d4764adf5935c8abe3
price(view returns (uint256)
29000000000000000
publicMinted(view returns (uint256)
445
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
supplyLimit(view returns (uint256)
1111
symbol(view returns (string)
SNB
tokensBurned(view returns (uint256)
0
totalSupply(view returns (uint256)
1111
uriExtenstion(view returns (string)
.json
whitelistSale(view returns (bool)
false
wlMinted(view returns (uint256)
665
wlmaxLimitPerWallet(view returns (uint256)
2
wlmaxMintAmountPerTx(view returns (uint256)
2
wlprice(view returns (uint256)
19000000000000000
wlsupplyLimit(view returns (uint256)
666
Read-only
amountOfTokensBurnedByAddress(addressview returns (uint256)
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)
tokenIDBurnedByAddress(uint256view returns (address)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
Burn(uint256 _tokenID
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
WLmint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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
setburnToggle(bool _state
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setpublicSale(bool _publicSale
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
seturiExtenstion(string _uriExtenstion
setwlMerkleRootHash(bytes32 _merkleRoot
setwlPrice(uint256 _wlprice
setwlSale(bool _whitelistSale
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx
setwlsupplyLimit(uint256 _wlsupplyLimit
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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(