MekaVerseAirdrop
Verified contract
Active on
Ethereum with 7,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9a53…ca8f
Balances ($0.00)
No balances found for "MekaVerseAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102692 | a month ago | | | 0 | 0.00020141871 | |
| 20852536 | 2 months ago | | | 0 | 0.00025287085 | |
| 20827676 | 2 months ago | | | 0 | 0.00097591763 | |
| 20827645 | 2 months ago | | | 0 | 0.00098084340 | |
| 20706167 | 3 months ago | | | 0 | 0.000039451500 | |
| 20706166 | 3 months ago | | | 0 | 0.000039152365 | |
| 20706165 | 3 months ago | | | 0 | 0.000034021400 | |
| 20706155 | 3 months ago | | | 0 | 0.000033399965 | |
| 20623792 | 3 months ago | | | 0 | 0.000046399486 | |
| 20622017 | 3 months ago | | | 0 | 0.00013417879 |
ABI
ABI objects
Getter at block 21289516 collectionClaimable() view returns (struct MekaVerseAirdropClaimCollection[])
baseTokenURI() view returns (string)
collectionIndex() view returns (uint256)
4
mekaverse() view returns (address)
0x9a534628b4062e123ce7ee2222ec20b86e16ca8f
owner() view returns (address)
0xd11277d411f138a67dc44b1fcd8a48c447d753e4
pauseAllCollection() view returns (bool)
false
totalMint() view returns (uint256)
12520
Read-only
allowedContracts(address, uint256) view returns (bool)
balanceCollection(uint256, address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canClaim(uint256 _collectionId, uint256 _tokenId) view returns (bool)
collectionIsClaimable(uint256 _collectionIndex) view returns (bool)
collectionIsPaused(uint256 _collectionIndex) view returns (bool)
collections(uint256) view returns (uint256 tokenId, uint256 start, uint256 end, bool paused, bool canExternal, uint256 maxPerWallet, uint256 maxPerTx, uint256 maxSupply)
currentSupply(uint256) view returns (uint256)
isAllowed(address _contract, uint256 _collectionId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIsUsed(uint256, uint256) view returns (bool)
totalSupply(uint256 _collectionId) view returns (uint256)
uri(uint256) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addCollection(struct MekaVerseAirdropClaimCollection _collection)
claim(address _to, uint256 _collectionId, uint256[] _tokensId)
claimExternal(address _to, uint256 _collectionId, uint256 _count)
editCollection(uint256 _collectionId, struct MekaVerseAirdropClaimCollection _collection)
removeAllowedContract(address _contract)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAllowedContract(address _contract, uint256[] _collectionIds, bool _allowed)
setApprovalForAll(address operator, bool approved)
setMekaverse(address _mekaverse)
setPauseAllCollection(bool _toggle)
setPauseCollection(uint256 _collectionId, bool _paused)
setURI(string _baseURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CreateMekaVerseHold(uint256 indexed collectionId, uint256 indexed count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _baseURI, address _mekaverse)
This contract contains no fallback and receive objects.
This contract contains no error objects.