0xFellaz

Verified contract

Active on Ethereum with 1,085 txns
Deployed by via 0xa9ee7f0e at 14241416
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xFellaz"

0xe18b2e6b1334683acbf649e64b3ae48f900ed728b0d2c52cb14393d01d98cd13
0x1da733d830839cfab4314fad886d77f07592df9169d677b6a5098b3edfbc02c4
0x89aa91f4f2e0a37b4dd82068355aa83b9eb447d0e592f27cb978c5a8dc2cf3d5
0xc9189d9d46a1bc221c9ad80a5887c46f0a294a44765e6923010997a9825dc66c
0x07fd78bfa3bba4f7593fe35bb7a1ffc0790e5831bf6d0a21fddbca105f76529d
0x77826ddbbbecaa8ababd109f3677364b060322d7c9adfabc0791132e74a49101
0x2146f5a84b777fc3ae35f3333185e9a971505b28c8e1af233d1b5ae9412f202d
From
0x8b856916dba95734e764b86179eb9c7163a873c1b9f647afc98e7327c4883c2a
0x0fa1450c208c0768c222fd967bc603131637cb1d00af92f5eb25dc1e93da646d
0x7ca94e5c73583dd710cb0b93a579f1cb9cdd553a966e9a630e4c2d1571098a9c
From

Functions
Getter at block 20817142
IS_PRE_SALE_ACTIVE(view returns (bool)
true
IS_PUBLIC_SALE_ACTIVE(view returns (bool)
false
MAX_FREE_MINT_PER_WALLET(view returns (uint256)
5
MAX_FREE_MINT_SUPPLY(view returns (uint256)
2546
MAX_MINT_PER_TRANSACTION(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
9999
PRICE(view returns (uint256)
10000000000000000
name(view returns (string)
0xFellaz
owner(view returns (address)
0x9ac7c13bd38fdb038ae7458d751717b4e0cd1436
symbol(view returns (string)
0xFellaz
totalSupply(view returns (uint256)
3030
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _mintAmountpayable 
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
raiseMaxFreeMintSupply(uint256 newMaxFreeMintSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setPreSaleActive(bool preSaleIsActive
setPrice(uint256 customPrice
setPublicSaleActive(bool publicSaleIsActive
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(uint256 pricestring baseURIuint256 maxFreeMintPerWalletuint256 maxMintPerTransactionuint256 maxFreeMintSupplyuint256 maxSupply
Fallback and receive

This contract contains no fallback and receive objects.

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