Street Machine

Verified contract

Active on Ethereum with 552 txns
Deployed by via 0x4485e22f at 15696165
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $104.36
0xe7d12d598639be732372eb913e7385e96a9fdf86d9ac9934f1333173c4ba8374
0xa742b609f1ca1239d176057adbca933ff6ce386177d6d0f5b74eaa4935059b3e
0x42cbee683db9c5611f69df85d8320d288d59bccdef9b38cf27612fd6004405b3
0x5ba6db2707c25b50627220f18dbf5812ec6ed72d6ae5862a0ac023256a0f157a
0x5df6bc31e4cb0480ec9877de51d273652c80971815003d9f96e1dc3769f31a6e
0x3acd798588f51b1452195daa4ad48db9c84e7ebe450e0bffe0ac7a6afecd83ee
0x63024cf2609b7e6b139358546934886961b8fa548c22ff16a3cb27f75cb04ef9
0x148cca150596267f8459910508d65e065bbc69272ac0267af61412e849e39338
0x32bb18436dcc3a8b3a3684def41f5b850eb836c7784410e30b70676d5ec5ab2b
0xd30228a1ab0ba369d387892d14d4514cf18b18de9be07559776ceeaa0c52348c

Functions
Getter at block 20864068
ListWhitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Price(view returns (uint256)
0
allowedToContract(view returns (bool)
false
getMaxSupply(view returns (uint256)
8000
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
10
maxSupply(view returns (uint256)
8000
name(view returns (string)
Street Machine
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0x7c34ae34958dc38d9bc1de2de6e380cd4235833a
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1665145989, MintStartTime=1665145989, Price=0, AmountForWhitelist=10)
symbol(view returns (string)
SM
totalSupply(view returns (uint256)
2751
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setPublicMintStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(