Meka Kube
Verified contract
Active on
Ethereum with 1,622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x12bb…2926
0xa803…319d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTZN | ERC-20 | 442.188K | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- | |
XOIDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19364688 | 8 months ago | | | 0 | 0.0037921225 | |
| 16952816 | 2 years ago | | | 0 | 0.0023436024 | |
| 16952810 | 2 years ago | | | 0 | 0.0025760322 | |
| 16952799 | 2 years ago | | | 0 | 0.0032185115 | |
| 16932657 | 2 years ago | | | 0 | 0.0028718158 | |
| 16921408 | 2 years ago | | | 0 | 0.0035865641 | |
| 16920959 | 2 years ago | | | 0 | 0.0051429897 | |
| 16920792 | 2 years ago | | | 0 | 0.0042789750 | |
| 16913566 | 2 years ago | | | 0 | 0.00086350804 | |
| 16399654 | 2 years ago | | | 0 | 0.0014989843 |
ABI
ABI objects
Getter at block 21185174
_ctzn() view returns (address)
0xa803778ab953d3ffe4fbd20cfa0042ecefe8319d
_xoids() view returns (address)
0x12bb5bf8a166098e1839d3f1396d73ac3fe42926
currentRewardSupply() view returns (uint256)
878
erc20StakingAmount() view returns (uint256)
2222000000000000000000
name() view returns (string)
Meka Kube
owner() view returns (address)
0xaa4181067293ae6eebe8e5ec02af5c37e4d3d2f4
stakingPeriod() view returns (uint256)
3888000
symbol() view returns (string)
MEKAKUBE
totalSupply() view returns (uint256)
677
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStalkingDetails(uint256 stakingId) view returns (struct MekaKubeNFTStakingnftStaking)
getUserStaking(address user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
depositAmount(uint256 amount)
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_)
setStakingPeriod(uint256 period)
stakeNft(uint256 _nftId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstakeNFT(uint256 stakingId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NftStaked(address indexed staker, uint256 stakeId, uint256 tokenId, uint256 time)
NftUnStaked(address indexed staker, uint256 stakeId, uint256 tokenId, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address xoids_, address ctzn_)
This contract contains no fallback and receive objects.
This contract contains no error objects.