ShitBeastGrlz
Verified contract
Active on
Ethereum with 4,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ShitBeastGrlz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269435 | 2 days ago | | | 0 | 0.00031258388 | |
| 21043318 | a month ago | | | 0 | 0.00051467768 | |
| 20010635 | 6 months ago | | | 0 | 0.00045047317 | |
| 19588665 | 8 months ago | | | 0 | 0.00042845018 | |
| 19562721 | 8 months ago | | | 0 | 0.00096162317 | |
| 19486850 | 8 months ago | | | 0 | 0.0010036080 | |
| 19255451 | 9 months ago | | | 0 | 0.00061680618 | |
| 19255451 | 9 months ago | | | 0 | 0.0010719323 | |
| 18896662 | a year ago | | | 0 | 0.00032594238 | |
| 18896661 | a year ago | | | 0 | 0.00031651131 |
ABI
ABI objects
Getter at block 21285142
cost() view returns (uint256)
4000000000000000
maxMintAmountPerTx() view returns (uint256)
5
maxPerFree() view returns (uint256)
2
maxPerFreeWallet() view returns (uint256)
2
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
name() view returns (string)
ShitBeastGrlz
owner() view returns (address)
0x7500c8c1cf05c2430113c07235a920fcb0eb186b
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
SBG
totalFree() view returns (uint256)
1000
totalSupply() view returns (uint256)
6666
uriPrefix() view returns (string)
ipfs://QmTYXoWPZuAdgTvyVF85tgDxP769PzyRrsJNGTFaBGxYAX/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerFreeWallet(uint256 _maxPerFreeWallet)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTotalFree(uint256 _totalFree)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()