Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8aaf…849b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GWD | ERC-20 | 88.942131M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20458268 | 4 months ago | | | 0 | 0.00047241800 | |
| 20458265 | 4 months ago | | | 0 | 0.00044207825 | |
| 20075763 | 6 months ago | | | 0 | 0.0042211484 | |
| 20058438 | 6 months ago | | | 0 | 0.000075421694 | |
| 20057096 | 6 months ago | | | 0 | 0.00014225274 | |
| 20024389 | 6 months ago | | | 0 | 0.0020147087 | |
| 19967660 | 6 months ago | | | 0 | 0.0033508275 | |
| 19967598 | 6 months ago | | | 0 | 0.0040102211 | |
| 19967281 | 6 months ago | | | 0 | 0.0025402817 | |
| 19967271 | 6 months ago | | | 0 | 0.0037671649 |
ABI
ABI objects
Getter at block 21328479
DENOMINATOR() view returns (uint256)
1000
GWD() view returns (address)
0x674c964ac0e89d847d6b0abd144b797bf78ba56b
charity() view returns (address)
0x8aaf7f043a8316fc76007277e2d3eb0191c3849b
feePercentage() view returns (uint256)
10
owner() view returns (address)
0xda550277fc1e0642e9caa8fc5cb1ca75594065a1
paused() view returns (bool)
false
totalRewardDebt() view returns (uint256)
0
totalStaked() view returns (uint256)
49736130000000
Read-only
pendingReward(address account) view returns (uint256)
stakeInfo(address) view returns (uint256 amount, uint256 enteredAt, uint256 updatedAt, uint256 rewardDebt, uint256 totalRewardGot)
State-modifying
Events deposit(uint256 amount)
getReward()
pause()
renounceOwnership()
setCharity(address _charity)
setFeePercentage(uint256 _feePercentage)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _gwd, address _charity)
This contract contains no fallback and receive objects.
This contract contains no error objects.