Moo Dengs

Verified contract

Active on Ethereum with 3,279 txns
Deployed by via 0x639a319e at 20815805
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moo Dengs"

0x9183afd08672dba7c429a2fd2349c92005795c2ffe8c02f9f8b2f13995d76cd3
0x37bbf674f6f6947463a8e9e420d50d5d5b302f50c8c3c500eef84aa80470b464
0x8e8d7d5d5d0328a4b7d89cde593941979b116af027243a24b6105826aad3e91d
0x5b2726d2cdcb723c7eceb451dfedddb89e417b0216516811cfb74cecbf448ac1
0x092cfcae2921da9d45923518c2345e7feffa9cc96a0e94b264715438cc87d8d2
0x02b9a860e2e59af6527d933f9764685f987d335f978e556d40d203e0b5bb3561
0x9675a5310a086cb69b41cfe982b586778b191ad8c9c9f3487460a8d610cb232d
0x2a9a38d5228147540b665a033b193b6216a070cb9ba39cc3b8c5bfb4efb6edf6
0xad32751dccefac7bc649d5ba79dca0c34004f64c89b30bcea96947c8e615fef3
0xef83fcf6b967bd37032e966500ad140726d848c906174399961a7e1fbe2ab05d

Functions
Getter at block 21169347
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
MAX_SUPPLY(view returns (uint256)
2222
autoApproveTransfersFromValidator(view returns (bool)
false
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
maxPerMint(view returns (uint256)
2
mintingEnabled(view returns (bool)
true
moodengsUrl(view returns (string)
https://moodengs.mypinata.cloud/ipfs/QmNdL2zgeVeovnwmETs9XJ42TZo7WHmzSz82x9UCx1kKcJ/
name(view returns (string)
Moo Dengs
owner(view returns (address)
0xcd3b921261616e1a7f2f5efdce00e892ee118b26
revealed(view returns (bool)
true
symbol(view returns (string)
MOODENGS
totalSupply(view returns (uint256)
2221
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
mintCountOf(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address recipientuint256 amount
approve(address touint256 tokenIdpayable 
mint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxPerMint(uint256 maxPerMint_
setMintingEnabled(bool enabled
setRevealed(bool revealed_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
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
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(string moodengUrl_
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CreatorTokenBase__InvalidTransferValidatorContract(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ShouldNotMintToBurnAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(