MeemosWorld
Verified contract
Active on
Ethereum with 5,139 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 "MeemosWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226269 | 23 days ago | | | 0 | 0.00054381520 | |
| 21072953 | a month ago | | | 0 | 0.00083134790 | |
| 21013237 | 2 months ago | | | 0 | 0.00022925923 | |
| 21013229 | 2 months ago | | | 0 | 0.00039104719 | |
| 21007498 | 2 months ago | | | 0 | 0.00069530202 | |
| 20551181 | 4 months ago | | | 0 | 0.000039978764 | |
| 20547093 | 4 months ago | | | 0 | 0.000048422812 | |
| 20498584 | 4 months ago | | | 0 | 0.000053118779 | |
| 20245437 | 5 months ago | | | 0 | 0.000087925569 | |
| 20201623 | 5 months ago | | | 0 | 0.000078869960 |
ABI
ABI objects
Getter at block 21392565
DEVS_AIRDROP() view returns (uint256)
0
MAX_PER_TX_PUBLIC() view returns (uint256)
5
MAX_PER_TX_WL() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
6666
SOSContract() view returns (address)
0x3b484b82567a09e2588a13d54d032153f0c0aee0
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmPPuSHDX22Tk1pZ3us1WHwst5ig31kpxa9NpxQtxLxsKq/
contractURI() view returns (string)
ipfs://QmYpYeFLYJzb96RmgvC6Qn8g1Mnh1Vn1NAw4rYUg77TeBo
merkleRoot() view returns (bytes32)
0x7eeb934fb770e79315c5c2b99dbe972f3675aa1be324b2bf30937c69fc1cb0cc
name() view returns (string)
MeemosWorld
owner() view returns (address)
0xeb9a0f07f0c7696cf01500ead7270536fe835fb8
price() view returns (uint256)
60000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicSale() view returns (bool)
false
sos_price() view returns (uint256)
1000000000000000000000000000
symbol() view returns (string)
MW
totalSupply() view returns (uint256)
6666
whiteListSale() view returns (bool)
false
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)
walletMints(address owner) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount, bool _mintWithEther) payable
reduceSupply(uint256 _MAX_SUPPLY)
renounceOwnership()
reservedDevsMint(uint256 _amount, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setPublicSale(bool _state)
setRoot(bytes32 _merkleRoot)
setSOSPrice(uint256 _price)
setWhitelistSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bool _mintWithEther, bytes32[] _merkleProof) payable
withdraw()
withdrawToken(address token)
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.