Masterdemon
Verified contract
Active on
Ethereum with 551 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 |
---|---|---|---|---|---|
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- | |
DEMONZv1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17295904 | a year ago | | | 0 | 0.0052194159 | |
| 17295894 | a year ago | | | 0 | 0.0061791393 | |
| 17295878 | a year ago | | | 0 | 0.0054747208 | |
| 17240246 | 2 years ago | | | 0 | 0.0025660951 | |
| 17240224 | 2 years ago | | | 0 | 0.0021987023 | |
| 16925601 | 2 years ago | | | 0 | 0.0043488783 | |
| 16805470 | 2 years ago | | | 0 | 0.0092469293 | |
| 16366983 | 2 years ago | | | 0.02 | 0.0054022910 | |
| 16121461 | 2 years ago | | | 0 | 0.0025589715 | |
| 15932944 | 2 years ago | | | 0.01 | 0.0051408790 |
ABI
ABI objects
Getter at block 21190327
owner() view returns (address)
0xb0bbea2d69a20a332ff90486761b908482030636
Read-only
collectionInfo(uint256) view returns (bool isStakable, address collectionAddress, uint256 stakingFee, uint256 harvestingFee, uint256 multiplier, uint256 amountOfStakers, uint256 stakingLimit, uint256 harvestCooldown)
getCollectionInfo(uint256 _cid) view returns (bool, address, uint256, uint256, uint256, uint256, uint256, uint256)
getUserInfo(address _user, address _collection) view returns (uint256[], uint256, uint256)
tokenOwners(address, uint256) view returns (address)
userInfo(address) view returns (uint256 amountStaked)
State-modifying
Events batchStake(uint256 _cid, uint256[] _ids) payable
batchUnstake(uint256 _cid, uint256[] _ids)
manageCollection(uint256 _cid, bool _isStakable)
renounceOwnership()
setCollection(bool _isStakable, address _collectionAddress, uint256 _stakingFee, uint256 _harvestingFee, uint256 _multiplier, uint256 _stakingLimit, uint256 _harvestCooldown)
stake(uint256 _cid, uint256 _id) payable
transferOwnership(address newOwner)
unstake(uint256 _cid, uint256 _id)
updateCollection(uint256 _cid, bool _isStakable, address _collectionAddress, uint256 _stakingFee, uint256 _harvestingFee, uint256 _multiplier, uint256 _stakingLimit, uint256 _harvestCooldown)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.