Galaxy Of Color
Verified contract
Active on
Ethereum with 972 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 "Galaxy Of Color"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20850700 | 2 months ago | | | 0 | 0.00028841118 | |
| 20850695 | 2 months ago | | | 0 | 0.00049995532 | |
| 20474079 | 4 months ago | | | 0 | 0.00010379554 | |
| 20298695 | 4 months ago | | | 0 | 0.00016282845 | |
| 19837962 | 7 months ago | | | 0 | 0.00018092810 | |
| 19599227 | 8 months ago | | | 0 | 0.00062479220 | |
| 19300643 | 9 months ago | | | 0 | 0.0011487133 | |
| 19296734 | 9 months ago | | | 0 | 0.0015706247 | |
| 19253143 | 9 months ago | | | 0 | 0.00045940071 | |
| 19112708 | 10 months ago | | | 0 | 0.00033831006 |
ABI
ABI objects
Getter at block 21272446
DEV() view returns (string)
Viperware Labs 🧪
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseURL() view returns (string)
ipfs://bafybeia3q7bddqg2zfu3gnfdrqiau6wpxpbrphje4bxwsl5hmym5fxerxm/
contractURI() pure returns (string)
isPublicMint() view returns (bool)
true
isWhitelistMint() view returns (bool)
true
maxPerTransaction() view returns (uint256)
10
maxPerWalletPublic() view returns (uint256)
100
maxPerWalletWhitelist() view returns (uint256)
2
maxSupply() view returns (uint256)
821
name() view returns (string)
Galaxy Of Color
owner() view returns (address)
0xe79c9fca92b4fd9cbaa548b9b83dc1025897284b
prerevealURL() view returns (string)
publicPrice() view returns (uint256)
20000000000000000
root() view returns (bytes32)
0x841ec9b9c0391fd863c147e8cdb6ecbb905993e4844f85e563e14edc7973174b
suffix() view returns (string)
.json
symbol() view returns (string)
COLOR
totalSupply() view returns (uint256)
821
whitelistPrice() view returns (uint256)
20000000000000000
withdrawAddress() view returns (address)
0x928e29d8fa345ffb8149e50c5a9dbd1acd779d55
Read-only
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)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 airdrop(address to, uint256 count)
airdropMultiAddress(address[] receivers, uint256 count)
approve(address to, uint256 tokenId) payable
publicMint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string url)
setMaxPerTransaction(uint256 _max)
setMaxPerWalletPublic(uint256 _max)
setMaxPerWalletWhitelist(uint256 _max)
setMaxSupply(uint256 newMaxSupply)
setPublicPrice(uint256 _price)
setPublicState(bool value)
setRoot(bytes32 _root)
setSuffix(string _suffix)
setWhitelistPrice(uint256 _price)
setWhitelistState(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 count, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()