Meta Gold Digger Club
Verified contract
Active on
Ethereum with 6,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($281.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.072 | $3,914.67 |
$281.86 | |
MGDC | ERC-721 | 1 | -- | -- | |
MGDC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21364423 | 3 days ago | | | 0 | 0.00086882247 | |
| 21233296 | 21 days ago | | | 0 | 0.00053045849 | |
| 20997311 | 2 months ago | | | 0 | 0.00020156550 | |
| 20970692 | 2 months ago | | | 0 | 0.00078277435 | |
| 20790033 | 3 months ago | | | 0 | 0.00049417924 | |
| 20640233 | 3 months ago | | | 0 | 0.000051238989 | |
| 20636622 | 3 months ago | | | 0 | 0.00018514591 | |
| 20619795 | 3 months ago | | | 0 | 0.000080448073 | |
| 20608124 | 4 months ago | | | 0 | 0.000040173651 | |
| 20592047 | 4 months ago | | | 0 | 0.00011040564 |
ABI
ABI objects
Getter at block 21385224
BUY_LIMIT_PER_TX() view returns (uint256)
10
MAX_NFT_PUBLIC() view returns (uint256)
4969
NFTPrice() view returns (uint256)
250000000000000000
WHITELIST_MAX_MINT() view returns (uint256)
2
giveawayCount() view returns (uint256)
0
isActive() view returns (bool)
false
isPresaleActive() view returns (bool)
true
name() view returns (string)
Meta Gold Digger Club
owner() view returns (address)
0x71523b03385e24fca2671413b409e394fc5364ae
reveal() view returns (bool)
true
root() view returns (bytes32)
0x9226014f56df159cdcf14673e9a6ba27149f48b72d813102e1ed8e95a9cac9e3
symbol() view returns (string)
MGDC
totalSupply() view returns (uint256)
3797
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
whiteListClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintByOwner(address _to, uint256 _tokenId)
mintMultipleByOwner(address[] _to, uint256[] _tokenId)
mintNFT(uint256 _numOfTokens) payable
mintNFTDuringPresale(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintActive(bool _isActive)
setIsActive(bool _isActive)
setPresaleActive(bool _isActive)
setRoot(uint256 _root)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.