StreetMachine

Verified contract

Active on Ethereum with 18,193 txns
Deployed by via 0xbbf8bac8 at 15689955
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional variables

No balances found for "StreetMachine"

0xdc4b0fdef7274d9ca2cd6c95c8c90fd03af694fb621aa09fa4de2858e4b247da
0x40bc1aba7382f43ca08ab391ce0ea5596ac58c0fcb2c7449a112509002d7d1e3
0x72d9367cc5ed7153c766e608974b80a0c311dded56d18069b33eada7e8e9cee3
0xe305da98ccf83aa43620b27b328e3c9cc8203025f6709a79fcbe92ebc9777fd7
0x66ce337e439340d106aacca4f4e93a58042d8aca3a3aef71a50dfc44be5bdfac
0x5f1b728fcf116104cbef7b67f726b08bcbe91c9426b03bb1d54f3100589bcf18
0x5418dafff48c07295083637661024d9ec199215d9f4606034c4ea2e247ad2ea6
0x77baed3cc2aa48c1be28a6273d212093b1bd9d91b7c2a54308d81b9bad52c7de
0xf585772a98919428dde3e90ac72cd744637d4a1a180619e71bbb992fb6eb3fb0
0x3ce483fe6ae2ef783d81dcc3206101f1291dd763412285f8dac4bf7880b22b70
From

Functions
Getter at block 21161346
getCanUseWhite(view returns (bool)
true
getPublicCost(view returns (uint256)
30000000000000000
getWhitelistCost(view returns (uint256)
10000000000000000
hiddenMetadataUri(view returns (string)
ipfs://bafkreiaefx4oojjhkuajvw4pe6fubfvxffsth7ee7zileulx5y7szxsfby
maxMintAmountPerTxPublic(view returns (uint256)
10
maxMintAmountPerTxWhitelist(view returns (uint256)
1
maxSupply(view returns (uint256)
8000
merkleRoot(view returns (bytes32)
0xc94b3fab90f2225e5f5bec61afc5974bdcd119a26c88b4b4aa41cd61d0062f0c
name(view returns (string)
StreetMachine
owner(view returns (address)
0x62eb86d3a9d811e47907983a7fc2a63d0faa5569
paused(view returns (bool)
true
publicCost(view returns (uint256)
30000000000000000
reserveSize(view returns (uint256)
450
revealed(view returns (bool)
false
symbol(view returns (string)
SM
totalSupply(view returns (uint256)
8000
uriPrefix(view returns (string)
ipfs://bafkreiaefx4oojjhkuajvw4pe6fubfvxffsth7ee7zileulx5y7szxsfby
uriSuffix(view returns (string)
.json
whitelistCost(view returns (uint256)
10000000000000000
whitelistMintEnabled(view returns (bool)
false
whitelistSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
requestIdToSender(uint256view returns (address)
requestIdToTokenId(uint256view returns (uint256)
requestIdToURI(uint256view returns (string)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReservations(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
reserve(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTxPublic(uint256 _maxMintAmountPerTx
setMaxMintAmountPerTxWhitelist(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPublicCost(uint256 _cost
setReserveSize(uint256 _reserveSize
setReservelist(address[] _addressArray
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistCost(uint256 _cost
setWhitelistMintEnabled(bool _state
setWhitelistSupply(uint256 _whitelistSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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 _tokenSymboluint256 _publicCostuint256 _whitelistCostuint256 _maxSupplyuint256 _whitelistSupplyuint256 _maxMintAmountPerTxPublicuint256 _maxMintAmountPerTxWhiteliststring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(