MekaVerse
Verified contract
Active on
Ethereum with 29,349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEKA | ERC-721 | 1 | -- | -- | |
MEKA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149556 | a day ago | | | 0 | 0.00083488737 | |
| 21148943 | a day ago | | | 0 | 0.00048300335 | |
| 21148849 | a day ago | | | 0 | 0.00045096815 | |
| 21148768 | a day ago | | | 0 | 0.00095758931 | |
| 21148721 | a day ago | | | 0 | 0.00046687055 | |
| 21141879 | 2 days ago | | | 0 | 0.00049640979 | |
| 21140884 | 2 days ago | | | 0 | 0.00038495465 | |
| 21131906 | 4 days ago | | | 0 | 0.00068339807 | |
| 21130897 | 4 days ago | | | 0 | 0.0010022158 | |
| 21129149 | 4 days ago | | | 0 | 0.00041845880 |
ABI
ABI objects
Getter at block 21158005
MAX_ELEMENTS() view returns (uint256)
8888
PRICE() view returns (uint256)
200000000000000000
START_AT() view returns (uint256)
1
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/Qmcob1MaPTXUZt5MztHEgsYhrf7R6G7wV8hpcweL8nEfgU/meka/
creator1Address() view returns (address)
0xcae02a17288a40e702fc24161d8ddaef1d546c23
creator2Address() view returns (address)
0xdc7c0ca1b4c3b89d9fe8a73aa25ebdc35ae25797
devAddress() view returns (address)
0x3c5ff56de82ecaf0dce4063caf42c756c5c29f71
name() view returns (string)
MekaVerse
owner() view returns (address)
0xd11277d411f138a67dc44b1fcd8a48c447d753e4
symbol() view returns (string)
MEKA
totalSupply() view returns (uint256)
8888
totalToken() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUnsoldTokens(uint256 offset, uint256 limit) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
rawOwnerOf(uint256 tokenId) view returns (address)
signatureWallet(address wallet, uint256[] _tokensId, uint256 _timestamp, bytes _signature) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] _tokensId, uint256 _timestamp, bytes _signature) payable
mintUnsoldTokens(uint256[] _tokensId)
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)
setPause(bool _pause)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
PauseEvent(bool pause)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
welcomeToMekaVerse(uint256 indexed id)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.