NFTStaking
Verified contract
Active on
Ethereum with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- | |
DLN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18200880 | a year ago | | | 0 | 0.0010308558 | |
| 17254555 | 2 years ago | | | 0 | 0.0067220661 | |
| 16970246 | 2 years ago | | | 0 | 0.013727919 | |
| 16817856 | 2 years ago | | | 0 | 0.015213263 | |
| 16668968 | 2 years ago | | | 0 | 0.0028226162 | |
| 16658987 | 2 years ago | | | 0 | 0.0027975603 | |
| 16628190 | 2 years ago | | | 0 | 0.0031403336 | |
| 16608292 | 2 years ago | | | 0 | 0.0018005221 | |
| 16608290 | 2 years ago | | | 0 | 0.0017560980 | |
| 16608288 | 2 years ago | | | 0 | 0.0017979999 |
ABI
ABI objects
Getter at block 21223554
MaxperTx() view returns (uint256)
5
claimDoglienEnabled() view returns (bool)
true
cost() view returns (uint256)
100000000000000000
cost2() view returns (uint256)
100000000000000000
discRate() view returns (uint256)
300000000000000000000
discountRate() view returns (uint256)
2
doglienID() view returns (uint256)
1501
dogliensPerAddressLimit() view returns (uint256)
5
headachePerAddressLimit() view returns (uint256)
5
headache_contract() view returns (address)
0xdbdccb8d29f4732cba7bad1d6d8d15cef6eccd66
headache_wallet() view returns (address)
0x7c98ff47ef2fd51f57fd3d6b7f8a94dd624bf8f7
keysPerAddressLimit() view returns (uint256)
5
mintHeadacheEnabled() view returns (bool)
false
owner() view returns (address)
0x00ffb2153e8f2475328898fdf9df0ee9d3cd92f4
signatureRequired() view returns (bool)
true
signerAddress() view returns (address)
0x92ad42ddd189f6aea58bf8be6c9b0c88994a6c4b
stakeEnabled() view returns (bool)
true
stakeTime() view returns (uint256)
0
totalStaked() view returns (uint256)
106
Read-only
VIP_KEYS(address) view returns (uint256)
addressKeyBalance(address) view returns (uint256)
addressMintedDogliens(address) view returns (uint256)
addressMintedHeadache(address) view returns (uint256)
addressMintedKeys(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
earningInfo(address account, uint256[] tokenIds) view returns (uint256[1] info)
isValidData(address _user, bytes sig) view returns (bool)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
recoverSigner(bytes32 message, bytes sig) pure returns (address)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
stakingPeriod(address) view returns (uint256)
tokensOfOwner(address account) view returns (uint256[] ownerTokens)
vault(uint256) view returns (uint24 tokenId, uint48 timestamp, address owner)
State-modifying
Events claim(uint256[] tokenIds)
claimDoglien(uint256 _mintAmount, bytes sig) payable
claimForAddress(address account, uint256[] tokenIds)
mintHeadache(uint256 _mintAmount, bytes sig) payable
mintHeadacheDisc(uint256 _mintAmount, bytes sig) payable
mintKey(uint256 _mintAmount, bytes sig) payable
mintVipDogliens() payable
mintVipHeadache(uint256 _mintAmount) payable
renounceOwnership()
setClaimDoglienState(bool _state)
setClaimHeadacheState(bool _state)
setCostDogliens(uint256 _costDogliens)
setCostHeadache(uint256 _costHeadache)
setDiscCost(uint256 _discCost)
setDiscountRate(uint256 _discountRate)
setDoglienID(uint256 _ID)
setHaContract(address _contractAddress)
setHaWallet(address _wallet)
setKeysNormal(address _wallet, uint256 _amount)
setKeysVip(address _wallet, uint256 _amount)
setMaxDogliensPerAddressLimit(uint256 _maxDogliensLimit)
setMaxHeadachePerAddLimit(uint256 _maxHeadacheLimit)
setMaxKeysPerAddressLimit(uint256 _keysPerAddLimit)
setMaxMintPerTx(uint256 _maxMintAmountPerTx)
setSignatureRequired(bool _state)
setSigner(address _newSigner)
setStakeState(bool _state)
setStakeTime(uint256 _stakeTime)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
withdraw()
Claimed(address owner, uint256 amount)
NFTStaked(address owner, uint256 tokenId, uint256 value)
NFTUnstaked(address owner, uint256 tokenId, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nft, address _token, address _headacheContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.