MncStakeContract
Verified contract
Active on
Ethereum with 1,367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c04…dfaf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- | |
MNC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20912843 | 2 months ago | | | 0 | 0.0013733709 | |
| 20683381 | 3 months ago | | | 0 | 0.00036946056 | |
| 20648991 | 3 months ago | | | 0 | 0.000092117723 | |
| 20574811 | 3 months ago | | | 0 | 0.000054380764 | |
| 20574797 | 3 months ago | | | 0 | 0.000065133993 | |
| 20571845 | 3 months ago | | | 0 | 0.00016855599 | |
| 20564203 | 3 months ago | | | 0 | 0.00030346187 | |
| 20489314 | 3 months ago | | | 0 | 0.00015436516 | |
| 20376605 | 4 months ago | | | 0 | 0.00071378873 | |
| 20374512 | 4 months ago | | | 0 | 0.00042693548 |
ABI
ABI objects
Getter at block 21256458
isPaused() view returns (bool)
false
owner() view returns (address)
0xbc058ecc77d40db30a5af8e1ddc6bfa64bda195e
stakingPeriod() view returns (uint256)
90
Read-only
getStake(address _address, uint256 index) view returns (uint256, uint256)
getStakes(address _address) view returns (struct MncStakeContractStake[])
getStakesCount(address _address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakes(address, uint256) view returns (uint256 tokenId, uint256 timestamp)
State-modifying
Events ownerStake(address userAddress, uint256 _tokenId)
renounceOwnership()
setStakingPeriod(uint256 _stakingPeriod)
stake(uint256[] _tokens)
togglePause(bool _state)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address owner, uint256 tokenId, uint256 timestamp)
Unstaked(address owner, uint256 tokenId, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.