Fellas

Verified contract

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

No balances found for "Fellas"

0x1b8156b921def9dd149e35bd0160e29a11b265a17d8fb2a28e73a28712fb6f79
0xa7e12bafefd6cf844dcd8353d90173000a5ea1ccfddbbf068f7547806db50fe6
0x22b169644c2e55b863ab6a628a1a6843bc4b0ec05088d5115f1ee4f36aa9c446
0xeefaa0bb2131db229e2126f117614a1ef5ed93e8e192ea4a80eeed0274bb3e9b
0xed968c34ab63d27bda4df739b087fa8c0dd609dacaa0745715e7cf07f0f072cb
0xa37087ac8d54a9880a5686d6b4ebf5a19eb4db0da173e0186ad081086be55884
0x1f7ba464dc5d9959b4a0e9b06f86d942d8b40b520cc923edc0165111b795943d
0xd00234c37b3f10dbeaafd1fb2c03b035c133d1df1c97c514e722d199a0524322
0x64f27bbe42ef667986a84dfbc1440a211227c37304b8d7803d8b1f706905970f
0x26f19b1aeaa43bc8d04aaa8d3c5f1f3ea3d3bfed53b6c10ade583bff2000e344

Functions
Getter at block 21056017
_maxFreeMintPerWallet(view returns (uint256)
5
_maxFreeSupply(view returns (uint256)
500
_maxMintPerTx(view returns (uint256)
15
_maxSupply(view returns (uint256)
1032
_mintPrice(view returns (uint256)
5000000000000000
_mintStarted(view returns (bool)
true
baseURI(view returns (string)
ipfs://QmQ5zaLJGisWpupqm2k3zzCKpMBEWdTdtRc9vZqLipe38t/
name(view returns (string)
Fellas
owner(view returns (address)
0x012222cc52b3b5634d0cfae8b653cafb1c2c0c66
symbol(view returns (string)
FELLAS
totalSupply(view returns (uint256)
1032
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
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setMaxFreePerWallet(uint256 amount
setMaxSupply(uint256 maxSupply
setMintPrice(uint256 _newPrice
setStarted(
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(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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