StreetMachine
Verified contract
Active on
Ethereum with 18,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "StreetMachine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100439 | 9 days ago | | | 0 | 0.00016407385 | |
| 21100439 | 9 days ago | | | 0 | 0.00016464435 | |
| 20948597 | a month ago | | | 0 | 0.00024158000 | |
| 20729927 | 2 months ago | | | 0 | 0.000087969843 | |
| 20729923 | 2 months ago | | | 0 | 0.000087052737 | |
| 20729917 | 2 months ago | | | 0 | 0.000093542299 | |
| 20729707 | 2 months ago | | | 0 | 0.00064823870 | |
| 20553496 | 3 months ago | | | 0 | 0.000026270790 | |
| 20543368 | 3 months ago | | | 0 | 0.000035814446 | |
| 20509769 | 3 months ago | | | 0 | 0.000039480182 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
requestIdToSender(uint256) view returns (address)
requestIdToTokenId(uint256) view returns (uint256)
requestIdToURI(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReservations(address) view returns (uint256)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _publicCost, uint256 _whitelistCost, uint256 _maxSupply, uint256 _whitelistSupply, uint256 _maxMintAmountPerTxPublic, uint256 _maxMintAmountPerTxWhitelist, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()