byteGANs

Verified contract

Active on Ethereum with 7,162 txns
Deployed by via 0xf0256953 at 16650851
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "byteGANs"

0x96b4e19efbdc3f7fc2ceaca2816790e911ee34c78bb4f815284c989046f9d916
From
0x887efe8306750671f616b76f74e561aced024c9f122b61ce3f4a2f12258e058e
0x0ecbefa17809e3f7ac8b0619722d99ae246602655437a3abd14d59212d08d5c2
0x232c565e4977a28ef0563be0426ca91f50e6083b422ff82b008e91a9710970e5
0x175f62cafc1eafe9461d2fa4cc3169e100559138e545929c33a96512ae92fd94
0xa77ffc256620a22d0af29b84565c5343bee6ebb42315ac1477fc1fb8e36c8697
0xa97d8fd5c2ec66eb17601cb735cac2641441d382f372833abb2ec37725899cc3
0xf39d1183fe9b22b56553e1ca396f0d0bad0e84e6e0c189116630a2c37d9a7c3f
0x40a6cb346a410bd9b8b2542dbc801159fad14ae5d2936b113249f4337a577481
0x8faf12372cf7dcb2a63b8edd40178b0c3b69b0a2323401b979f2eab94440bc00

Functions
Getter at block 20869109
adminAddress(view returns (address)
0x000000000000000000000000000000000000dead
collectionDescription(view returns (string)
bitGANs on-chained
collectionName(view returns (string)
the byteGANs by Pindar Van Arman
cost(view returns (uint256)
333300000000000000
 
defaultMeta(view returns (string)
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
1111
merkleRoot(view returns (bytes32)
0x224bcab20d5b9b41c6a53c6ede37b66d235a3481c6c599700f098e23c608c253
name(view returns (string)
byteGANs
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerAddress(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
true
symbol(view returns (string)
BYTE
totalSupply(view returns (uint256)
1111
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
buildImage(uint256 _tokenIdview returns (string)
buildMetadata(uint256 _tokenIdview returns (string)
getApproved(uint256 tokenIdview returns (address)
getTokenInfo(uint256 _tokenIdview returns (stringstringstring)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokens(uint256view returns (string namestring GIFstring traitbool updated)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
ownerMint(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminAddress(address _adminAddress
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setTokenInfo(uint256 _tokenIdstring _namestring _GIFstring _trait
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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