DeGoddesses
Verified contract
Active on
Ethereum with 380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DeGoddesses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18164842 | a year ago | | | 0 | 0.00092405075 | |
| 17932451 | a year ago | | | 0.01 | 0.0017578317 | |
| 16991302 | 2 years ago | | | 0 | 0.00056505284 | |
| 16962725 | 2 years ago | | | 0 | 0.00045664162 | |
| 16958447 | 2 years ago | | | 0 | 0.00054362126 | |
| 16958371 | 2 years ago | | | 0.002 | 0.0014391619 | |
| 16957777 | 2 years ago | | | 0.002 | 0.0027038481 | |
| 16956134 | 2 years ago | | | 0.002 | 0.0021831371 | |
| 16954206 | 2 years ago | | | 0.01 | 0.0019826645 | |
| 16951647 | 2 years ago | | | 0.002 | 0.0017118219 |
ABI
ABI objects
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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
checkFreemint(uint256 _mintAmount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
changeFreeSupplyLimit(uint256 _newSupply)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()