StreetDawgs
Verified contract
Active on
Ethereum with 7,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,526.32)
Native
Value
$1,526.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.460573 | $3,313.96 |
$1,526.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241767 | 5 days ago | | | 0 | 0.00020570882 | |
| 20906774 | 2 months ago | | | 0 | 0.00021811791 | |
| 20252370 | 5 months ago | | | 0 | 0.000037927637 | |
| 20137652 | 5 months ago | | | 0 | 0.00012724606 | |
| 20137541 | 5 months ago | | | 0 | 0.00016190819 | |
| 19689971 | 7 months ago | | | 0 | 0.00080491203 | |
| 19667409 | 7 months ago | | | 0 | 0.00028339549 | |
| 19667407 | 7 months ago | | | 0 | 0.00052636712 | |
| 19528114 | 8 months ago | | | 0 | 0.0011568329 | |
| 19528104 | 8 months ago | | | 0 | 0.0010916531 |
ABI
ABI objects
Getter at block 21274489
MAX_PURCHASE() view returns (uint256)
5
contractURI() view returns (string)
https://metadata.streetdawgs.io/contract
countFDawgs() view returns (uint256)
100
countPSaleAddresses() view returns (uint256)
855
maxFSupply() view returns (uint256)
100
maxGSupply() view returns (uint256)
7777
maxPSalesSupply() view returns (uint256)
877
maxSupply() view returns (uint256)
19703
name() view returns (string)
StreetDawgs
owner() view returns (address)
0x09628b19a59c435ec3bd3ea74a9038ee9454529d
price() view returns (uint256)
35000000000000000
stopGenesis() view returns (uint256)
1
symbol() view returns (string)
SD
totalSupply() view returns (uint256)
3469
winner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createDDDawgs() payable returns (bool)
createDawgs(uint256 amount) payable returns (bool)
createFDawgs(address user) returns (bool)
createPDawgs() payable returns (bool)
endGenesis() returns (bool)
registerForPreSale(address user) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI) returns (bool)
setPrice(uint256 amount) returns (bool)
setWinnerAndPrice(address addr, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferFund(uint256 transferAmount, address transferTo) returns (bool)
transferOwnership(address newOwner)
updateContractURI(string newContractURI) returns (bool)
withdrawFunds(uint256 withdrawAmount) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed to, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 preSaleStart, uint256 genesisSaleStart, uint256 maxDawgs, uint256 maxGenesisSupply, uint256 maxPreSalesSupply, uint256 maxFreeSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.