StakeGDAG
Verified contract
Active on
Ethereum with 5,545 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37,195.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GDAG | ERC-20 | 4.2852B | $0.000009 |
$37,195.54 | |
UNI-V2 | ERC-20 | 741.361128K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194433 | a day ago | | | 0 | 0.0034759603 | |
| 21156783 | 6 days ago | | | 0 | 0.0012342347 | |
| 21156762 | 6 days ago | | | 0 | 0.00034076410 | |
| 21156758 | 6 days ago | | | 0 | 0.0010681363 | |
| 21146618 | 8 days ago | | | 0 | 0.00059330539 | |
| 21120957 | 11 days ago | | | 0 | 0.00062758998 | |
| 21120948 | 11 days ago | | | 0 | 0.00036791858 | |
| 21104985 | 14 days ago | | | 0 | 0.00025320145 | |
| 21104931 | 14 days ago | | | 0 | 0.00026760730 | |
| 21104899 | 14 days ago | | | 0 | 0.00026747197 |
ABI
ABI objects
Getter at block 21202853
GDAG() view returns (address)
0x8bf30e9f44e5d068a9d0c20da22660997a532e33
GDAG_LP() view returns (address)
0x9c62a8fcc76a77938c82b5a76a68aadd6806d107
active() view returns (bool)
true
feeOnStake() view returns (uint256)
20
feeOnUnstake() view returns (uint256)
20
minimumStake() view returns (uint256)
28700000000000000000000
owner() view returns (address)
0xd7d849926cd5c0418be1e96d0e370e247c8f9aeb
rewardPool() view returns (uint256)
741361127990046250409789
totalStaked() view returns (uint256)
4092458094654970482780000000
Read-only
checkEarnings(address _stakeholder) view returns (uint256)
referralCount(address) view returns (uint256)
referralRewards(address) view returns (uint256)
stakeRewards(address) view returns (uint256)
stakes(address) view returns (uint256)
State-modifying
Events changePoolStatus()
claimEarnings() returns (bool success)
rescueGDAG(uint256 _amount) returns (bool success)
rescueLP(uint256 _amount) returns (bool success)
setFeeOnStake(uint256 _feeOnStake)
setFeeOnUnstake(uint256 _feeOnUnstake)
setMinimumStake(uint256 _minimumStake)
stakeGDAG(uint256 _amount)
transferOwnership(address _newOwner)
unstakeGDAG(uint256 _amount)
OnStake(address sender, uint256 amount, uint256 tax)
OnUnstake(address sender, uint256 amount, uint256 tax)
OnWithdrawal(address sender, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
constructor(address _gdag, address _gdagLP, uint256 _feeOnStake, uint256 _feeOnUnstake, uint256 _minimumStake)
This contract contains no fallback and receive objects.
This contract contains no error objects.