GalakticGang
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "GalakticGang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GalakticGang"
ABI
ABI objects
Getter at block 21277587
GIFT_SUPPLY() view returns (uint256)
80
MAX_SUPPLY() view returns (uint256)
5475
baseTokenURI() view returns (string)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
revealedTokenURI() view returns (string)
start() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
whitelistStart() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchased(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(string _name, string _symbol)
mintFirst()
mintGift(address to, uint256 amount)
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setBlacklist(address forWho, bool bl)
setLimitPerAddress(uint256 limit)
setLimitPerMint(uint256 limit)
setPrice(uint256 newPrice)
setRevealedTokenUri(string uri)
setStart(uint256 time)
setWhitelist(address forWho, bool wl)
setWhitelistStart(uint256 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature, uint256 amount, uint256 wlA) payable
withdraw(address to)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.