Shaq Gives Back
Verified contract
Active on
Ethereum with 12,163 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 |
---|---|---|---|---|---|
SHAQS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194249 | 3 days ago | | | 0 | 0.0014266713 | |
| 21175364 | 6 days ago | | | 0 | 0.0013388165 | |
| 21167403 | 7 days ago | | | 0 | 0.0025637773 | |
| 21123666 | 13 days ago | | | 0 | 0.00069245762 | |
| 21123026 | 13 days ago | | | 0 | 0.00083656021 | |
| 21004646 | a month ago | | | 0 | 0.00034193274 | |
| 20971984 | a month ago | | | 0 | 0.00085539441 | |
| 20971905 | a month ago | | | 0 | 0.0018556270 | |
| 20954473 | a month ago | | | 0 | 0.00038766713 | |
| 20909265 | a month ago | | | 0 | 0.00031432752 |
ABI
ABI objects
Getter at block 21215622
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaTHZpmaZB8SxxX8CcjStp37wrgQrmVp48DsZBTkuyWYh/
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
Shaq Gives Back
owner() view returns (address)
0x680c00bb4f8eb30594c4446e9df8444f54aeeba2
presaleActive() view returns (bool)
false
publicActive() view returns (bool)
true
symbol() view returns (string)
SHAQS
teamClaimAmount() view returns (uint256)
30
teamClaimed() view returns (bool)
true
totalSupply() view returns (uint256)
10000
whitelistMerkleRoot() view returns (bytes32)
0x3aa3584b5ee8674c6f38e1970fc9862fd6ca209ac800c9e28f26ab5b020e2aeb
wlAllowance() view returns (uint256)
3
Read-only
addressClaimed(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)
State-modifying
Events approve(address to, uint256 tokenId)
enablePresale(bool _state)
enablePublic(bool _state)
publicMint(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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
teamClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw() payable
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.