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

StreetSmartSkullies

Verified contract

Active on Ethereum with 3,597 txns
Deployed by via 0xaf7096b2 at 16772268
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StreetSmartSkullies"

0x4d25912182965271d45d0ed565630fc6180ab18997b5fa715a65d6bc49379bd1
0x0da797ddf6a0f1ee60491b262a2b388ee165f45fdc3fa8270f2cd31aaaaf9e14
0xb71ef55ea6f41dbac9a15724218befaa434ccbbaf89e40eaa439e966813b7007
0xb8d93815ae75f83b902647ced4248cf6f5b2029a6d5c88ff2e9743b4814df2d6
0xd49535191e2080605fd231c21df335c72cf9084644ed9b1c575e494e95a60013
0x2534989437097ad1038a510ac38ec47be12928b81540be42a7669fd8157de382
0xf16c6edaff49136ca247dcf9225c2a3aa7b29a44c74c0cc982c379c7708acfb7
0x6de9855e148b62d569d2c8892fad5be90697d77fe18ea6306cfa6e4672d8d449
0x0ff374f0cd2aa2fc031bd865285718bb243f70392f9f4e08d412ca313ff238d4
0xe763df47739fbbb92b843377fb610d71b768011192b58cf675fdf7fe29ca88ba

Functions
Getter at block 20796216
cost(view returns (uint256)
4000000000000000
freeSupply(view returns (uint256)
8888
hiddenMetadataUri(view returns (string)
ipfs://bafkreidinsx7muywuikc3zbxgt7fo6lhllwgwvembjj24mgintha54hadq/
maxMintAmountPerTx(view returns (uint256)
10
maxPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
8888
name(view returns (string)
StreetSmartSkullies
owner(view returns (address)
0x2c6f03ee3c8caf8624da113a0d06fa18a2c2bd3b
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
SMS
totalSupply(view returns (uint256)
8888
uriPrefix(view returns (string)
ipfs://bafybeibe4tkthtgwlpjm22mn7sdjoev45abooddpqfcccl3mcrb4j3fnda/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
freeMintClaimed(addressview returns (bool)
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
DrawGraffiti(uint256 amountpayable 
approve(address touint256 tokenIdpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeSupply(uint256 _freeQty
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setmaxPerWallet(uint256 _maxPerWallet
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 _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
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(