Moo Dengs
Verified contract
Active on
Ethereum with 3,279 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 "Moo Dengs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147035 | 3 days ago | | | 0 | 0.00034223965 | |
| 21111672 | 8 days ago | | | 0 | 0.000089337693 | |
| 21104918 | 9 days ago | | | 0 | 0.00020140851 | |
| 21086964 | 11 days ago | | | 0 | 0.00085299654 | |
| 21060375 | 15 days ago | | | 0 | 0.00023274303 | |
| 21055582 | 16 days ago | | | 0 | 0.00025112374 | |
| 21054003 | 16 days ago | | | 0 | 0.00027129617 | |
| 21026151 | 20 days ago | | | 0 | 0.00014036580 | |
| 21025737 | 20 days ago | | | 0 | 0.00025596231 | |
| 20988136 | 25 days ago | | | 0 | 0.00073414244 |
ABI
ABI objects
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 functionSignature, bool 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool isApproved)
mintCountOf(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address recipient, uint256 amount)
approve(address to, uint256 tokenId) payable
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerMint(uint256 maxPerMint_)
setMintingEnabled(bool enabled)
setRevealed(bool revealed_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferValidator(address transferValidator_)
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)
AutomaticApprovalOfTransferValidatorSet(bool autoApproved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
constructor(string moodengUrl_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CreatorTokenBase__InvalidTransferValidatorContract()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ShouldNotMintToBurnAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()