GalacticAI

Verified contract

Active on Ethereum with 582 txns
Deployed by via 0x0a88da22 at 15329955
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GalacticAI"

0xbf21e552fe906af8711e664ab22926e16331d9122c49f02bd8c57bf374088d90
0x8ad0bd34d4c1f5c05c58a3212394401c546ef8753e6bf130a7034f665a57942d
0x0dd25808da4acc9fdee7bdd3ec68e4c1d6d2bc2d5026236a1200487b88cda66a
0x3c7a698b1a6819a7665c3c4964f9fb6060f8029109515c92e7757fdc9afc5449
0xe4ddeb11ac691bf6d123a611978ddf681294b632757598d08d2da643a126213e
0x3fd4891e7fe14eff19a4af7847684ce43ca235cec484ca410506e59e7f9e404f
0x7b3cee705ae2bdcf5afc4a8d34d19e17766d7ac908729c66154dc29b4750e97a
0x6570ba95e38ec4aa0f6be74eb525826b248b96d6c2444838ff1284c9971e4ccd
0xe6dd67b098eec3590d521f46a881644ac0d54694c174dd46c2c1eaa5d7451b0a
0x898132f579b8782f544fff1866a6588e6e68afeb7fe504d53e9411ff9d8efa76

Functions
Getter at block 21247358
FREE_MAX_SUPPLY(view returns (uint256)
500
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
500
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://bafybeib4wnilc4b2dpcmfbx7tp7ceklvawtjfyfvii2cvm3b3eesoeabpm/
contractURI(view returns (string)
ipfs://bafybeib4wnilc4b2dpcmfbx7tp7ceklvawtjfyfvii2cvm3b3eesoeabpm/
name(view returns (string)
GalacticAI
owner(view returns (address)
0x617e859968db371dc6172189798ff8c845d21988
paused(view returns (bool)
false
price(view returns (uint256)
3000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
GalacticAI
totalSupply(view returns (uint256)
501
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
collect(
configFREE_MAX_SUPPLY(uint256 newFreesupply
configMAX_SUPPLY(uint256 newSupply
configPrice(uint256 newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(