GodspeedMetaverse
Verified contract
Active on
Ethereum with 668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "GodspeedMetaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19232126 | 10 months ago | | | 0 | 0.00050036676 | |
| 19232122 | 10 months ago | | | 0 | 0.00083776988 | |
| 18432577 | a year ago | | | 0 | 0.00037720388 | |
| 17606193 | a year ago | | | 0 | 0.0013554988 | |
| 16348277 | 2 years ago | | | 0 | 0.0012325195 | |
| 16173977 | 2 years ago | | | 0 | 0.00061546511 | |
| 15983052 | 2 years ago | | | 0 | 0.00094948222 | |
| 15957103 | 2 years ago | | | 0 | 0.0010153747 | |
| 15895322 | 2 years ago | | | 0 | 0.00075245402 | |
| 15851657 | 2 years ago | | | 0 | 0.00022252707 |
ABI
ABI objects
Getter at block 21304934
PauseMintingPresale() view returns (bool)
true
PauseMintingPublic() view returns (bool)
true
PauseMintingPublicWhitelisted() view returns (bool)
true
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmWLfnvMkju6yCxp6sVSmNvtBhyPip65TuFLxFrfrmQcn8/
cost() view returns (uint256)
88000000000000000
maxMintAmountOne() view returns (uint256)
1
maxMintAmountPublic() view returns (uint256)
6
maxMintAmountThree() view returns (uint256)
3
maxMintAmountTwo() view returns (uint256)
2
maxSupply() view returns (uint256)
8888
name() view returns (string)
GodspeedMetaverse
notRevealedUri() view returns (string)
ipfs://QmQ8pracjfm11F9oJG9FGzp35XAVsocV9GzAPz7aztxkS8
onlyWhitelisted() view returns (bool)
true
owner() view returns (address)
0xa4628cc55c7159d0be120b8901a2ce7fe692da8e
revealed() view returns (bool)
true
symbol() view returns (string)
GDSPD
totalSupply() view returns (uint256)
444
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)
isWhitelistedOne(address _user) view returns (bool)
isWhitelistedPublic(address _user) view returns (bool)
isWhitelistedThree(address _user) view returns (bool)
isWhitelistedTwo(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddressesOne(uint256) view returns (address)
whitelistedAddressesPublic(uint256) view returns (address)
whitelistedAddressesThree(uint256) view returns (address)
whitelistedAddressesTwo(uint256) view returns (address)
State-modifying
Events PauseMintingForPresale(bool _state)
approve(address to, uint256 tokenId)
mintOne(uint256 _mintAmount) payable
mintPublic(uint256 _mintAmount) payable
mintPublicWhitelisted(uint256 _mintAmount) payable
mintThree(uint256 _mintAmount) payable
mintTwo(uint256 _mintAmount) payable
pauseMintingPublic(bool _state)
pauseMintingPublicWhitelisted(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)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setmaxMintAmountPublic(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsersOne(address[] _users)
whitelistUsersPublicWhitelist(address[] _users)
whitelistUsersThree(address[] _users)
whitelistUsersTwo(address[] _users)
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, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.