AGStake
Verified contract
Active on
Ethereum with 1,933 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x595a…92e1
0x3321…fb2f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x595a…92e1 | ERC-1555 | 17 | -- | -- | |
0x595a…92e1 | ERC-1555 | 16 | -- | -- | |
0x595a…92e1 | ERC-1555 | 13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18147280 | a year ago | | | 0 | 0.00030767531 | |
| 17092390 | 2 years ago | | | 0 | 0.0029376789 | |
| 16626280 | 2 years ago | | | 0 | 0.0023665001 | |
| 16140665 | 2 years ago | | | 0 | 0.0021099956 | |
| 16129597 | 2 years ago | | | 0 | 0.0022536564 | |
| 16128760 | 2 years ago | | | 0 | 0.0018262158 | |
| 15760665 | 2 years ago | | | 0 | 0.0014343174 | |
| 15760664 | 2 years ago | | | 0 | 0.0018826803 | |
| 15594644 | 2 years ago | | | 0 | 0.00088554490 | |
| 15490847 | 2 years ago | | | 0 | 0.0038339821 |
ABI
ABI objects
Getter at block 21431678
START() view returns (uint256)
1651556570
ogStakeRate() view returns (uint256)
596031746031746
owner() view returns (address)
0xdb502a93b67356c7c08ba77386f1b89886dd8338
softStakeRate() view returns (uint256)
0
Read-only
getPendingRewards(address account) view returns (uint256 rewards)
getSoftPendingRewards(address account) view returns (uint256 rewards)
stakedBalanceOf(address account) view returns (uint256[] _tokenBalance)
supportsInterface(bytes4 interfaceId) view returns (bool)
unstakedBalanceOf(address account) view returns (uint256[] _tokenBalance)
State-modifying
Events claim()
claimForAddress(address account, bool hardStake)
claimSoft()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setAlphaGang(address _alphaGang)
setGangToken(address _gangToken)
setStakeRate(uint256 _newRate, bool isOGRate)
stakeAll()
stakeSingle(uint256 tokenId, uint256 tokenCount)
transferOwnership(address newOwner)
unstakeAll()
unstakeSingle(uint256 tokenId, uint256 tokenCount)
Claim(address owner, uint256 amount, uint256 count, uint256 multiplier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address owner, uint256 tokenId, uint256 count)
StakeAll(address owner, uint256[] tokenIds, uint256[] counts)
Unstake(address owner, uint256 tokenId, uint256 count)
UnstakeAll(address owner, uint256[] tokenIds, uint256[] counts)
constructor(address _nft, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.