TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 569 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- | |
MMC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16727795 | 2 years ago | | | 0 | 0.0022390710 | |
| 16727793 | 2 years ago | | | 0 | 0.0026231595 | |
| 16727788 | 2 years ago | | | 0 | 0.0026973999 | |
| 16727781 | 2 years ago | | | 0 | 0.0027722685 | |
| 16574945 | 2 years ago | | | 0 | 0.0017558581 | |
| 16574943 | 2 years ago | | | 0 | 0.0016563375 | |
| 16574941 | 2 years ago | | | 0 | 0.0022382273 | |
| 16523654 | 2 years ago | | | 0 | 0.0011219518 | |
| 16523639 | 2 years ago | | | 0 | 0.0014512167 | |
| 16404251 | 2 years ago | | | 0 | 0.0019317824 |
ABI
ABI objects
Getter at block 21079271
maxRule() view returns (uint256)
2
nft() view returns (address)
0x10f30f4c0ae16ebc5ff761f55ae5d5611897e2b4
owner() view returns (address)
0xe0c6fbeec7ce01a1614c81e04ddd7e909a88419d
paused() view returns (bool)
false
token() view returns (address)
0x4375f686a23c5bb1a8e3b5d89c997081737c3bb1
Read-only
canStake(uint256 _tokenId) view returns (bool)
countStake(address _user) view returns (uint256)
getStaked(address _user) view returns (uint256[])
indexStake(address _user, uint256 _tokenId) view returns (uint256)
isStaked(address _user, uint256 _tokenId) view returns (bool)
queryClaim(uint256 _tokenId) view returns (uint256)
staked(address, uint256) view returns (uint256)
stakingRuleId(uint256) view returns (uint256)
stakingRules(uint256) view returns (uint128 duration, uint128 amount)
stakingTime(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addStake(uint256 _tokenId) returns (bool)
addStakes(uint256[] _tokenIds) returns (bool)
changeOwner(address _newOwner)
claim(uint256 _tokenId)
initialize(address _nft, address _token, uint32 _maxRule)
onERC721Received(address, address _from, uint256 _tokenId, bytes) returns (bytes4)
pause()
removeStake(uint256 _tokenId) returns (bool)
removeStakes(uint256[] _tokenIds) returns (bool)
setMaxRule(uint32 _maxRule)
setStakingRule(uint256 _id, struct MomocoStakingStakingRule _rule)
setStakingRules(uint256[] _ids, struct MomocoStakingStakingRule[] _rules)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed _user, uint256 indexed _tokenId, uint256 indexed _amount)
OwnerChanged(address indexed _oldOwner, address indexed _newOwner)
Paused()
StakeAdded(address indexed _user, uint256 indexed _tokenId)
StakedRemoved(address indexed _user, uint256 indexed _tokenId)
Unpaused()
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.