Digi Dai Oddparents

Verified contract

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

No balances found for "Digi Dai Oddparents"

0xe36d7f0678df003b1644b8a5447c094b6b006ceedd467366f5e86a7c9aaba7ca
0xed517a34aa737595ea3d0fabf7fc800949cf64d77b0e4728cbd2d3c5097a592c
0x7e02fac4974acba54784d1cb49edad357617f708b8ca8633af4b0d14a530a05c
0x150718ae13c43bd691ce35223e8397562b9012b389daebf63ba77d5c3cca40f7
0xf8de667887fbc968c4b05f460985c96b108d250a5e05f5048806eb466a7bf21e
0x89ad4b6fe5b5518b2a97c715d73c0e0bf21e044217ac59e83b6755718455bd60
0x2c799562cdd01b81151c816f8d4133f9a7ec2ea9f2b4343513f8c6d46de1d4b9
0x52f6d30ee3e576de599565bf6be3b0db48342fb8ed63afe4cadbc3bd5bb8b379
0x35298c1f852b4555ca0fe353e04bc3f5d1a7637123a0967b9108b3c7d2f45924
0x405a34bc985fb42b5acb50f1aa347db217f1d6ec1b5e242fd4c80c73f4aa84d6

Functions
Getter at block 20902912
_maxSupply(view returns (uint256)
999
costOfNFT(view returns (uint256)
2000000000000000
maxMintAmountPerTx(view returns (uint256)
20
maxMintAmountPerWallet(view returns (uint256)
20
name(view returns (string)
Digi Dai Oddparents
numberOfFreeNFTs(view returns (uint256)
1
owner(view returns (address)
0x3d3a7c39468f483820c0bfa38daf9498c91f3638
symbol(view returns (string)
DDOP
totalSupply(view returns (uint256)
999
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 tokenId
changeFreeSupplyLimit(uint256 _newSupply
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
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 tokenId
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(