MEMELAND by 9GAG
Verified contract
Active on
Ethereum with 336 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 "MEMELAND by 9GAG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15474006 | 2 years ago | | | 0 | 0.00025314417 | |
| 15474002 | 2 years ago | | | 0 | 0.00026829969 | |
| 15463557 | 2 years ago | | | 0 | 0.00028889119 | |
| 15403706 | 2 years ago | | | 0 | 0.0011369697 | |
| 15402695 | 2 years ago | | | 0 | 0.00031081147 | |
| 15400821 | 2 years ago | | | 0 | 0.00034087128 | |
| 15400818 | 2 years ago | | | 0 | 0.00044133180 | |
| 15399313 | 2 years ago | | | 0 | 0.00075235075 | |
| 15397748 | 2 years ago | | | 0 | 0.00083147400 | |
| 15397748 | 2 years ago | | | 0 | 0.00083147400 |
ABI
ABI objects
Getter at block 21274565
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
22222
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
collectionSize() view returns (uint256)
88888
currentTokenId() view returns (uint256)
7778
getNextTokenId() view returns (uint256)
7779
maxBatchSize() view returns (uint256)
2222
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
MEMELAND by 9GAG
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
owner() view returns (address)
0x8ba2b3962e5696faafef31a1f58c93bd90d31ad2
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
MEMELAND
totalSupply() view returns (uint256)
7778
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (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 addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
enableAllowlistOnlyMode()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.