Dogetwitt Moon Club
Verified contract
Active on
Ethereum with 1,766 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 "Dogetwitt Moon Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709632 | 2 months ago | | | 0 | 0.000044170569 | |
| 20709627 | 2 months ago | | | 0 | 0.000044754860 | |
| 20709624 | 2 months ago | | | 0 | 0.000058739630 | |
| 18903825 | a year ago | | | 0 | 0.00066825143 | |
| 18803925 | a year ago | | | 0 | 0.0018972364 | |
| 18609039 | a year ago | | | 0 | 0.0016561539 | |
| 18104621 | a year ago | | | 0 | 0.00035599398 | |
| 17085455 | 2 years ago | | | 0 | 0.0021214559 | |
| 17007624 | 2 years ago | | | 0 | 0.0012128172 | |
| 17007623 | 2 years ago | | | 0 | 0.0011820230 |
ABI
ABI objects
Getter at block 21205948
MAX_SUPPLY() view returns (uint256)
2222
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_ownerFortfr() view returns (address)
0xd5c116701f152b474889afed68b9479fd8d40a93
contractURI() view returns (string)
max_free_per_wallet() view returns (uint256)
1
max_per_wallet() view returns (uint256)
21
name() view returns (string)
Dogetwitt Moon Club
notRevealedUri() view returns (string)
owner() view returns (address)
0xd5c116701f152b474889afed68b9479fd8d40a93
publicSaleCost() view returns (uint256)
4000000000000000
public_mint_status() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
doge
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
bulkBurn(uint256[] tokenID)
burn(uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_free_per_wallet(uint256 _max_free_per_wallet)
setMax_per_wallet(uint256 _max_per_wallet)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
toggleReveal()
toggle_public_mint_status()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferFromZeroAddressBlocked()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()