ShitBeast
Verified contract
Active on
Ethereum with 21,360 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 | 100 | $0.00 |
$0 | |
TIGER | ERC-20 | 1M | -- | -- | |
SHIT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161241 | 3 hours ago | | | 0 | 0.00071492011 | |
| 21133742 | 4 days ago | | | 0 | 0.00022079507 | |
| 21106812 | 8 days ago | | | 0 | 0.00011408780 | |
| 21106811 | 8 days ago | | | 0 | 0.00011120731 | |
| 21102079 | 8 days ago | | | 0 | 0.00019119334 | |
| 21096828 | 9 days ago | | | 0 | 0.00020238579 | |
| 21053576 | 15 days ago | | | 0 | 0.00018089985 | |
| 21004846 | 22 days ago | | | 0 | 0.00016228659 | |
| 20962505 | a month ago | | | 0 | 0.00067528741 | |
| 20911217 | a month ago | | | 0 | 0.00026376549 |
ABI
ABI objects
Getter at block 21161997
BLACKHOLE() view returns (address)
0x000000000000000000000000000000000000dead
_holderClaimed() view returns (uint32)
0
_holderSupply() view returns (uint32)
5000
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
ipfs://bafybeihk47xqmggv3keyvhf75bmzd7e2eeryuryngndpj3dqewxkmgsw2m/
_price() view returns (uint256)
60000000000000000
_publicMinted() view returns (uint32)
9000
_publicSupply() view returns (uint32)
9000
_shit() view returns (address)
0x9f9b2b8e268d06dc67f0f76627654b80e219e1d6
_shitCoin() view returns (address)
0x4e4a47cac6a28a62dcc20990ed2cda9bc659469f
_shitCoinPerPair() view returns (uint256)
10000000000000000000000000000
_stage() view returns (uint8)
2
_teamMinted() view returns (uint32)
1000
_teamSupply() view returns (uint32)
1000
_walletLimit() view returns (uint32)
10
name() view returns (string)
ShitBeast
owner() view returns (address)
0x87fadf44bc06a8c9ae965edfe72ee703cef703c5
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
10000
Read-only
_status(address minter) view returns (struct ShitBeastStatus)
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)
setStage(uint8 stage)
shitClaim(uint256[] tokenIds)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address shit, address shitCoin, uint256 shitCoinPerPair, uint256 price, uint32 maxSupply, uint32 holderSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()