pieceofshit
Verified contract
Active on
Ethereum with 21,632 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIT | ERC-20 | 1M | $0.00 |
$0 | |
TIGER | ERC-20 | 1M | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- | |
ASOH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133768 | 10 days ago | | | 0 | 0.00020233706 | |
| 21106927 | 14 days ago | | | 0 | 0.00013461710 | |
| 21053582 | 21 days ago | | | 0 | 0.00018438957 | |
| 20962418 | a month ago | | | 0 | 0.00055250848 | |
| 20960892 | a month ago | | | 0 | 0.00042514295 | |
| 20904063 | a month ago | | | 0 | 0.000084337078 | |
| 20903971 | a month ago | | | 0 | 0.00010321799 | |
| 20843838 | 2 months ago | | | 0 | 0.00033351417 | |
| 20843836 | 2 months ago | | | 0 | 0.00028142838 | |
| 20841839 | 2 months ago | | | 0 | 0.00052611385 |
ABI
ABI objects
Getter at block 21204121
_instantFreeMinted() view returns (uint32)
0
_instantFreeSupply() view returns (uint32)
2000
_instantFreeWalletLimit() view returns (uint32)
2
_lotterySalt() view returns (bytes32)
0x21273b0b6bdfd48745cb507f4a10ed4eab4949f82acc7064bd7f9202199b6b32
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
ipfs://bafybeihek6zx5cnnfep2exoo5aou22flxl4v24prer3z4d2sb4jk7zzn7y/
_price() view returns (uint256)
7770000000000000
_publicMinted() view returns (uint32)
9000
_publicSupply() view returns (uint32)
9000
_randomFreeMinted() view returns (uint32)
135
_randomFreeSupply() view returns (uint32)
777
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
1000
_teamSupply() view returns (uint32)
1000
_walletLimit() view returns (uint32)
10
name() view returns (string)
pieceofshit
owner() view returns (address)
0x87fadf44bc06a8c9ae965edfe72ee703cef703c5
symbol() view returns (string)
SHIT
totalSupply() view returns (uint256)
10000
Read-only
_status(address minter) view returns (struct PieceOfShitStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LuckyShit(address minter, uint32 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 instantFreeSupply, uint32 randomFreeSupply, uint32 instantFreeWalletLimit, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()