ZeroGravity
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ZeroGravity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19149920 | 10 months ago | | | 0 | 0.00036088327 | |
| 17699275 | a year ago | | | 0 | 0.00068413163 | |
| 17409723 | 2 years ago | | | 0 | 0.0018665591 | |
| 17409723 | 2 years ago | | | 0 | 0.0018641644 | |
| 16274663 | 2 years ago | | | 0 | 0.00078027676 | |
| 15319960 | 2 years ago | | | 0 | 0.00057420425 | |
| 14983284 | 2 years ago | | | 0 | 0.00091356153 | |
| 14982078 | 2 years ago | | | 0 | 0.00091395738 | |
| 14982008 | 2 years ago | | | 0 | 0.00086108515 | |
| 14981950 | 2 years ago | | | 0.16 | 0.0022898818 |
ABI
ABI objects
Getter at block 21332858
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQNfd26iBwCrXSMvn8Zcfd4hmaopQKJTB2m67aRdRZBRf/
checkSignature() view returns (bool)
false
contractURI() view returns (string)
ipfs://QmXbR66KmLJV89a3W4RMKhWQZXza6BvayPCCRb2iKAjMWc/royalties.json
cost() view returns (uint256)
80000000000000000
maxMintAmount() view returns (uint256)
30
maxSupply() view returns (uint256)
1500
name() view returns (string)
ZeroGravity
nftPerAddressLimit() view returns (uint256)
1000
notRevealedUri() view returns (string)
ipfs://QmbfhTjyamU8XaGnVkpYiPPDoU1XJMAvw1GCCooGzrUkhS/hidden.json
owner() view returns (address)
0x973a2cedf06bc24b605dda4f2ef8fcf96a56a430
paused() view returns (bool)
true
revealed() view returns (bool)
true
startTokenId() view returns (uint256)
109
symbol() view returns (string)
ZGC
totalSupply() view returns (uint256)
569
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
bulkTransferTokens(address[] _to, uint256[] _id)
mint(uint256 quantity, bytes signature) payable
pause(bool _state)
renounceOwnership()
reveal()
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)
setCheckSignature(bool _checkSignature)
setContractUri(string _contractURI)
setCost(uint256 _newCost)
setNewMaxSupply(uint256 _newMaxSupply)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeeInBips)
setSigner(address _signer)
setStartTokenId(uint256 _token)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint96 _royaltyFeeInBips, string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()