DeGoddesses

Verified contract

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

No balances found for "DeGoddesses"

0x7480a0291ab05072ee03d2b0efa926601863a09161768d09b57e2409b042b8fc
0x3cdc640fe13a628eb9b2163fe24691bfb029d337048c9bc490915adfe3912917
0x557ace00c01ea39a910660fe2ac1eb9a1f69687cdcb1f1d412026b41478b15da
0x6790e81a58313eb19a5b58d505d3d246333b0f7e5e564dddecb66e018c1057ce
0x177890628412789931da1d0b095abca3a87c41c798cce088ea69c750d579ee4c
0xe1a9805641235447e655974d423f8c052046f711ab4c167714fa56651a789c28
0x3b8bb4cb055cefddfe81ebca12c6db3a1dc6fd03e3a243e2cab856e6fbf0579f
0xa6568d795fa0c59b8efcc9a9a861e79fcd409787e1291e98d427c2acf40f7425
0xf468351bddcfd9846b6730cb20eefe2c90d43133e0634f3fd94a9cab25e87eaa
0x8cbbc113c6d06b4fb69639f0bfb1b39b7e9e00206cc26425d2106b407840e242

Functions
Getter at block 21229835
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply(view returns (uint256)
5555
costOfNFT(view returns (uint256)
2000000000000000
maxMintAmountPerTx(view returns (uint256)
222
maxMintAmountPerWallet(view returns (uint256)
222
name(view returns (string)
DeGoddesses
numberOfFreeNFTs(view returns (uint256)
111
owner(view returns (address)
0x426d8e3546e7ee456492e769413d57b21a53cbf2
symbol(view returns (string)
DGDS
totalSupply(view returns (uint256)
3480
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview returns (uint256)
checkFreemint(uint256 _mintAmountview 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
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
changeFreeSupplyLimit(uint256 _newSupply
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(