A_STAKING_EXT
Verified contract
Active on
Ethereum with 824 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b0d…22ea
0xcada…3dba
0xdbdc…cd66
1 additional
variable
Balances ($0.00)
No balances found for "A_STAKING_EXT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17606575 | a year ago | | | 0 | 0.0026223032 | |
| 17603938 | a year ago | | | 0 | 0.0023545992 | |
| 16970248 | 2 years ago | | | 0 | 0.0037064862 | |
| 16970244 | 2 years ago | | | 0 | 0.0080911126 | |
| 16817861 | 2 years ago | | | 0 | 0.0013038295 | |
| 16801265 | 2 years ago | | | 0 | 0.0020028122 | |
| 16748799 | 2 years ago | | | 0.05 | 0.0040069197 | |
| 16732747 | 2 years ago | | | 0.05 | 0.0048314470 | |
| 16597083 | 2 years ago | | | 0 | 0.0044763525 | |
| 16531182 | 2 years ago | | | 0 | 0.00053764360 |
ABI
ABI objects
Getter at block 21290675
MaxperTx() view returns (uint256)
10
claimDoglienEnabled() view returns (bool)
true
cost() view returns (uint256)
40000000000000000
cost2() view returns (uint256)
50000000000000000
discRate() view returns (uint256)
300000000000000000000
discountRate() view returns (uint256)
1
doglienID() view returns (uint256)
2001
dogliensPerAddressLimit() view returns (uint256)
150
headachePerAddressLimit() view returns (uint256)
100
headache_wallet() view returns (address)
0x7c98ff47ef2fd51f57fd3d6b7f8a94dd624bf8f7
mintHeadacheEnabled() view returns (bool)
true
owner() view returns (address)
0x00ffb2153e8f2475328898fdf9df0ee9d3cd92f4
signatureRequired() view returns (bool)
false
signerAddress() view returns (address)
0x17dd76d4fcf4abd681623052b1dd13d5c706eedb
stakeTime() view returns (uint256)
2629743
wallet() view returns (address)
0x00ffb2153e8f2475328898fdf9df0ee9d3cd92f4
Read-only
EXTRA_KEYS(address) view returns (uint256)
addressMintedDogliens(address) view returns (uint256)
addressMintedHeadache(address) view returns (uint256)
isValidData(address _user, bytes sig) view returns (bool)
lastRewardsClaim(address) view returns (uint256)
recoverSigner(bytes32 message, bytes sig) pure returns (address)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
State-modifying
Events claim(address account, uint256 amount, uint256[] tokenIds, bytes sig)
claimDoglien(bytes sig) payable
claimExt(address account, uint256 amount, bytes sig)
mintExtraDogliens() payable
mintExtraHeadache(uint256 _mintAmount) payable
mintHeadache(uint256 _mintAmount, bytes sig) payable
mintHeadacheDisc(uint256 _mintAmount, bytes sig) payable
renounceOwnership()
setClaimDoglienState(bool _state)
setClaimHeadacheState(bool _state)
setCostDogliens(uint256 _costDogliens)
setCostHeadache(uint256 _costHeadache)
setDiscCost(uint256 _discCost)
setDiscountRate(uint256 _discountRate)
setDoglienID(uint256 _ID)
setExtraKeys(address _wallet, uint256 _amount)
setHaWallet(address _wallet)
setMaxDogliensPerAddressLimit(uint256 _maxDogliensLimit)
setMaxHeadachePerAddLimit(uint256 _maxHeadacheLimit)
setMaxMintPerTx(uint256 _maxMintAmountPerTx)
setSignWallet(address _wallet)
setSignatureRequired(bool _state)
setSigner(address _newSigner)
setStakeTime(uint256 _stakeTime)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nft, address _token, address _headacheContract, address _stakingContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.