Ghetto Squad
Verified contract
Active on
Ethereum with 1,087 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($94.71)
Native
Value
$94.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,157.10 |
$94.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19871040 | 6 months ago | | | 0 | 0.00029738024 | |
| 16324115 | 2 years ago | | | 0 | 0.00086451786 | |
| 16249545 | 2 years ago | | | 0 | 0.00087103558 | |
| 16175839 | 2 years ago | | | 0 | 0.0013961272 | |
| 16159951 | 2 years ago | | | 0 | 0.00088154131 | |
| 16159948 | 2 years ago | | | 0 | 0.00090870605 | |
| 16159944 | 2 years ago | | | 0 | 0.00094272159 | |
| 16159940 | 2 years ago | | | 0 | 0.00088815733 | |
| 16144906 | 2 years ago | | | 0 | 0.00060929451 | |
| 16123921 | 2 years ago | | | 0 | 0.00081569461 |
ABI
ABI objects
Getter at block 21217393
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://bafybeia44lesnp7gzml7ceaazmfjhwnlr6dlax6wxzzafl6kitudrjdniy/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
4444
name() view returns (string)
Ghetto Squad
nftPerAddressLimit() view returns (uint256)
5
owner() view returns (address)
0x61682bfa6a6492072f22047858c6e87268101b26
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GSD
totalSupply() view returns (uint256)
4444
uriPrefix() view returns (string)
ipfs://bafybeifw7py72z3bauliuocg2pegipwcnhhhkxnafgod3hcm2obu5c43ki/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setNftPerAddressLimit(uint256 _limit)
setPaused(bool _state)
setRevealed(bool _state)
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.
OperatorNotAllowed(address operator)